Shades of Royal Blue #477EDA
Tints of Royal Blue #477EDA
RGB
CMYK
RGB Variations
Color information
#477EDA (or 0x477EDA) is known color: Royal Blue. HEX triplet: 47, 7E and DA. RGB value is (71,126,218). Sum of RGB (Red+Green+Blue) = 71+126+218=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #477EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EDA is #B88125. Grayscale: #777777. Windows color (decimal): -12091686 or 14319175. OLE color: 14319175.
HSL color Cylindrical-coordinate representation of color #477EDA: hue angle of 217.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #477EDA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 126 | 218 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.15 |
| HSL | 217.55º | 0.67% | 0.57% | - |
| HSV(B) | 217.55º | 0.67% | 0.85% | - |
| XYZ | 22.71 | 21.32 | 69.25 | - |
| YUV | 120.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 218 | 0.67 | 0.42 | 0 | 0.15 | 217.55 | 0.67 | 0.57 |
| Hex | 47 | 7E | DA | 43 | 2A | 0 | F | DA | 43 | 39 |
| Octal | 107 | 176 | 332 | 103 | 52 | 0 | 17 | 332 | 103 | 71 |
| Binary | 1000111 | 1111110 | 11011010 | 1000011 | 101010 | 0 | 1111 | 11011010 | 1000011 | 111001 |
Color Harmonies of #477EDA
Complementary color
Monochromatic Colors of #477EDA
Black with #477EDA
Text Example
Text Example
White with #477EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EDA; }
p { color: rgb(71,126,218); }
H1.HeaderClassName
{
color: #477EDA;
}
.AnyTagClassName
{
color: #477EDA;
}
</style>
background-color css
<style>
a { background-color: #477EDA; }
a { background-color: rgb(71,126,218); }
div.DivClassName
{
background-color: #477EDA;
}
.BgClassName
{
background-color: #477EDA;
}
</style>
border-color css
<style>
span { border-color: #477EDA; }
span { border-color: rgb(71,126,218); }
td.TdClassName
{
border-color: #477EDA;
}
.TagClassName
{
border-color: #477EDA;
}
</style>