Shades of Havelock Blue #498CD1
Tints of Havelock Blue #498CD1
RGB
CMYK
RGB Variations
Color information
#498CD1 (or 0x498CD1) is known color: Havelock Blue. HEX triplet: 49, 8C and D1. RGB value is (73,140,209). Sum of RGB (Red+Green+Blue) = 73+140+209=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #498CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CD1 is #B6732E. Grayscale: #7F7F7F. Windows color (decimal): -11957039 or 13732937. OLE color: 13732937.
HSL color Cylindrical-coordinate representation of color #498CD1: hue angle of 210.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498CD1 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 140 | 209 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.18 |
| HSL | 210.44º | 0.6% | 0.55% | - |
| HSV(B) | 210.44º | 0.65% | 0.82% | - |
| XYZ | 23.63 | 24.78 | 63.86 | - |
| YUV | 127.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 209 | 0.65 | 0.33 | 0 | 0.18 | 210.44 | 0.6 | 0.55 |
| Hex | 49 | 8C | D1 | 41 | 21 | 0 | 12 | D2 | 3C | 37 |
| Octal | 111 | 214 | 321 | 101 | 41 | 0 | 22 | 322 | 74 | 67 |
| Binary | 1001001 | 10001100 | 11010001 | 1000001 | 100001 | 0 | 10010 | 11010010 | 111100 | 110111 |
Color Harmonies of #498CD1
Complementary color
Monochromatic Colors of #498CD1
Black with #498CD1
Text Example
Text Example
White with #498CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CD1; }
p { color: rgb(73,140,209); }
H1.HeaderClassName
{
color: #498CD1;
}
.AnyTagClassName
{
color: #498CD1;
}
</style>
background-color css
<style>
a { background-color: #498CD1; }
a { background-color: rgb(73,140,209); }
div.DivClassName
{
background-color: #498CD1;
}
.BgClassName
{
background-color: #498CD1;
}
</style>
border-color css
<style>
span { border-color: #498CD1; }
span { border-color: rgb(73,140,209); }
td.TdClassName
{
border-color: #498CD1;
}
.TagClassName
{
border-color: #498CD1;
}
</style>