Shades of Royal Blue #477EE1
Tints of Royal Blue #477EE1
RGB
CMYK
RGB Variations
Color information
#477EE1 (or 0x477EE1) is known color: Royal Blue. HEX triplet: 47, 7E and E1. RGB value is (71,126,225). Sum of RGB (Red+Green+Blue) = 71+126+225=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #477EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EE1 is #B8811E. Grayscale: #787878. Windows color (decimal): -12091679 or 14777927. OLE color: 14777927.
HSL color Cylindrical-coordinate representation of color #477EE1: hue angle of 218.57º degrees, saturation: 0.72, 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 #477EE1 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 126 | 225 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.12 |
| HSL | 218.57º | 0.72% | 0.58% | - |
| HSV(B) | 218.57º | 0.68% | 0.88% | - |
| XYZ | 23.65 | 21.7 | 74.18 | - |
| YUV | 120.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 225 | 0.68 | 0.44 | 0 | 0.12 | 218.57 | 0.72 | 0.58 |
| Hex | 47 | 7E | E1 | 44 | 2C | 0 | C | DB | 48 | 3A |
| Octal | 107 | 176 | 341 | 104 | 54 | 0 | 14 | 333 | 110 | 72 |
| Binary | 1000111 | 1111110 | 11100001 | 1000100 | 101100 | 0 | 1100 | 11011011 | 1001000 | 111010 |
Color Harmonies of #477EE1
Complementary color
Monochromatic Colors of #477EE1
Black with #477EE1
Text Example
Text Example
White with #477EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EE1; }
p { color: rgb(71,126,225); }
H1.HeaderClassName
{
color: #477EE1;
}
.AnyTagClassName
{
color: #477EE1;
}
</style>
background-color css
<style>
a { background-color: #477EE1; }
a { background-color: rgb(71,126,225); }
div.DivClassName
{
background-color: #477EE1;
}
.BgClassName
{
background-color: #477EE1;
}
</style>
border-color css
<style>
span { border-color: #477EE1; }
span { border-color: rgb(71,126,225); }
td.TdClassName
{
border-color: #477EE1;
}
.TagClassName
{
border-color: #477EE1;
}
</style>