Shades of Royal Blue #475CDB
Tints of Royal Blue #475CDB
RGB
CMYK
RGB Variations
Color information
#475CDB (or 0x475CDB) is known color: Royal Blue. HEX triplet: 47, 5C and DB. RGB value is (71,92,219). Sum of RGB (Red+Green+Blue) = 71+92+219=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #475CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CDB is #B8A324. Grayscale: #636363. Windows color (decimal): -12100389 or 14376007. OLE color: 14376007.
HSL color Cylindrical-coordinate representation of color #475CDB: hue angle of 231.49º 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 #475CDB is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 92 | 219 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.14 |
| HSL | 231.49º | 0.67% | 0.57% | - |
| HSV(B) | 231.49º | 0.68% | 0.86% | - |
| XYZ | 19.21 | 14.11 | 68.73 | - |
| YUV | 100.2 | 195.04 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 219 | 0.68 | 0.58 | 0 | 0.14 | 231.49 | 0.67 | 0.57 |
| Hex | 47 | 5C | DB | 44 | 3A | 0 | E | E7 | 43 | 39 |
| Octal | 107 | 134 | 333 | 104 | 72 | 0 | 16 | 347 | 103 | 71 |
| Binary | 1000111 | 1011100 | 11011011 | 1000100 | 111010 | 0 | 1110 | 11100111 | 1000011 | 111001 |
Color Harmonies of #475CDB
Complementary color
Monochromatic Colors of #475CDB
Black with #475CDB
Text Example
Text Example
White with #475CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CDB; }
p { color: rgb(71,92,219); }
H1.HeaderClassName
{
color: #475CDB;
}
.AnyTagClassName
{
color: #475CDB;
}
</style>
background-color css
<style>
a { background-color: #475CDB; }
a { background-color: rgb(71,92,219); }
div.DivClassName
{
background-color: #475CDB;
}
.BgClassName
{
background-color: #475CDB;
}
</style>
border-color css
<style>
span { border-color: #475CDB; }
span { border-color: rgb(71,92,219); }
td.TdClassName
{
border-color: #475CDB;
}
.TagClassName
{
border-color: #475CDB;
}
</style>