Shades of Royal Blue #475ADB
Tints of Royal Blue #475ADB
RGB
CMYK
RGB Variations
Color information
#475ADB (or 0x475ADB) is known color: Royal Blue. HEX triplet: 47, 5A and DB. RGB value is (71,90,219). Sum of RGB (Red+Green+Blue) = 71+90+219=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #475ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ADB is #B8A524. Grayscale: #626262. Windows color (decimal): -12100901 or 14375495. OLE color: 14375495.
HSL color Cylindrical-coordinate representation of color #475ADB: hue angle of 232.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 #475ADB is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 90 | 219 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.14 |
| HSL | 232.3º | 0.67% | 0.57% | - |
| HSV(B) | 232.3º | 0.68% | 0.86% | - |
| XYZ | 19.04 | 13.77 | 68.67 | - |
| YUV | 99.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 219 | 0.68 | 0.59 | 0 | 0.14 | 232.3 | 0.67 | 0.57 |
| Hex | 47 | 5A | DB | 44 | 3B | 0 | E | E8 | 43 | 39 |
| Octal | 107 | 132 | 333 | 104 | 73 | 0 | 16 | 350 | 103 | 71 |
| Binary | 1000111 | 1011010 | 11011011 | 1000100 | 111011 | 0 | 1110 | 11101000 | 1000011 | 111001 |
Color Harmonies of #475ADB
Complementary color
Monochromatic Colors of #475ADB
Black with #475ADB
Text Example
Text Example
White with #475ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475ADB; }
p { color: rgb(71,90,219); }
H1.HeaderClassName
{
color: #475ADB;
}
.AnyTagClassName
{
color: #475ADB;
}
</style>
background-color css
<style>
a { background-color: #475ADB; }
a { background-color: rgb(71,90,219); }
div.DivClassName
{
background-color: #475ADB;
}
.BgClassName
{
background-color: #475ADB;
}
</style>
border-color css
<style>
span { border-color: #475ADB; }
span { border-color: rgb(71,90,219); }
td.TdClassName
{
border-color: #475ADB;
}
.TagClassName
{
border-color: #475ADB;
}
</style>