Shades of Royal Blue #477EEF
Tints of Royal Blue #477EEF
RGB
CMYK
RGB Variations
Color information
#477EEF (or 0x477EEF) is known color: Royal Blue. HEX triplet: 47, 7E and EF. RGB value is (71,126,239). Sum of RGB (Red+Green+Blue) = 71+126+239=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #477EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477EEF is #B88110. Grayscale: #797979. Windows color (decimal): -12091665 or 15695431. OLE color: 15695431.
HSL color Cylindrical-coordinate representation of color #477EEF: hue angle of 220.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477EEF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 126 | 239 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.06 |
| HSL | 220.36º | 0.84% | 0.61% | - |
| HSV(B) | 220.36º | 0.7% | 0.94% | - |
| XYZ | 25.64 | 22.49 | 84.65 | - |
| YUV | 122.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 239 | 0.70 | 0.47 | 0 | 0.06 | 220.36 | 0.84 | 0.61 |
| Hex | 47 | 7E | EF | 46 | 2F | 0 | 6 | DC | 54 | 3D |
| Octal | 107 | 176 | 357 | 106 | 57 | 0 | 6 | 334 | 124 | 75 |
| Binary | 1000111 | 1111110 | 11101111 | 1000110 | 101111 | 0 | 110 | 11011100 | 1010100 | 111101 |
Color Harmonies of #477EEF
Complementary color
Monochromatic Colors of #477EEF
Black with #477EEF
Text Example
Text Example
White with #477EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EEF; }
p { color: rgb(71,126,239); }
H1.HeaderClassName
{
color: #477EEF;
}
.AnyTagClassName
{
color: #477EEF;
}
</style>
background-color css
<style>
a { background-color: #477EEF; }
a { background-color: rgb(71,126,239); }
div.DivClassName
{
background-color: #477EEF;
}
.BgClassName
{
background-color: #477EEF;
}
</style>
border-color css
<style>
span { border-color: #477EEF; }
span { border-color: rgb(71,126,239); }
td.TdClassName
{
border-color: #477EEF;
}
.TagClassName
{
border-color: #477EEF;
}
</style>