Shades of Royal Blue #475BDB
Tints of Royal Blue #475BDB
RGB
CMYK
RGB Variations
Color information
#475BDB (or 0x475BDB) is known color: Royal Blue. HEX triplet: 47, 5B and DB. RGB value is (71,91,219). Sum of RGB (Red+Green+Blue) = 71+91+219=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #475BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BDB is #B8A424. Grayscale: #636363. Windows color (decimal): -12100645 or 14375751. OLE color: 14375751.
HSL color Cylindrical-coordinate representation of color #475BDB: hue angle of 231.89º 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 #475BDB is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 91 | 219 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.14 |
| HSL | 231.89º | 0.67% | 0.57% | - |
| HSV(B) | 231.89º | 0.68% | 0.86% | - |
| XYZ | 19.13 | 13.94 | 68.7 | - |
| YUV | 99.61 | 195.37 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 219 | 0.68 | 0.58 | 0 | 0.14 | 231.89 | 0.67 | 0.57 |
| Hex | 47 | 5B | DB | 44 | 3A | 0 | E | E8 | 43 | 39 |
| Octal | 107 | 133 | 333 | 104 | 72 | 0 | 16 | 350 | 103 | 71 |
| Binary | 1000111 | 1011011 | 11011011 | 1000100 | 111010 | 0 | 1110 | 11101000 | 1000011 | 111001 |
Color Harmonies of #475BDB
Complementary color
Monochromatic Colors of #475BDB
Black with #475BDB
Text Example
Text Example
White with #475BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BDB; }
p { color: rgb(71,91,219); }
H1.HeaderClassName
{
color: #475BDB;
}
.AnyTagClassName
{
color: #475BDB;
}
</style>
background-color css
<style>
a { background-color: #475BDB; }
a { background-color: rgb(71,91,219); }
div.DivClassName
{
background-color: #475BDB;
}
.BgClassName
{
background-color: #475BDB;
}
</style>
border-color css
<style>
span { border-color: #475BDB; }
span { border-color: rgb(71,91,219); }
td.TdClassName
{
border-color: #475BDB;
}
.TagClassName
{
border-color: #475BDB;
}
</style>