Shades of Havelock Blue #498BDB
Tints of Havelock Blue #498BDB
RGB
CMYK
RGB Variations
Color information
#498BDB (or 0x498BDB) is known color: Havelock Blue. HEX triplet: 49, 8B and DB. RGB value is (73,139,219). Sum of RGB (Red+Green+Blue) = 73+139+219=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #498BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BDB is #B67424. Grayscale: #808080. Windows color (decimal): -11957285 or 14388041. OLE color: 14388041.
HSL color Cylindrical-coordinate representation of color #498BDB: hue angle of 212.88º 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 #498BDB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 139 | 219 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.14 |
| HSL | 212.88º | 0.67% | 0.57% | - |
| HSV(B) | 212.88º | 0.67% | 0.86% | - |
| XYZ | 24.77 | 25 | 70.54 | - |
| YUV | 128.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 219 | 0.67 | 0.37 | 0 | 0.14 | 212.88 | 0.67 | 0.57 |
| Hex | 49 | 8B | DB | 43 | 25 | 0 | E | D5 | 43 | 39 |
| Octal | 111 | 213 | 333 | 103 | 45 | 0 | 16 | 325 | 103 | 71 |
| Binary | 1001001 | 10001011 | 11011011 | 1000011 | 100101 | 0 | 1110 | 11010101 | 1000011 | 111001 |
Color Harmonies of #498BDB
Complementary color
Monochromatic Colors of #498BDB
Black with #498BDB
Text Example
Text Example
White with #498BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BDB; }
p { color: rgb(73,139,219); }
H1.HeaderClassName
{
color: #498BDB;
}
.AnyTagClassName
{
color: #498BDB;
}
</style>
background-color css
<style>
a { background-color: #498BDB; }
a { background-color: rgb(73,139,219); }
div.DivClassName
{
background-color: #498BDB;
}
.BgClassName
{
background-color: #498BDB;
}
</style>
border-color css
<style>
span { border-color: #498BDB; }
span { border-color: rgb(73,139,219); }
td.TdClassName
{
border-color: #498BDB;
}
.TagClassName
{
border-color: #498BDB;
}
</style>