Shades of Royal Blue #477AE0
Tints of Royal Blue #477AE0
RGB
CMYK
RGB Variations
Color information
#477AE0 (or 0x477AE0) is known color: Royal Blue. HEX triplet: 47, 7A and E0. RGB value is (71,122,224). Sum of RGB (Red+Green+Blue) = 71+122+224=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #477AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477AE0 is #B8851F. Grayscale: #757575. Windows color (decimal): -12092704 or 14711367. OLE color: 14711367.
HSL color Cylindrical-coordinate representation of color #477AE0: hue angle of 220º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477AE0 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 122 | 224 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.12 |
| HSL | 220º | 0.71% | 0.58% | - |
| HSV(B) | 220º | 0.68% | 0.88% | - |
| XYZ | 23.01 | 20.64 | 73.29 | - |
| YUV | 118.38 | 187.6 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 224 | 0.68 | 0.46 | 0 | 0.12 | 220 | 0.71 | 0.58 |
| Hex | 47 | 7A | E0 | 44 | 2E | 0 | C | DC | 47 | 3A |
| Octal | 107 | 172 | 340 | 104 | 56 | 0 | 14 | 334 | 107 | 72 |
| Binary | 1000111 | 1111010 | 11100000 | 1000100 | 101110 | 0 | 1100 | 11011100 | 1000111 | 111010 |
Color Harmonies of #477AE0
Complementary color
Monochromatic Colors of #477AE0
Black with #477AE0
Text Example
Text Example
White with #477AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AE0; }
p { color: rgb(71,122,224); }
H1.HeaderClassName
{
color: #477AE0;
}
.AnyTagClassName
{
color: #477AE0;
}
</style>
background-color css
<style>
a { background-color: #477AE0; }
a { background-color: rgb(71,122,224); }
div.DivClassName
{
background-color: #477AE0;
}
.BgClassName
{
background-color: #477AE0;
}
</style>
border-color css
<style>
span { border-color: #477AE0; }
span { border-color: rgb(71,122,224); }
td.TdClassName
{
border-color: #477AE0;
}
.TagClassName
{
border-color: #477AE0;
}
</style>