Shades of Royal Blue #495DDB
Tints of Royal Blue #495DDB
RGB
CMYK
RGB Variations
Color information
#495DDB (or 0x495DDB) is known color: Royal Blue. HEX triplet: 49, 5D and DB. RGB value is (73,93,219). Sum of RGB (Red+Green+Blue) = 73+93+219=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #495DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DDB is #B6A224. Grayscale: #646464. Windows color (decimal): -11969061 or 14376265. OLE color: 14376265.
HSL color Cylindrical-coordinate representation of color #495DDB: hue angle of 231.78º 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 #495DDB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 93 | 219 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.14 |
| HSL | 231.78º | 0.67% | 0.57% | - |
| HSV(B) | 231.78º | 0.67% | 0.86% | - |
| XYZ | 19.45 | 14.36 | 68.76 | - |
| YUV | 101.38 | 194.37 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 219 | 0.67 | 0.58 | 0 | 0.14 | 231.78 | 0.67 | 0.57 |
| Hex | 49 | 5D | DB | 43 | 3A | 0 | E | E8 | 43 | 39 |
| Octal | 111 | 135 | 333 | 103 | 72 | 0 | 16 | 350 | 103 | 71 |
| Binary | 1001001 | 1011101 | 11011011 | 1000011 | 111010 | 0 | 1110 | 11101000 | 1000011 | 111001 |
Color Harmonies of #495DDB
Complementary color
Monochromatic Colors of #495DDB
Black with #495DDB
Text Example
Text Example
White with #495DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DDB; }
p { color: rgb(73,93,219); }
H1.HeaderClassName
{
color: #495DDB;
}
.AnyTagClassName
{
color: #495DDB;
}
</style>
background-color css
<style>
a { background-color: #495DDB; }
a { background-color: rgb(73,93,219); }
div.DivClassName
{
background-color: #495DDB;
}
.BgClassName
{
background-color: #495DDB;
}
</style>
border-color css
<style>
span { border-color: #495DDB; }
span { border-color: rgb(73,93,219); }
td.TdClassName
{
border-color: #495DDB;
}
.TagClassName
{
border-color: #495DDB;
}
</style>