Shades of Royal Blue #495CDB
Tints of Royal Blue #495CDB
RGB
CMYK
RGB Variations
Color information
#495CDB (or 0x495CDB) is known color: Royal Blue. HEX triplet: 49, 5C and DB. RGB value is (73,92,219). Sum of RGB (Red+Green+Blue) = 73+92+219=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #495CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CDB is #B6A324. Grayscale: #646464. Windows color (decimal): -11969317 or 14376009. OLE color: 14376009.
HSL color Cylindrical-coordinate representation of color #495CDB: hue angle of 232.19º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495CDB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 92 | 219 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.14 |
| HSL | 232.19º | 0.67% | 0.57% | - |
| HSV(B) | 232.19º | 0.67% | 0.86% | - |
| XYZ | 19.36 | 14.19 | 68.74 | - |
| YUV | 100.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 219 | 0.67 | 0.58 | 0 | 0.14 | 232.19 | 0.67 | 0.57 |
| Hex | 49 | 5C | DB | 43 | 3A | 0 | E | E8 | 43 | 39 |
| Octal | 111 | 134 | 333 | 103 | 72 | 0 | 16 | 350 | 103 | 71 |
| Binary | 1001001 | 1011100 | 11011011 | 1000011 | 111010 | 0 | 1110 | 11101000 | 1000011 | 111001 |
Color Harmonies of #495CDB
Complementary color
Monochromatic Colors of #495CDB
Black with #495CDB
Text Example
Text Example
White with #495CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CDB; }
p { color: rgb(73,92,219); }
H1.HeaderClassName
{
color: #495CDB;
}
.AnyTagClassName
{
color: #495CDB;
}
</style>
background-color css
<style>
a { background-color: #495CDB; }
a { background-color: rgb(73,92,219); }
div.DivClassName
{
background-color: #495CDB;
}
.BgClassName
{
background-color: #495CDB;
}
</style>
border-color css
<style>
span { border-color: #495CDB; }
span { border-color: rgb(73,92,219); }
td.TdClassName
{
border-color: #495CDB;
}
.TagClassName
{
border-color: #495CDB;
}
</style>