Shades of Royal Blue #476ED5
Tints of Royal Blue #476ED5
RGB
CMYK
RGB Variations
Color information
#476ED5 (or 0x476ED5) is known color: Royal Blue. HEX triplet: 47, 6E and D5. RGB value is (71,110,213). Sum of RGB (Red+Green+Blue) = 71+110+213=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #476ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ED5 is #B8912A. Grayscale: #6D6D6D. Windows color (decimal): -12095787 or 13987399. OLE color: 13987399.
HSL color Cylindrical-coordinate representation of color #476ED5: hue angle of 223.52º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476ED5 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 110 | 213 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.16 |
| HSL | 223.52º | 0.63% | 0.56% | - |
| HSV(B) | 223.52º | 0.67% | 0.84% | - |
| XYZ | 20.18 | 17.3 | 65.23 | - |
| YUV | 110.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 213 | 0.67 | 0.48 | 0 | 0.16 | 223.52 | 0.63 | 0.56 |
| Hex | 47 | 6E | D5 | 43 | 30 | 0 | 10 | E0 | 3F | 38 |
| Octal | 107 | 156 | 325 | 103 | 60 | 0 | 20 | 340 | 77 | 70 |
| Binary | 1000111 | 1101110 | 11010101 | 1000011 | 110000 | 0 | 10000 | 11100000 | 111111 | 111000 |
Color Harmonies of #476ED5
Complementary color
Monochromatic Colors of #476ED5
Black with #476ED5
Text Example
Text Example
White with #476ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476ED5; }
p { color: rgb(71,110,213); }
H1.HeaderClassName
{
color: #476ED5;
}
.AnyTagClassName
{
color: #476ED5;
}
</style>
background-color css
<style>
a { background-color: #476ED5; }
a { background-color: rgb(71,110,213); }
div.DivClassName
{
background-color: #476ED5;
}
.BgClassName
{
background-color: #476ED5;
}
</style>
border-color css
<style>
span { border-color: #476ED5; }
span { border-color: rgb(71,110,213); }
td.TdClassName
{
border-color: #476ED5;
}
.TagClassName
{
border-color: #476ED5;
}
</style>