Shades of Royal Blue #476FE0
Tints of Royal Blue #476FE0
RGB
CMYK
RGB Variations
Color information
#476FE0 (or 0x476FE0) is known color: Royal Blue. HEX triplet: 47, 6F and E0. RGB value is (71,111,224). Sum of RGB (Red+Green+Blue) = 71+111+224=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #476FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FE0 is #B8901F. Grayscale: #6F6F6F. Windows color (decimal): -12095520 or 14708551. OLE color: 14708551.
HSL color Cylindrical-coordinate representation of color #476FE0: hue angle of 224.31º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476FE0 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 111 | 224 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.12 |
| HSL | 224.31º | 0.71% | 0.58% | - |
| HSV(B) | 224.31º | 0.68% | 0.88% | - |
| XYZ | 21.74 | 18.09 | 72.87 | - |
| YUV | 111.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 224 | 0.68 | 0.50 | 0 | 0.12 | 224.31 | 0.71 | 0.58 |
| Hex | 47 | 6F | E0 | 44 | 32 | 0 | C | E0 | 47 | 3A |
| Octal | 107 | 157 | 340 | 104 | 62 | 0 | 14 | 340 | 107 | 72 |
| Binary | 1000111 | 1101111 | 11100000 | 1000100 | 110010 | 0 | 1100 | 11100000 | 1000111 | 111010 |
Color Harmonies of #476FE0
Complementary color
Monochromatic Colors of #476FE0
Black with #476FE0
Text Example
Text Example
White with #476FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FE0; }
p { color: rgb(71,111,224); }
H1.HeaderClassName
{
color: #476FE0;
}
.AnyTagClassName
{
color: #476FE0;
}
</style>
background-color css
<style>
a { background-color: #476FE0; }
a { background-color: rgb(71,111,224); }
div.DivClassName
{
background-color: #476FE0;
}
.BgClassName
{
background-color: #476FE0;
}
</style>
border-color css
<style>
span { border-color: #476FE0; }
span { border-color: rgb(71,111,224); }
td.TdClassName
{
border-color: #476FE0;
}
.TagClassName
{
border-color: #476FE0;
}
</style>