Shades of Royal Blue #477EEC
Tints of Royal Blue #477EEC
RGB
CMYK
RGB Variations
Color information
#477EEC (or 0x477EEC) is known color: Royal Blue. HEX triplet: 47, 7E and EC. RGB value is (71,126,236). Sum of RGB (Red+Green+Blue) = 71+126+236=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #477EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477EEC is #B88113. Grayscale: #797979. Windows color (decimal): -12091668 or 15498823. OLE color: 15498823.
HSL color Cylindrical-coordinate representation of color #477EEC: hue angle of 220º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477EEC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 126 | 236 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220º | 0.81% | 0.6% | - |
| HSV(B) | 220º | 0.7% | 0.93% | - |
| XYZ | 25.2 | 22.32 | 82.34 | - |
| YUV | 122.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 236 | 0.70 | 0.47 | 0 | 0.07 | 220 | 0.81 | 0.6 |
| Hex | 47 | 7E | EC | 46 | 2F | 0 | 7 | DC | 51 | 3C |
| Octal | 107 | 176 | 354 | 106 | 57 | 0 | 7 | 334 | 121 | 74 |
| Binary | 1000111 | 1111110 | 11101100 | 1000110 | 101111 | 0 | 111 | 11011100 | 1010001 | 111100 |
Color Harmonies of #477EEC
Complementary color
Monochromatic Colors of #477EEC
Black with #477EEC
Text Example
Text Example
White with #477EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EEC; }
p { color: rgb(71,126,236); }
H1.HeaderClassName
{
color: #477EEC;
}
.AnyTagClassName
{
color: #477EEC;
}
</style>
background-color css
<style>
a { background-color: #477EEC; }
a { background-color: rgb(71,126,236); }
div.DivClassName
{
background-color: #477EEC;
}
.BgClassName
{
background-color: #477EEC;
}
</style>
border-color css
<style>
span { border-color: #477EEC; }
span { border-color: rgb(71,126,236); }
td.TdClassName
{
border-color: #477EEC;
}
.TagClassName
{
border-color: #477EEC;
}
</style>