Shades of Royal Blue #476FCE
Tints of Royal Blue #476FCE
RGB
CMYK
RGB Variations
Color information
#476FCE (or 0x476FCE) is known color: Royal Blue. HEX triplet: 47, 6F and CE. RGB value is (71,111,206). Sum of RGB (Red+Green+Blue) = 71+111+206=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #476FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FCE is #B89031. Grayscale: #6D6D6D. Windows color (decimal): -12095538 or 13528903. OLE color: 13528903.
HSL color Cylindrical-coordinate representation of color #476FCE: hue angle of 222.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476FCE is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 111 | 206 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.19 |
| HSL | 222.22º | 0.58% | 0.54% | - |
| HSV(B) | 222.22º | 0.66% | 0.81% | - |
| XYZ | 19.42 | 17.16 | 60.68 | - |
| YUV | 109.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 206 | 0.66 | 0.46 | 0 | 0.19 | 222.22 | 0.58 | 0.54 |
| Hex | 47 | 6F | CE | 42 | 2E | 0 | 13 | DE | 3A | 36 |
| Octal | 107 | 157 | 316 | 102 | 56 | 0 | 23 | 336 | 72 | 66 |
| Binary | 1000111 | 1101111 | 11001110 | 1000010 | 101110 | 0 | 10011 | 11011110 | 111010 | 110110 |
Color Harmonies of #476FCE
Complementary color
Monochromatic Colors of #476FCE
Black with #476FCE
Text Example
Text Example
White with #476FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FCE; }
p { color: rgb(71,111,206); }
H1.HeaderClassName
{
color: #476FCE;
}
.AnyTagClassName
{
color: #476FCE;
}
</style>
background-color css
<style>
a { background-color: #476FCE; }
a { background-color: rgb(71,111,206); }
div.DivClassName
{
background-color: #476FCE;
}
.BgClassName
{
background-color: #476FCE;
}
</style>
border-color css
<style>
span { border-color: #476FCE; }
span { border-color: rgb(71,111,206); }
td.TdClassName
{
border-color: #476FCE;
}
.TagClassName
{
border-color: #476FCE;
}
</style>