Shades of Royal Blue #496FDB
Tints of Royal Blue #496FDB
RGB
CMYK
RGB Variations
Color information
#496FDB (or 0x496FDB) is known color: Royal Blue. HEX triplet: 49, 6F and DB. RGB value is (73,111,219). Sum of RGB (Red+Green+Blue) = 73+111+219=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #496FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FDB is #B69024. Grayscale: #6F6F6F. Windows color (decimal): -11964453 or 14380873. OLE color: 14380873.
HSL color Cylindrical-coordinate representation of color #496FDB: hue angle of 224.38º 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 #496FDB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 111 | 219 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.14 |
| HSL | 224.38º | 0.67% | 0.57% | - |
| HSV(B) | 224.38º | 0.67% | 0.86% | - |
| XYZ | 21.22 | 17.9 | 69.35 | - |
| YUV | 111.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 219 | 0.67 | 0.49 | 0 | 0.14 | 224.38 | 0.67 | 0.57 |
| Hex | 49 | 6F | DB | 43 | 31 | 0 | E | E0 | 43 | 39 |
| Octal | 111 | 157 | 333 | 103 | 61 | 0 | 16 | 340 | 103 | 71 |
| Binary | 1001001 | 1101111 | 11011011 | 1000011 | 110001 | 0 | 1110 | 11100000 | 1000011 | 111001 |
Color Harmonies of #496FDB
Complementary color
Monochromatic Colors of #496FDB
Black with #496FDB
Text Example
Text Example
White with #496FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FDB; }
p { color: rgb(73,111,219); }
H1.HeaderClassName
{
color: #496FDB;
}
.AnyTagClassName
{
color: #496FDB;
}
</style>
background-color css
<style>
a { background-color: #496FDB; }
a { background-color: rgb(73,111,219); }
div.DivClassName
{
background-color: #496FDB;
}
.BgClassName
{
background-color: #496FDB;
}
</style>
border-color css
<style>
span { border-color: #496FDB; }
span { border-color: rgb(73,111,219); }
td.TdClassName
{
border-color: #496FDB;
}
.TagClassName
{
border-color: #496FDB;
}
</style>