Shades of Havelock Blue #498EC8
Tints of Havelock Blue #498EC8
RGB
CMYK
RGB Variations
Color information
#498EC8 (or 0x498EC8) is known color: Havelock Blue. HEX triplet: 49, 8E and C8. RGB value is (73,142,200). Sum of RGB (Red+Green+Blue) = 73+142+200=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #498EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EC8 is #B67137. Grayscale: #7F7F7F. Windows color (decimal): -11956536 or 13143625. OLE color: 13143625.
HSL color Cylindrical-coordinate representation of color #498EC8: hue angle of 207.4º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498EC8 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 142 | 200 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.22 |
| HSL | 207.4º | 0.54% | 0.54% | - |
| HSV(B) | 207.4º | 0.64% | 0.78% | - |
| XYZ | 22.85 | 24.93 | 58.25 | - |
| YUV | 127.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 200 | 0.64 | 0.29 | 0 | 0.22 | 207.4 | 0.54 | 0.54 |
| Hex | 49 | 8E | C8 | 40 | 1D | 0 | 16 | CF | 36 | 36 |
| Octal | 111 | 216 | 310 | 100 | 35 | 0 | 26 | 317 | 66 | 66 |
| Binary | 1001001 | 10001110 | 11001000 | 1000000 | 11101 | 0 | 10110 | 11001111 | 110110 | 110110 |
Color Harmonies of #498EC8
Complementary color
Monochromatic Colors of #498EC8
Black with #498EC8
Text Example
Text Example
White with #498EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498EC8; }
p { color: rgb(73,142,200); }
H1.HeaderClassName
{
color: #498EC8;
}
.AnyTagClassName
{
color: #498EC8;
}
</style>
background-color css
<style>
a { background-color: #498EC8; }
a { background-color: rgb(73,142,200); }
div.DivClassName
{
background-color: #498EC8;
}
.BgClassName
{
background-color: #498EC8;
}
</style>
border-color css
<style>
span { border-color: #498EC8; }
span { border-color: rgb(73,142,200); }
td.TdClassName
{
border-color: #498EC8;
}
.TagClassName
{
border-color: #498EC8;
}
</style>