Shades of Royal Blue #477CEC
Tints of Royal Blue #477CEC
RGB
CMYK
RGB Variations
Color information
#477CEC (or 0x477CEC) is known color: Royal Blue. HEX triplet: 47, 7C and EC. RGB value is (71,124,236). Sum of RGB (Red+Green+Blue) = 71+124+236=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #477CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CEC is #B88313. Grayscale: #787878. Windows color (decimal): -12092180 or 15498311. OLE color: 15498311.
HSL color Cylindrical-coordinate representation of color #477CEC: hue angle of 220.73º 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 #477CEC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 124 | 236 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220.73º | 0.81% | 0.6% | - |
| HSV(B) | 220.73º | 0.7% | 0.93% | - |
| XYZ | 24.95 | 21.81 | 82.25 | - |
| YUV | 120.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 236 | 0.70 | 0.47 | 0 | 0.07 | 220.73 | 0.81 | 0.6 |
| Hex | 47 | 7C | EC | 46 | 2F | 0 | 7 | DD | 51 | 3C |
| Octal | 107 | 174 | 354 | 106 | 57 | 0 | 7 | 335 | 121 | 74 |
| Binary | 1000111 | 1111100 | 11101100 | 1000110 | 101111 | 0 | 111 | 11011101 | 1010001 | 111100 |
Color Harmonies of #477CEC
Complementary color
Monochromatic Colors of #477CEC
Black with #477CEC
Text Example
Text Example
White with #477CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CEC; }
p { color: rgb(71,124,236); }
H1.HeaderClassName
{
color: #477CEC;
}
.AnyTagClassName
{
color: #477CEC;
}
</style>
background-color css
<style>
a { background-color: #477CEC; }
a { background-color: rgb(71,124,236); }
div.DivClassName
{
background-color: #477CEC;
}
.BgClassName
{
background-color: #477CEC;
}
</style>
border-color css
<style>
span { border-color: #477CEC; }
span { border-color: rgb(71,124,236); }
td.TdClassName
{
border-color: #477CEC;
}
.TagClassName
{
border-color: #477CEC;
}
</style>