Shades of Royal Blue #495FDB
Tints of Royal Blue #495FDB
RGB
CMYK
RGB Variations
Color information
#495FDB (or 0x495FDB) is known color: Royal Blue. HEX triplet: 49, 5F and DB. RGB value is (73,95,219). Sum of RGB (Red+Green+Blue) = 73+95+219=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #495FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FDB is #B6A024. Grayscale: #666666. Windows color (decimal): -11968549 or 14376777. OLE color: 14376777.
HSL color Cylindrical-coordinate representation of color #495FDB: hue angle of 230.96º 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 #495FDB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 95 | 219 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.14 |
| HSL | 230.96º | 0.67% | 0.57% | - |
| HSV(B) | 230.96º | 0.67% | 0.86% | - |
| XYZ | 19.63 | 14.72 | 68.82 | - |
| YUV | 102.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 219 | 0.67 | 0.57 | 0 | 0.14 | 230.96 | 0.67 | 0.57 |
| Hex | 49 | 5F | DB | 43 | 39 | 0 | E | E7 | 43 | 39 |
| Octal | 111 | 137 | 333 | 103 | 71 | 0 | 16 | 347 | 103 | 71 |
| Binary | 1001001 | 1011111 | 11011011 | 1000011 | 111001 | 0 | 1110 | 11100111 | 1000011 | 111001 |
Color Harmonies of #495FDB
Complementary color
Monochromatic Colors of #495FDB
Black with #495FDB
Text Example
Text Example
White with #495FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FDB; }
p { color: rgb(73,95,219); }
H1.HeaderClassName
{
color: #495FDB;
}
.AnyTagClassName
{
color: #495FDB;
}
</style>
background-color css
<style>
a { background-color: #495FDB; }
a { background-color: rgb(73,95,219); }
div.DivClassName
{
background-color: #495FDB;
}
.BgClassName
{
background-color: #495FDB;
}
</style>
border-color css
<style>
span { border-color: #495FDB; }
span { border-color: rgb(73,95,219); }
td.TdClassName
{
border-color: #495FDB;
}
.TagClassName
{
border-color: #495FDB;
}
</style>