Shades of Havelock Blue #498CC8
Tints of Havelock Blue #498CC8
RGB
CMYK
RGB Variations
Color information
#498CC8 (or 0x498CC8) is known color: Havelock Blue. HEX triplet: 49, 8C and C8. RGB value is (73,140,200). Sum of RGB (Red+Green+Blue) = 73+140+200=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #498CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CC8 is #B67337. Grayscale: #7E7E7E. Windows color (decimal): -11957048 or 13143113. OLE color: 13143113.
HSL color Cylindrical-coordinate representation of color #498CC8: hue angle of 208.35º 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 #498CC8 is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 140 | 200 | - |
| CMYK | 0.64 | 0.3 | 0 | 0.22 |
| HSL | 208.35º | 0.54% | 0.54% | - |
| HSV(B) | 208.35º | 0.64% | 0.78% | - |
| XYZ | 22.55 | 24.34 | 58.15 | - |
| YUV | 126.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 200 | 0.64 | 0.3 | 0 | 0.22 | 208.35 | 0.54 | 0.54 |
| Hex | 49 | 8C | C8 | 40 | 1E | 0 | 16 | D0 | 36 | 36 |
| Octal | 111 | 214 | 310 | 100 | 36 | 0 | 26 | 320 | 66 | 66 |
| Binary | 1001001 | 10001100 | 11001000 | 1000000 | 11110 | 0 | 10110 | 11010000 | 110110 | 110110 |
Color Harmonies of #498CC8
Complementary color
Monochromatic Colors of #498CC8
Black with #498CC8
Text Example
Text Example
White with #498CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CC8; }
p { color: rgb(73,140,200); }
H1.HeaderClassName
{
color: #498CC8;
}
.AnyTagClassName
{
color: #498CC8;
}
</style>
background-color css
<style>
a { background-color: #498CC8; }
a { background-color: rgb(73,140,200); }
div.DivClassName
{
background-color: #498CC8;
}
.BgClassName
{
background-color: #498CC8;
}
</style>
border-color css
<style>
span { border-color: #498CC8; }
span { border-color: rgb(73,140,200); }
td.TdClassName
{
border-color: #498CC8;
}
.TagClassName
{
border-color: #498CC8;
}
</style>