Shades of Royal Blue #476CCF
Tints of Royal Blue #476CCF
RGB
CMYK
RGB Variations
Color information
#476CCF (or 0x476CCF) is known color: Royal Blue. HEX triplet: 47, 6C and CF. RGB value is (71,108,207). Sum of RGB (Red+Green+Blue) = 71+108+207=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #476CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CCF is #B89330. Grayscale: #6B6B6B. Windows color (decimal): -12096305 or 13593671. OLE color: 13593671.
HSL color Cylindrical-coordinate representation of color #476CCF: hue angle of 223.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476CCF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 108 | 207 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.19 |
| HSL | 223.68º | 0.59% | 0.55% | - |
| HSV(B) | 223.68º | 0.66% | 0.81% | - |
| XYZ | 19.22 | 16.57 | 61.22 | - |
| YUV | 108.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 207 | 0.66 | 0.48 | 0 | 0.19 | 223.68 | 0.59 | 0.55 |
| Hex | 47 | 6C | CF | 42 | 30 | 0 | 13 | E0 | 3B | 37 |
| Octal | 107 | 154 | 317 | 102 | 60 | 0 | 23 | 340 | 73 | 67 |
| Binary | 1000111 | 1101100 | 11001111 | 1000010 | 110000 | 0 | 10011 | 11100000 | 111011 | 110111 |
Color Harmonies of #476CCF
Complementary color
Monochromatic Colors of #476CCF
Black with #476CCF
Text Example
Text Example
White with #476CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CCF; }
p { color: rgb(71,108,207); }
H1.HeaderClassName
{
color: #476CCF;
}
.AnyTagClassName
{
color: #476CCF;
}
</style>
background-color css
<style>
a { background-color: #476CCF; }
a { background-color: rgb(71,108,207); }
div.DivClassName
{
background-color: #476CCF;
}
.BgClassName
{
background-color: #476CCF;
}
</style>
border-color css
<style>
span { border-color: #476CCF; }
span { border-color: rgb(71,108,207); }
td.TdClassName
{
border-color: #476CCF;
}
.TagClassName
{
border-color: #476CCF;
}
</style>