Shades of Royal Blue #475CEA
Tints of Royal Blue #475CEA
RGB
CMYK
RGB Variations
Color information
#475CEA (or 0x475CEA) is known color: Royal Blue. HEX triplet: 47, 5C and EA. RGB value is (71,92,234). Sum of RGB (Red+Green+Blue) = 71+92+234=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #475CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475CEA is #B8A315. Grayscale: #656565. Windows color (decimal): -12100374 or 15359047. OLE color: 15359047.
HSL color Cylindrical-coordinate representation of color #475CEA: hue angle of 232.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475CEA is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 92 | 234 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.08 |
| HSL | 232.27º | 0.8% | 0.6% | - |
| HSV(B) | 232.27º | 0.7% | 0.92% | - |
| XYZ | 21.28 | 14.93 | 79.6 | - |
| YUV | 101.91 | 202.54 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 234 | 0.70 | 0.61 | 0 | 0.08 | 232.27 | 0.8 | 0.6 |
| Hex | 47 | 5C | EA | 46 | 3D | 0 | 8 | E8 | 50 | 3C |
| Octal | 107 | 134 | 352 | 106 | 75 | 0 | 10 | 350 | 120 | 74 |
| Binary | 1000111 | 1011100 | 11101010 | 1000110 | 111101 | 0 | 1000 | 11101000 | 1010000 | 111100 |
Color Harmonies of #475CEA
Complementary color
Monochromatic Colors of #475CEA
Black with #475CEA
Text Example
Text Example
White with #475CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CEA; }
p { color: rgb(71,92,234); }
H1.HeaderClassName
{
color: #475CEA;
}
.AnyTagClassName
{
color: #475CEA;
}
</style>
background-color css
<style>
a { background-color: #475CEA; }
a { background-color: rgb(71,92,234); }
div.DivClassName
{
background-color: #475CEA;
}
.BgClassName
{
background-color: #475CEA;
}
</style>
border-color css
<style>
span { border-color: #475CEA; }
span { border-color: rgb(71,92,234); }
td.TdClassName
{
border-color: #475CEA;
}
.TagClassName
{
border-color: #475CEA;
}
</style>