Shades of Havelock Blue #498ADE
Tints of Havelock Blue #498ADE
RGB
CMYK
RGB Variations
Color information
#498ADE (or 0x498ADE) is known color: Havelock Blue. HEX triplet: 49, 8A and DE. RGB value is (73,138,222). Sum of RGB (Red+Green+Blue) = 73+138+222=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #498ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ADE is #B67521. Grayscale: #7F7F7F. Windows color (decimal): -11957538 or 14584393. OLE color: 14584393.
HSL color Cylindrical-coordinate representation of color #498ADE: hue angle of 213.83º 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 #498ADE is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 138 | 222 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.13 |
| HSL | 213.83º | 0.69% | 0.58% | - |
| HSV(B) | 213.83º | 0.67% | 0.87% | - |
| XYZ | 25.02 | 24.87 | 72.59 | - |
| YUV | 128.14 | 180.97 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 222 | 0.67 | 0.38 | 0 | 0.13 | 213.83 | 0.69 | 0.58 |
| Hex | 49 | 8A | DE | 43 | 26 | 0 | D | D6 | 45 | 3A |
| Octal | 111 | 212 | 336 | 103 | 46 | 0 | 15 | 326 | 105 | 72 |
| Binary | 1001001 | 10001010 | 11011110 | 1000011 | 100110 | 0 | 1101 | 11010110 | 1000101 | 111010 |
Color Harmonies of #498ADE
Complementary color
Monochromatic Colors of #498ADE
Black with #498ADE
Text Example
Text Example
White with #498ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ADE; }
p { color: rgb(73,138,222); }
H1.HeaderClassName
{
color: #498ADE;
}
.AnyTagClassName
{
color: #498ADE;
}
</style>
background-color css
<style>
a { background-color: #498ADE; }
a { background-color: rgb(73,138,222); }
div.DivClassName
{
background-color: #498ADE;
}
.BgClassName
{
background-color: #498ADE;
}
</style>
border-color css
<style>
span { border-color: #498ADE; }
span { border-color: rgb(73,138,222); }
td.TdClassName
{
border-color: #498ADE;
}
.TagClassName
{
border-color: #498ADE;
}
</style>