(Not so) Juicy colors

Comparing to my Cinema Display plugged to G5, colors on MacBook Pro are not that vivid as I would like them to be. I know that there is no way to create identical color profiles on both machines but is there any sufficent method to adjust my colors on MacBook Pro? I tried to make an optimal LCD profile but I'm not satisfied. Should I try other applications? Cheers!

I thought the color gamut situation with MacBooks and MacBook Pros was common knowledge by now.
The Apple Cinema Display can show all the colors to which the human eye is sensitive. This is called 24 bit color (8 bits each for red, green and blue) or 'millions of colors'.
However, this is NOT the case with any of Apple's laptops. Despite what you have read, they are incapable of showing millions of colors. Instead they use 6 bits per color or 18 bit color. This is approximately 260,000 colors. The operating system then uses dithering to fake the missing colors. The results is, as you have noticed, no way as good as true 24 bit color on a Cinema Display.
Doing color calibration and color matching with LCD displays in general *****, but considering the above limitation of all Mac laptops it is essentially impossible. The best you are going to get is a guestimation.
I wrote a brief dissertation about color calibration for another inquiry. Forgive me folks for posting this thing over and over and over again, but apparently this is a subject that plagues a lot of people. The original inquiry involved using the sRGB color space, so skip over that section if you like. Hopefully my notes will give you some assistance:
Brief intro before I pontificate: I have a degree in imaging and used to be one of the guys you
talked to at Eastman Kodak about monitor color calibration (before Kodak drove me crazy).
A few points:
First, sRGB is a needlessly small gamut color space invented by Microsoft. In the professional
imaging field it is looked at with great disdain because it is imposing a needless crushing of your
monitor's color profile. I've talked to one of the color experts at Adobe and he completely agrees. I
don't know who at Adobe is recommending sRGB, but they are W R O N G. I personally call sRGB
'StupidRGB' in order to remind myself exactly what it is worth.
Second, the field of color calibration, color matching and color correction is complicated and
requires considerable understanding to perform correctly. There are entire books on the subject,
well worth reading. You can even take classes on the subject, such as at Rochester Institute of
Technology (plugging my Alma matter). If you have shopped around for color calibration devices
you will find they are incredibly expensive, and there is a reason for that.
Third, LCD screens generally SUCK for color matching. Here are a few reasons why:
(A) The viewing angle of most LCD screens is so small that if you tilt your head up, down, right or
left you end up with a shift in color balance and contrast. Result: no way can you accurately color
match. This is most certainly the case with ALL MacBooks, MacBook Pros and iMacs. The Cinema
displays are vastly better. You can check this out yourself at your local Apple Store.
(B) In case you had not heard, none of the MacBook or MacBook Pro laptops are capable of showing
all colors to which the human eye is sensitive. They don't do 'millions of colors' despite advertising
you have read. They do about 260,000 colors and dither the rest. Dithering does NOT create colors
that are not there. It just fakes them. The result again is that it is impossible to use these LCDs for
accurate color matching. I have no knowledge about whether this color problem is the case with
iMacs, but refer to the paragraph above regarding their viewing angle problem.
(C) The color gamut on even the very best LCD display is at the mercy of the fluorescent light
bulbs inside the displays. The massive problem with fluorescent lights is that they do not have a
continuous color spectrum. What you get are specific wavelength peaks with complete dropouts of
other colors. Ye old CRTs with electron guns and glowing phosphors were/are not perfect either,
but they were/are MUCH better at representing the full spectrum of light. Their gamut is much larger and more accurate than any LCD display. CRTs remain THE professional display for color calibration and color matching, even today.
I could rant on, but I think you get the message: Color matching on LCDs is a lousy idea, and on
MacBooks and MacBook Pros it is essentially an impossible idea. The colors you need are not there
on the screen. What you see is not what you get in terms of color. Give up.
That having been said, you can optimize your results for guestimation purposes. The very first
thing I do with ANY display, including on Mac laptops, is go into the 'Displays' preference pane, hit
the 'Color' tab and 'Calibrate...' the display. You MUST use 'Expert Mode'. Don't bother with mickey
mouse mode. Fiddling with the settings will drive you nuts at first. But practice makes perfect. As
long as you are not color blind you WILL get the hang of it, even if you don't understand what it is
doing. Don't get psyched out. It works rather well.
When you get to 'Gamma' (you can look these terms up on Wikipedia) you want to use the same
Gamma number as the other monitor you will be using for viewing. 1.8 is fine for Macs. Beats me
why the 'PC' standard is 2.2. It is essentially a harsher contrast, but try it and use it if you like it, on
BOTH monitors. Do NOT use 'native gamma' as it is rare that two displays have identical native
gammas.
Next up is your 'white point'. Again, you want both your displays to have the same white point. D50
is the standard for viewing images in daylight. D65 is a bluer 'white point'. 9300 is the bluest of all.
These numbers represent 'color temperature' as it is called. The sun has a color temperature
hovering around 5000o Kelvin, thus D50 where D = Display. D65 = 6500o Kelvin, etc. Again, there
is lots to read about in this field. Do NOT use 'native white point' on your displays if you are color
matching because again, they won't be the same on each display.
When you get to the point of naming your color calibration profile you MUST include in the name
the gamma number you used and the white point number you used. You will want to know, believe
me. Here is why: You are going to want to make further color calibration profiles for different
situations either now or in the future. Here's one example:
Lighting environment: Are you working on your MacBook Pro in the dark? Are the walls in the room
a neutral color? Or are the walls colored? What kind of light is being used in the room?
Fluorescent? Incandescent? Daylight? Details in the lighting environment in which you are working
will affect how you perceive color on your display! You may want a morning color profile, an
afternoon sun profile, and a night profile. If you have windows near you, these different times of
day will affect the light in your work area and how you perceive color on your display. Again, go
find a good book if you really want to understand this stuff.
A good basic calibration for plain old every day work, useless for color matching but nice to look
at: I go through the calibration process for my lighting environment then use a gamma of 1.8 and I
check off 'Use native white point'. Why? LCDs look their best at their native white point. You get
good contrast with optimum color. Try it, you'll like it.
:-Derek

Similar Messages

  • Can not control the color in JOGL

    I am a beginner to use JOGL.
    I find that I can not control the color, both background and foreground. The background is always Black, and foreground is always Red.
    I use canvas.setBackground(Color),
    gl.glColor3*(), trying to change the color. But it does not work.
    What is the problem?
    Thanks.
    Toby

    A big help for learning JOGL is reading the Red Book from OpenGL, which can be downloaded in pdf. Since JOGL is almost a direct wrapper, the function calls are identical.
    To set the background color, you need to add a GLEventListener to the GLCanvas that you're using. To set the background color, in your init() method for GLEventListener do:
    public void init(GLAutoDrawable glad) {
    GL gl=glad.getGL();
    gl.glClearColor(r,g,b);
    or something similar, I'm not on my normal computer so this was all from memory. Check the JOGL API for the exact method name for glClearColor. To change the foreground color, there are a bunch of various methods that are all similar to glColor3f(float r,float g,float b).
    Calling this on the GL object in the display() method will set the foreground color and everything drawn that isn't using lighting will use this color.

  • Adding New Data To Line Chart: New Data Does Not Inherit Previous Color Scheme

    This has me very confused. Here's what's being done:
    Right-click on existing chart
    Select "Data..."
    Add additional data in the dialog that pops up
    Click check-mark
    The chart appends more data to the existing lines on the line chart, as it should, however the newly created portion of one of the lines (new data) is not the same color as the line up to that point. The line color is #0084A9, but when the new data is entered the new data on that same line is represented in an ever so slightly darker blue.
    Any guesses as to why that would be happening? I can manually chage it, but that's a hassle and shouldn't necessary - I wouldn't think, anyway. Any help would be appreciated.
    Thanks!
    Very Best,
    Tanner Campbell

    OK looked at this closer, and seen your problem  as  acolor shift from PMS to a CMYK that was slightly off.
    If you want to work with Hexadecimal colors, then you need to File>> Document Color Mode >> RGB, otherwise your colors won't stick but convert to cmyk and be off.
    Your graph went through some editing and got corrupted. I copied and pasted your date into a new graph, and then used the testube to apply samples to get your colors back. Will send you an email with fixed file.
    That’s the strangest thing.  The color you’re seeing is #4e46ff, the color it should be is the color reflected in the legend: #0083a9
    What’s extra interesting is that when I open it I see the legend color for the entire line. Then, when I add data, the section of the line that depicts the newly added data is #4e46ff …. So I have this two tone line.  It’s intriguing that you opened this on a mac and this difference was presence, I wonder if that is in anyway a clue. Maybe the original document was created in RGB and the new data is on CMYK? Thoughts?

  • Nik Software Crash: "Could not complete the Color Efex Pro 4 command because of a problem with-"

    Nik Software/Photoshop Crash: "Could not complete the Color Efex Pro 4 command because of a problem with the filter module interface."  Define, Viveza work fine, the others, Color Efex, HDR Efex, Silver Efex don't.  I called Nik and they said they were familiar with this problem and that it was an Adobe problem.  They helped me uninstall and re-install the latest version of the filters.  Didn't fix the problem.  I called Adobe technical support, they confirmed that indeed it was an Adobe problem, but, they can't help me because they no longer offer support on CS5.  I'm on an iMac with Mountian Lion 10.8.5, running Photoshop CS5.1.  I searched the internet and found this problem mentioned in several places, just couldn't find the fix.  Interesting coincidence - I had been using Photoshop and the Nik software perfectly fine, even the morning of the day it began to crash.  I got a pop-up message from Adobe asking if they could anonymously monitor my usage to better their products.  I clicked on "Ask me later."  Then, my product crashed every time I tried to use the above-mentioned Nik software filters.  ???  Why would they want to monitor my usage of a product they won't/don't support anyway?  Help someone please - I really love the Nik software.  I paid top dollar for it back in the day because people like Dan Hughes actually answered your questions themselves.  The customer support was the best in the industry.  The opposite is true of Adobe, is it not?

    Thank you so much Chris.  I know I'm not the only person to run into this as both Nik/Google and Adobe acknowledged this problem.  I did however try something else to try and isolate the issue further.  I tried editing with Nik/Google Color Efex & Silver Efex, etc., in Aperture, and sure enough, the Nik/Google filters wouldn't open, or they would crash Aperture.  So - it's looking like a Nik/Google problem.  They used to be so good.  The crazy thing is that I had been using Photoshop with the Nik filters just fine, even earlier that very day.  What could have gone wrong?  Was there some kind of automatic update Saturday 3/1/14?  And it was especially weird that it happened immediately after I refused to allow Adobe to (anonymously) monitor my usage.  I'll call Nik/Google back tomorrow and tell them what you've told me, as well as letting them know their filters crashed Aperture too.  I'll report back as soon as I find a fix.  I know I'm not the only one out there who's experienced this.
    Thanks again!

  • HP Laserjet 300 Color MFP m375nw will not print in color

    My HP Laserjet 300 Color MFP m375nw will not print in color.  First it would not even print (has something to do with Google Chrome).  I uninstalled the program and tried to reinstall the program but it will not complete the whole installation process.  Says it has an error, took to long to run.  But the Printer is in the DEVICE section, but not in the PROGRAMS on the Control Panel.   When I go to print now, I press (Ctrl, Shift, P) and it will on print in Black no Color.   If I go to print the normal why and select, I hit Print and then it ask to select a Printer and there is no Printer to select.  

    My HP Laserjet 300 Color MFP m375nw will not print in color.  First it would not even print (has something to do with Google Chrome).  I uninstalled the program and tried to reinstall the program but it will not complete the whole installation process.  Says it has an error, took to long to run.  But the Printer is in the DEVICE section, but not in the PROGRAMS on the Control Panel.   When I go to print now, I press (Ctrl, Shift, P) and it will on print in Black no Color.   If I go to print the normal why and select, I hit Print and then it ask to select a Printer and there is no Printer to select.  

  • HP ENVY 7640 Will Not Print In Color On A Mac

    I purchased an HP Envy 7640,I'm running  10.6.8 on my Macbook pro, I can't install the driver for the printer on my computer because it says that it is not compatible. Nevertheless I am able to print, but it will not pint in color. Is there any solutions that I can try?There are no 

    Hi MrsLoghouse, 
    I would like to help you print from Word on your Mac. Because you can print from other programs, I trust the issue is not actually related to the HP Printer. Damaged documents or documents that contain damaged graphics or damaged fonts can cause print errors. Before you reinstall drivers or software, test the program's ability to print.
    1. Open a new blank document in Word.
    2. On the first line of the document, type the following text: =rand(10)
    3. Press ENTER. This inserts 10 paragraphs of sample text.
    4. Try to print the document.
    5. If the document prints successfully, change to a different font, or insert clip art, a table, or a drawing object. How to troubleshoot print failures in Word for Mac, Excel for Mac or Powerpoint for Mac.
    If the issue persists, I suggest you contact Microsoft, or reach out to the Microsoft Community.
    I hope this is helpful.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • HT4356 How do I AirPrint in black and white from my iPad so I do not waste the color ink unnecessarily?  I never see the option to choose printing in black and white.

    How do I AirPrint in black and white from my iPad2 wifi/3G so I do not waste the color ink unnecessarily?  I never see the option to choose printing in black and white.  I have an Epson Workforce 845 printer.

    There is no option to force black and white ouput.
    You can request the feature here:
    http://www.apple.com/feedback/ipad.html

  • The Organizer does not support the color space in the file

    I just purchased and installed PSE 8 as an upgrade to PSE 6.  My catalog correctly shows all of my existing images.  However, when I try to import photos into the Organizer, I get a message that nothing was imported.  The reason given is that "The Organizer does not support the color space in the file."  This happens with photos taken on my iPhone as well as those from my Canon PowerShot A1100 IS.  Any suggestions?
    Here is my system information:
    Elements Organizer 8.0.0.0
    Core Version: 8.0 (20090905.r.605812)
    Language Version: 8.0 (20090905.r.605812)
    Current Catalog:
    Catalog Name: My Catalog
    Catalog Location: C:/Documents and Settings/All Users/Application Data/Adobe/Elements Organizer/Catalogs/My Catalog
    Catalog Size: 83.9MB
    Catalog Cache Size: 459.8MB
    System:
    Operating System Name: XP
    Operating System Version: 5.1 Service Pack 3
    System Architecture: AMD CPU Family:15 Model:11 Stepping:1 with MMX, SSE Integer, SSE FP
    Built-in Memory: 2GB
    Free Memory: 829MB
    Important Drivers / Plug-ins / Libraries:
    Microsoft DirectX Version: 9.0
    Apple QuickTime Version: 7.65
    Adobe Reader Version: 9.2
    Adobe Acrobat Version: Not installed
    CD and DVD drives:
    J: (SONY DVD BUS: 3 ID: 3 Firmware: RW)

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • I am trying to change the color of a background layer and it will not accept the color I want

    I am trying to change the color of a background layer and it will not accept the color I want

    If you want to get help you may have to provide a lot more details about what you are doing (which tools or commands do you use, what exactly happens when it fails, …)?

  • HDMI output to monitor not displaying all colors

    I am trying to use a second monitor on my Satellite S55t-b5152 and am able to get 1920x1080 output from the HDMI port through an adapter to either VGA or DVI into my external monitor, but with either adapter the colors look washed-out and not all the colors that are displayed on the internal monitor show up on the external monitor.  For example the position indicator in scroll bar on some apps shows up on the internal monitor, but disappears when I drag that window onto the external monitor.  I've tried multiple monitors and they all have the same symptom. I've investigated this some on external forums and it seems to be that the HDMI output under some conditions assumes that it is connected to a TV instead of a monitor and it limits the output color range.  On some graphics drivers it is possible to override that assumption and get the full range output from the HDMI port.  I haven't found a way to do that for the graphics driver on the S55t-b5152. Has anyone figured this out?

     
    Satellite S55T-B5152
    through an adapter to either VGA or DVI...
    Just want to comment that I'm not at all surprised that an adapter does not produce true colors. I'm sometimes amazed they work at all.
    Yours is HDMI 2.0 which complicates things still further.

  • I am a male, and am looking at buying an ipod touch 5, i do not know what color i should get, does anyone have any suggestions on what ipod touch colors are best for guys

    I am a guy and i am looking at buying an ipod touch 5, i do not know what color i should get, does anyone have any suggestions on what ipod touch colors are best for guys?

    The Product Red model

  • Printing XML report (with report.xsl stylesheet) shows font colors, but not table highlight colors

    I am trying to print the XML report generated by TestStand to a PDF in order to archive it.  When the XML report is rendered in Internet Explorer, everything looks fine -- Sequence names are highlighted in teal, Pass is in green, Fail is highlighted in red.
    However, when I print this page to a PDF (using BullZip PDF printer, or even the XPS printer), all of the table highlighting is gone.  The UUT Result in the header is red or green font color depending on the pass/fail state, but sequence names and any formatting applied to tables within the body of the report have no highlighting.
    Is the stylesheet altering what is rendered when the XML file is printed?
    This is the output when viewed in IE 
    This is the output when viewed as a PDF printed from the same file viewed in IE.
    Thank you,
    Matt
    Solved!
    Go to Solution.

    Hey Matt,
    This is actually because of a default setting in Internet Explorer to not print background colors on webpages. To change it, simply go to the Page Setup screen (on IE9, you click the gear icon, then Print > Page Setup) and select the option to print background images and colors. After doing this, the printed report should contain the colors you see on your screen.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • HP Photosmart premium not printing correct colors or contrast on photo paper.

    My HP Photosmart Premium does not print correct colors or contrast level on photographs using photo paper.  This happens with using most any application and setting the paper type to one of the photo papers...  By using MS PhotoAlbum and selecting the photo tray then forcing "regular paper", I can get a somewhat decent print (this trick only works with MS PhotoAlbum).  When I setup to any of the "photo paper" types, I do not get correct colors or contrast levels (even if the print preview looks good).
    I have the same issue with 8.5 x 11 inch photopaper.  Unless I select "regular paper" as the paper type, I get incorrect color and contrast (even if the preview looks good).  The ICC "Color Profiles" look to be OK (at least the titles are correct).
    Anyone have any ideas?

    Try the troubleshooting steps in this page.  My bet would be the Photo cartridge (the black with the bow tie symbol) is out of ink.  This is only used when photo paper is selected, for plain paper printing the regular black cartridge is used.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Finder does not show all colors from selected color Labels

    Since a view days finder does not show all Color Label colors. When I select either yellow or green it is selected, but it does not show in the file list with details, I can see it in icon and 3 pane view, but not in the detail list view.
    does anybody know why or how? Or what plist files I might need to delete to get this reset?

    Create a new account, name it "test" and see how your labels work in that User acct in list view? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • Simpli Home Artisan : TV Stand and Coffee Table : Not the same color. HELP

    Hello,
    I ordered and received the Simpli Home Artisan TV Stand from the BestBuy website.  We got it a couple weeks ago, put it together and love it.
    We decided to order the matching Simpli Home Artisan Coffee table to go with it.  We just picked it up today and it is not the same color at the TV stand.
    Both item listed on the BestBuy website say they are "Medium auburn brown" in color, as do the boxes we recieved. However they are not the same color, the TV stand is much darker than the coffee table.
    TV Stand: http://www.bestbuy.com/site/simpli-home-artisan-tv-stand-for-most-flat-panel-tvs-up-to-54/1622137.p?...
    Coffe Table: http://www.bestbuy.com/site/simpli-home-artisan-collection-coffee-table/1860306.p?id=1219066204317&s...
    If you go to the Simpli Home manufacturer website you will see that Artisan collection comes in two different color tones, "Available in Auburn or Tobacco Brown".
    Simpli Home Website: http://www.simpli-home.com/#!wood---artisan-coffee-table/cuhk
    The TV stand we got is Tobacco Brown, and though the color does not match the pictures on BestBuy.com, we liked it and decided it was okay, but not if the coffee table doesn't match.
    I really don't care if I get Tobacco Brown or Medium Auburn, I just want them to match.  However since I've already assembled the TV Stand, I would like to return the coffee table and get one that is Tobacco brown.
    I posted this to the forum because I know if I call the store they won't have a clue what I am talking about.
    Please let me know what I should do, and help me if you can.
    Thank you
    Solved!
    Go to Solution.

    Greetings rtb1980,
    I can definitely understand why you would choose both of those pieces of furniture as they look wonderful, but of course it would be a chronic annoyance if the furniture didn’t match. Using the email address you registered with the forum, I was able to take a look at your purchase history and the items on our site as well as the manufacturer’s.
    As we get all of our information about the products directly from the manufacturer, it would seem that you received the wrong color TV stand, and that you would have received the correct color for the coffee table. As these items are special ordered items, meaning the orders are not fulfilled directly by us, it is difficult to say where the mix up may have occurred with your TV stand, for which I am truly sorry.  
    That being said, it does not appear that we carry the coffee table in the tobacco brown color you are looking for. Sadly, this means we would be unable to provide you an exchange for the tobacco color, although you should be able to return the coffee table within the Return & Exchange Policy. However, we should be able to provide you with an exchange of your TV stand for the correct color to match the auburn colored coffee table you received; although, I understand that this may not be the ideal resolution, as it may have been the more complicated piece of furniture to put together.
    I apologize for any inconvenience this experience may have caused you. If you should have any questions, or need any further assistance, please do not hesitate to reach out to me.
    Sincerely,
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for

  • SAP BW report through CRM portal

    Hi, I have a requirement where we need to open SAP BW query/web template through CRM7.0 portal. Could you please tell me all the necessary configuration steps that we need to do in CRM system for carrying out this task? Thanks, Rahul

  • Read Unicode string entry out of MS-Access though Java

    I'm making a small Finnish Dictionary programme use Java,so i first need to test if I can display those Unicoded Finnish words from Access to Java. Those words reads well from my FFF.mdb by Java,but when print out on the screen,some Unicode character

  • Can I disable the internal trackpad if I am using the magic trackpad

    I am using the magic trackpad with my 11" MacBook Air and want to disable the notebook trackpad. Is this possible. No obvious setting in the system trackpad  preferences.

  • Report's HTML ouput via Email

    Hi falks! We are facing the issue that when we try to send a report via Email in HTML format it does not export table borders. Any idea about this issue? Any help will be appreciated! Thanks for your time. Regards, Ariel

  • SOAMANGER Settings for Consuming WebService

    HI, I am consuming a web service in SAP and need to create logical port details. Since LPCONFIG is obsolete now, I am thinking of creating the logical port config details in SOAMANAGER. Could anyone please tell me the procedure for manual port config