Shades of Royal Blue #477FDB
Tints of Royal Blue #477FDB
RGB
CMYK
RGB Variations
Color information
#477FDB (or 0x477FDB) is known color: Royal Blue. HEX triplet: 47, 7F and DB. RGB value is (71,127,219). Sum of RGB (Red+Green+Blue) = 71+127+219=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #477FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FDB is #B88024. Grayscale: #787878. Windows color (decimal): -12091429 or 14384967. OLE color: 14384967.
HSL color Cylindrical-coordinate representation of color #477FDB: hue angle of 217.3º 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 #477FDB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 127 | 219 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.14 |
| HSL | 217.3º | 0.67% | 0.57% | - |
| HSV(B) | 217.3º | 0.68% | 0.86% | - |
| XYZ | 22.97 | 21.63 | 69.98 | - |
| YUV | 120.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 219 | 0.68 | 0.42 | 0 | 0.14 | 217.3 | 0.67 | 0.57 |
| Hex | 47 | 7F | DB | 44 | 2A | 0 | E | D9 | 43 | 39 |
| Octal | 107 | 177 | 333 | 104 | 52 | 0 | 16 | 331 | 103 | 71 |
| Binary | 1000111 | 1111111 | 11011011 | 1000100 | 101010 | 0 | 1110 | 11011001 | 1000011 | 111001 |
Color Harmonies of #477FDB
Complementary color
Monochromatic Colors of #477FDB
Black with #477FDB
Text Example
Text Example
White with #477FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FDB; }
p { color: rgb(71,127,219); }
H1.HeaderClassName
{
color: #477FDB;
}
.AnyTagClassName
{
color: #477FDB;
}
</style>
background-color css
<style>
a { background-color: #477FDB; }
a { background-color: rgb(71,127,219); }
div.DivClassName
{
background-color: #477FDB;
}
.BgClassName
{
background-color: #477FDB;
}
</style>
border-color css
<style>
span { border-color: #477FDB; }
span { border-color: rgb(71,127,219); }
td.TdClassName
{
border-color: #477FDB;
}
.TagClassName
{
border-color: #477FDB;
}
</style>