Shades of Havelock Blue #498BDD
Tints of Havelock Blue #498BDD
RGB
CMYK
RGB Variations
Color information
#498BDD (or 0x498BDD) is known color: Havelock Blue. HEX triplet: 49, 8B and DD. RGB value is (73,139,221). Sum of RGB (Red+Green+Blue) = 73+139+221=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #498BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BDD is #B67422. Grayscale: #808080. Windows color (decimal): -11957283 or 14519113. OLE color: 14519113.
HSL color Cylindrical-coordinate representation of color #498BDD: hue angle of 213.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498BDD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 139 | 221 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.13 |
| HSL | 213.24º | 0.69% | 0.58% | - |
| HSV(B) | 213.24º | 0.67% | 0.87% | - |
| XYZ | 25.03 | 25.1 | 71.93 | - |
| YUV | 128.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 221 | 0.67 | 0.37 | 0 | 0.13 | 213.24 | 0.69 | 0.58 |
| Hex | 49 | 8B | DD | 43 | 25 | 0 | D | D5 | 45 | 3A |
| Octal | 111 | 213 | 335 | 103 | 45 | 0 | 15 | 325 | 105 | 72 |
| Binary | 1001001 | 10001011 | 11011101 | 1000011 | 100101 | 0 | 1101 | 11010101 | 1000101 | 111010 |
Color Harmonies of #498BDD
Complementary color
Monochromatic Colors of #498BDD
Black with #498BDD
Text Example
Text Example
White with #498BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BDD; }
p { color: rgb(73,139,221); }
H1.HeaderClassName
{
color: #498BDD;
}
.AnyTagClassName
{
color: #498BDD;
}
</style>
background-color css
<style>
a { background-color: #498BDD; }
a { background-color: rgb(73,139,221); }
div.DivClassName
{
background-color: #498BDD;
}
.BgClassName
{
background-color: #498BDD;
}
</style>
border-color css
<style>
span { border-color: #498BDD; }
span { border-color: rgb(73,139,221); }
td.TdClassName
{
border-color: #498BDD;
}
.TagClassName
{
border-color: #498BDD;
}
</style>