The title says it all, googled but to no avail. where do I find the hexadecimal value of the following colour:
Blue Accent 1 (see image)
Does anyone know a source for word document colours, can the hexa codes be found in the document itself?
12 Answers
To find the color in hexadecimal, do the following:
- Created a text, and highlight it.
- Set it color, in your case blue accent.
- Click on the arrow next to the font color and select more color.
- The hex value of the color will be shown. In your case, the hex value of blue accent is
4472C4.
in case your version does not have the hex values shown, you can find RGB to hex converter online. Or just type rgb to hex on Google search; a color picker will appear. Enter the RGB values separated by commas an spaces. It will show their hex values. See the second image below from Google search. OR even simpler, use the calculator app of your PC, set it to programmer, enter each RGB value individually in decimal. Depending on your OS, you should see the hex value or click on hex button/radiobox to show the value.
Found it on MAC. Click on more colours, then colour sliders and use the pen tool for getting the colour, your code will show after you select that colour.