Shades of Royal Blue #477FEC
Tints of Royal Blue #477FEC
RGB
CMYK
RGB Variations
Color information
#477FEC (or 0x477FEC) is known color: Royal Blue. HEX triplet: 47, 7F and EC. RGB value is (71,127,236). Sum of RGB (Red+Green+Blue) = 71+127+236=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #477FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FEC is #B88013. Grayscale: #7A7A7A. Windows color (decimal): -12091412 or 15499079. OLE color: 15499079.
HSL color Cylindrical-coordinate representation of color #477FEC: hue angle of 219.64º 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 #477FEC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 127 | 236 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.07 |
| HSL | 219.64º | 0.81% | 0.6% | - |
| HSV(B) | 219.64º | 0.7% | 0.93% | - |
| XYZ | 25.33 | 22.57 | 82.38 | - |
| YUV | 122.68 | 191.95 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 236 | 0.70 | 0.46 | 0 | 0.07 | 219.64 | 0.81 | 0.6 |
| Hex | 47 | 7F | EC | 46 | 2E | 0 | 7 | DC | 51 | 3C |
| Octal | 107 | 177 | 354 | 106 | 56 | 0 | 7 | 334 | 121 | 74 |
| Binary | 1000111 | 1111111 | 11101100 | 1000110 | 101110 | 0 | 111 | 11011100 | 1010001 | 111100 |
Color Harmonies of #477FEC
Complementary color
Monochromatic Colors of #477FEC
Black with #477FEC
Text Example
Text Example
White with #477FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FEC; }
p { color: rgb(71,127,236); }
H1.HeaderClassName
{
color: #477FEC;
}
.AnyTagClassName
{
color: #477FEC;
}
</style>
background-color css
<style>
a { background-color: #477FEC; }
a { background-color: rgb(71,127,236); }
div.DivClassName
{
background-color: #477FEC;
}
.BgClassName
{
background-color: #477FEC;
}
</style>
border-color css
<style>
span { border-color: #477FEC; }
span { border-color: rgb(71,127,236); }
td.TdClassName
{
border-color: #477FEC;
}
.TagClassName
{
border-color: #477FEC;
}
</style>