Shades of Royal Blue #476ED0
Tints of Royal Blue #476ED0
RGB
CMYK
RGB Variations
Color information
#476ED0 (or 0x476ED0) is known color: Royal Blue. HEX triplet: 47, 6E and D0. RGB value is (71,110,208). Sum of RGB (Red+Green+Blue) = 71+110+208=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #476ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ED0 is #B8912F. Grayscale: #6D6D6D. Windows color (decimal): -12095792 or 13659719. OLE color: 13659719.
HSL color Cylindrical-coordinate representation of color #476ED0: hue angle of 222.92º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476ED0 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 110 | 208 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.18 |
| HSL | 222.92º | 0.59% | 0.55% | - |
| HSV(B) | 222.92º | 0.66% | 0.82% | - |
| XYZ | 19.56 | 17.05 | 61.93 | - |
| YUV | 109.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 208 | 0.66 | 0.47 | 0 | 0.18 | 222.92 | 0.59 | 0.55 |
| Hex | 47 | 6E | D0 | 42 | 2F | 0 | 12 | DF | 3B | 37 |
| Octal | 107 | 156 | 320 | 102 | 57 | 0 | 22 | 337 | 73 | 67 |
| Binary | 1000111 | 1101110 | 11010000 | 1000010 | 101111 | 0 | 10010 | 11011111 | 111011 | 110111 |
Color Harmonies of #476ED0
Complementary color
Monochromatic Colors of #476ED0
Black with #476ED0
Text Example
Text Example
White with #476ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ED0; }
p { color: rgb(71,110,208); }
H1.HeaderClassName
{
color: #476ED0;
}
.AnyTagClassName
{
color: #476ED0;
}
</style>
background-color css
<style>
a { background-color: #476ED0; }
a { background-color: rgb(71,110,208); }
div.DivClassName
{
background-color: #476ED0;
}
.BgClassName
{
background-color: #476ED0;
}
</style>
border-color css
<style>
span { border-color: #476ED0; }
span { border-color: rgb(71,110,208); }
td.TdClassName
{
border-color: #476ED0;
}
.TagClassName
{
border-color: #476ED0;
}
</style>