Shades of Royal Blue #476EDA
Tints of Royal Blue #476EDA
RGB
CMYK
RGB Variations
Color information
#476EDA (or 0x476EDA) is known color: Royal Blue. HEX triplet: 47, 6E and DA. RGB value is (71,110,218). Sum of RGB (Red+Green+Blue) = 71+110+218=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #476EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EDA is #B89125. Grayscale: #6E6E6E. Windows color (decimal): -12095782 or 14315079. OLE color: 14315079.
HSL color Cylindrical-coordinate representation of color #476EDA: hue angle of 224.08º 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 #476EDA is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 110 | 218 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.15 |
| HSL | 224.08º | 0.67% | 0.57% | - |
| HSV(B) | 224.08º | 0.67% | 0.85% | - |
| XYZ | 20.83 | 17.55 | 68.62 | - |
| YUV | 110.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 218 | 0.67 | 0.50 | 0 | 0.15 | 224.08 | 0.67 | 0.57 |
| Hex | 47 | 6E | DA | 43 | 32 | 0 | F | E0 | 43 | 39 |
| Octal | 107 | 156 | 332 | 103 | 62 | 0 | 17 | 340 | 103 | 71 |
| Binary | 1000111 | 1101110 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100000 | 1000011 | 111001 |
Color Harmonies of #476EDA
Complementary color
Monochromatic Colors of #476EDA
Black with #476EDA
Text Example
Text Example
White with #476EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EDA; }
p { color: rgb(71,110,218); }
H1.HeaderClassName
{
color: #476EDA;
}
.AnyTagClassName
{
color: #476EDA;
}
</style>
background-color css
<style>
a { background-color: #476EDA; }
a { background-color: rgb(71,110,218); }
div.DivClassName
{
background-color: #476EDA;
}
.BgClassName
{
background-color: #476EDA;
}
</style>
border-color css
<style>
span { border-color: #476EDA; }
span { border-color: rgb(71,110,218); }
td.TdClassName
{
border-color: #476EDA;
}
.TagClassName
{
border-color: #476EDA;
}
</style>