Shades of Havelock Blue #498CDB
Tints of Havelock Blue #498CDB
RGB
CMYK
RGB Variations
Color information
#498CDB (or 0x498CDB) is known color: Havelock Blue. HEX triplet: 49, 8C and DB. RGB value is (73,140,219). Sum of RGB (Red+Green+Blue) = 73+140+219=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #498CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CDB is #B67324. Grayscale: #808080. Windows color (decimal): -11957029 or 14388297. OLE color: 14388297.
HSL color Cylindrical-coordinate representation of color #498CDB: hue angle of 212.47º 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 #498CDB is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 140 | 219 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.14 |
| HSL | 212.47º | 0.67% | 0.57% | - |
| HSV(B) | 212.47º | 0.67% | 0.86% | - |
| XYZ | 24.91 | 25.29 | 70.59 | - |
| YUV | 128.97 | 178.8 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 219 | 0.67 | 0.36 | 0 | 0.14 | 212.47 | 0.67 | 0.57 |
| Hex | 49 | 8C | DB | 43 | 24 | 0 | E | D4 | 43 | 39 |
| Octal | 111 | 214 | 333 | 103 | 44 | 0 | 16 | 324 | 103 | 71 |
| Binary | 1001001 | 10001100 | 11011011 | 1000011 | 100100 | 0 | 1110 | 11010100 | 1000011 | 111001 |
Color Harmonies of #498CDB
Complementary color
Monochromatic Colors of #498CDB
Black with #498CDB
Text Example
Text Example
White with #498CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CDB; }
p { color: rgb(73,140,219); }
H1.HeaderClassName
{
color: #498CDB;
}
.AnyTagClassName
{
color: #498CDB;
}
</style>
background-color css
<style>
a { background-color: #498CDB; }
a { background-color: rgb(73,140,219); }
div.DivClassName
{
background-color: #498CDB;
}
.BgClassName
{
background-color: #498CDB;
}
</style>
border-color css
<style>
span { border-color: #498CDB; }
span { border-color: rgb(73,140,219); }
td.TdClassName
{
border-color: #498CDB;
}
.TagClassName
{
border-color: #498CDB;
}
</style>