Shades of Royal Blue #477DDB
Tints of Royal Blue #477DDB
RGB
CMYK
RGB Variations
Color information
#477DDB (or 0x477DDB) is known color: Royal Blue. HEX triplet: 47, 7D and DB. RGB value is (71,125,219). Sum of RGB (Red+Green+Blue) = 71+125+219=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #477DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DDB is #B88224. Grayscale: #777777. Windows color (decimal): -12091941 or 14384455. OLE color: 14384455.
HSL color Cylindrical-coordinate representation of color #477DDB: hue angle of 218.11º 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 #477DDB is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 125 | 219 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.14 |
| HSL | 218.11º | 0.67% | 0.57% | - |
| HSV(B) | 218.11º | 0.68% | 0.86% | - |
| XYZ | 22.72 | 21.12 | 69.9 | - |
| YUV | 119.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 219 | 0.68 | 0.43 | 0 | 0.14 | 218.11 | 0.67 | 0.57 |
| Hex | 47 | 7D | DB | 44 | 2B | 0 | E | DA | 43 | 39 |
| Octal | 107 | 175 | 333 | 104 | 53 | 0 | 16 | 332 | 103 | 71 |
| Binary | 1000111 | 1111101 | 11011011 | 1000100 | 101011 | 0 | 1110 | 11011010 | 1000011 | 111001 |
Color Harmonies of #477DDB
Complementary color
Monochromatic Colors of #477DDB
Black with #477DDB
Text Example
Text Example
White with #477DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DDB; }
p { color: rgb(71,125,219); }
H1.HeaderClassName
{
color: #477DDB;
}
.AnyTagClassName
{
color: #477DDB;
}
</style>
background-color css
<style>
a { background-color: #477DDB; }
a { background-color: rgb(71,125,219); }
div.DivClassName
{
background-color: #477DDB;
}
.BgClassName
{
background-color: #477DDB;
}
</style>
border-color css
<style>
span { border-color: #477DDB; }
span { border-color: rgb(71,125,219); }
td.TdClassName
{
border-color: #477DDB;
}
.TagClassName
{
border-color: #477DDB;
}
</style>