Shades of Royal Blue #476DDB
Tints of Royal Blue #476DDB
RGB
CMYK
RGB Variations
Color information
#476DDB (or 0x476DDB) is known color: Royal Blue. HEX triplet: 47, 6D and DB. RGB value is (71,109,219). Sum of RGB (Red+Green+Blue) = 71+109+219=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #476DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DDB is #B89224. Grayscale: #6D6D6D. Windows color (decimal): -12096037 or 14380359. OLE color: 14380359.
HSL color Cylindrical-coordinate representation of color #476DDB: hue angle of 224.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476DDB is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 109 | 219 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.14 |
| HSL | 224.59º | 0.67% | 0.57% | - |
| HSV(B) | 224.59º | 0.68% | 0.86% | - |
| XYZ | 20.85 | 17.39 | 69.28 | - |
| YUV | 110.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 219 | 0.68 | 0.50 | 0 | 0.14 | 224.59 | 0.67 | 0.57 |
| Hex | 47 | 6D | DB | 44 | 32 | 0 | E | E1 | 43 | 39 |
| Octal | 107 | 155 | 333 | 104 | 62 | 0 | 16 | 341 | 103 | 71 |
| Binary | 1000111 | 1101101 | 11011011 | 1000100 | 110010 | 0 | 1110 | 11100001 | 1000011 | 111001 |
Color Harmonies of #476DDB
Complementary color
Monochromatic Colors of #476DDB
Black with #476DDB
Text Example
Text Example
White with #476DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DDB; }
p { color: rgb(71,109,219); }
H1.HeaderClassName
{
color: #476DDB;
}
.AnyTagClassName
{
color: #476DDB;
}
</style>
background-color css
<style>
a { background-color: #476DDB; }
a { background-color: rgb(71,109,219); }
div.DivClassName
{
background-color: #476DDB;
}
.BgClassName
{
background-color: #476DDB;
}
</style>
border-color css
<style>
span { border-color: #476DDB; }
span { border-color: rgb(71,109,219); }
td.TdClassName
{
border-color: #476DDB;
}
.TagClassName
{
border-color: #476DDB;
}
</style>