Shades of Royal Blue #477CEA
Tints of Royal Blue #477CEA
RGB
CMYK
RGB Variations
Color information
#477CEA (or 0x477CEA) is known color: Royal Blue. HEX triplet: 47, 7C and EA. RGB value is (71,124,234). Sum of RGB (Red+Green+Blue) = 71+124+234=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #477CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CEA is #B88315. Grayscale: #787878. Windows color (decimal): -12092182 or 15367239. OLE color: 15367239.
HSL color Cylindrical-coordinate representation of color #477CEA: hue angle of 220.49º 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 #477CEA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 124 | 234 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.08 |
| HSL | 220.49º | 0.8% | 0.6% | - |
| HSV(B) | 220.49º | 0.7% | 0.92% | - |
| XYZ | 24.66 | 21.7 | 80.73 | - |
| YUV | 120.69 | 191.94 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 234 | 0.70 | 0.47 | 0 | 0.08 | 220.49 | 0.8 | 0.6 |
| Hex | 47 | 7C | EA | 46 | 2F | 0 | 8 | DC | 50 | 3C |
| Octal | 107 | 174 | 352 | 106 | 57 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1000111 | 1111100 | 11101010 | 1000110 | 101111 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #477CEA
Complementary color
Monochromatic Colors of #477CEA
Black with #477CEA
Text Example
Text Example
White with #477CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CEA; }
p { color: rgb(71,124,234); }
H1.HeaderClassName
{
color: #477CEA;
}
.AnyTagClassName
{
color: #477CEA;
}
</style>
background-color css
<style>
a { background-color: #477CEA; }
a { background-color: rgb(71,124,234); }
div.DivClassName
{
background-color: #477CEA;
}
.BgClassName
{
background-color: #477CEA;
}
</style>
border-color css
<style>
span { border-color: #477CEA; }
span { border-color: rgb(71,124,234); }
td.TdClassName
{
border-color: #477CEA;
}
.TagClassName
{
border-color: #477CEA;
}
</style>