Shades of Royal Blue #476EDD
Tints of Royal Blue #476EDD
RGB
CMYK
RGB Variations
Color information
#476EDD (or 0x476EDD) is known color: Royal Blue. HEX triplet: 47, 6E and DD. RGB value is (71,110,221). Sum of RGB (Red+Green+Blue) = 71+110+221=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #476EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EDD is #B89122. Grayscale: #6E6E6E. Windows color (decimal): -12095779 or 14511687. OLE color: 14511687.
HSL color Cylindrical-coordinate representation of color #476EDD: hue angle of 224.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476EDD is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 110 | 221 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.13 |
| HSL | 224.4º | 0.69% | 0.57% | - |
| HSV(B) | 224.4º | 0.68% | 0.87% | - |
| XYZ | 21.23 | 17.71 | 70.71 | - |
| YUV | 110.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 221 | 0.68 | 0.50 | 0 | 0.13 | 224.4 | 0.69 | 0.57 |
| Hex | 47 | 6E | DD | 44 | 32 | 0 | D | E0 | 45 | 39 |
| Octal | 107 | 156 | 335 | 104 | 62 | 0 | 15 | 340 | 105 | 71 |
| Binary | 1000111 | 1101110 | 11011101 | 1000100 | 110010 | 0 | 1101 | 11100000 | 1000101 | 111001 |
Color Harmonies of #476EDD
Complementary color
Monochromatic Colors of #476EDD
Black with #476EDD
Text Example
Text Example
White with #476EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EDD; }
p { color: rgb(71,110,221); }
H1.HeaderClassName
{
color: #476EDD;
}
.AnyTagClassName
{
color: #476EDD;
}
</style>
background-color css
<style>
a { background-color: #476EDD; }
a { background-color: rgb(71,110,221); }
div.DivClassName
{
background-color: #476EDD;
}
.BgClassName
{
background-color: #476EDD;
}
</style>
border-color css
<style>
span { border-color: #476EDD; }
span { border-color: rgb(71,110,221); }
td.TdClassName
{
border-color: #476EDD;
}
.TagClassName
{
border-color: #476EDD;
}
</style>