Shades of Royal Blue #477FEA
Tints of Royal Blue #477FEA
RGB
CMYK
RGB Variations
Color information
#477FEA (or 0x477FEA) is known color: Royal Blue. HEX triplet: 47, 7F and EA. RGB value is (71,127,234). Sum of RGB (Red+Green+Blue) = 71+127+234=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #477FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FEA is #B88015. Grayscale: #797979. Windows color (decimal): -12091414 or 15368007. OLE color: 15368007.
HSL color Cylindrical-coordinate representation of color #477FEA: hue angle of 219.39º 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 #477FEA is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 127 | 234 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.08 |
| HSL | 219.39º | 0.8% | 0.6% | - |
| HSV(B) | 219.39º | 0.7% | 0.92% | - |
| XYZ | 25.04 | 22.46 | 80.86 | - |
| YUV | 122.45 | 190.95 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 234 | 0.70 | 0.46 | 0 | 0.08 | 219.39 | 0.8 | 0.6 |
| Hex | 47 | 7F | EA | 46 | 2E | 0 | 8 | DB | 50 | 3C |
| Octal | 107 | 177 | 352 | 106 | 56 | 0 | 10 | 333 | 120 | 74 |
| Binary | 1000111 | 1111111 | 11101010 | 1000110 | 101110 | 0 | 1000 | 11011011 | 1010000 | 111100 |
Color Harmonies of #477FEA
Complementary color
Monochromatic Colors of #477FEA
Black with #477FEA
Text Example
Text Example
White with #477FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FEA; }
p { color: rgb(71,127,234); }
H1.HeaderClassName
{
color: #477FEA;
}
.AnyTagClassName
{
color: #477FEA;
}
</style>
background-color css
<style>
a { background-color: #477FEA; }
a { background-color: rgb(71,127,234); }
div.DivClassName
{
background-color: #477FEA;
}
.BgClassName
{
background-color: #477FEA;
}
</style>
border-color css
<style>
span { border-color: #477FEA; }
span { border-color: rgb(71,127,234); }
td.TdClassName
{
border-color: #477FEA;
}
.TagClassName
{
border-color: #477FEA;
}
</style>