How is color converted to grayscale in PDF using the luminance formula?
Color-to-grayscale conversion uses ITU-R BT.601: grayscale = (0.299 × R) + (0.587 × G) + (0.114 × B). Pure red converts to ~30% gray; pure green to ~59%; pure blue to ~11% (very dark). Colors that look equally prominent in color may become similar grays—add labels or patterns before printing charts.