Shades of Royal Blue #476FDB
Tints of Royal Blue #476FDB
RGB
CMYK
RGB Variations
Color information
#476FDB (or 0x476FDB) is known color: Royal Blue. HEX triplet: 47, 6F and DB. RGB value is (71,111,219). Sum of RGB (Red+Green+Blue) = 71+111+219=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #476FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FDB is #B89024. Grayscale: #6E6E6E. Windows color (decimal): -12095525 or 14380871. OLE color: 14380871.
HSL color Cylindrical-coordinate representation of color #476FDB: hue angle of 223.78º 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 #476FDB is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 111 | 219 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.14 |
| HSL | 223.78º | 0.67% | 0.57% | - |
| HSV(B) | 223.78º | 0.68% | 0.86% | - |
| XYZ | 21.07 | 17.82 | 69.35 | - |
| YUV | 111.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 219 | 0.68 | 0.49 | 0 | 0.14 | 223.78 | 0.67 | 0.57 |
| Hex | 47 | 6F | DB | 44 | 31 | 0 | E | E0 | 43 | 39 |
| Octal | 107 | 157 | 333 | 104 | 61 | 0 | 16 | 340 | 103 | 71 |
| Binary | 1000111 | 1101111 | 11011011 | 1000100 | 110001 | 0 | 1110 | 11100000 | 1000011 | 111001 |
Color Harmonies of #476FDB
Complementary color
Monochromatic Colors of #476FDB
Black with #476FDB
Text Example
Text Example
White with #476FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FDB; }
p { color: rgb(71,111,219); }
H1.HeaderClassName
{
color: #476FDB;
}
.AnyTagClassName
{
color: #476FDB;
}
</style>
background-color css
<style>
a { background-color: #476FDB; }
a { background-color: rgb(71,111,219); }
div.DivClassName
{
background-color: #476FDB;
}
.BgClassName
{
background-color: #476FDB;
}
</style>
border-color css
<style>
span { border-color: #476FDB; }
span { border-color: rgb(71,111,219); }
td.TdClassName
{
border-color: #476FDB;
}
.TagClassName
{
border-color: #476FDB;
}
</style>