Shades of Havelock Blue #498FCE
Tints of Havelock Blue #498FCE
RGB
CMYK
RGB Variations
Color information
#498FCE (or 0x498FCE) is known color: Havelock Blue. HEX triplet: 49, 8F and CE. RGB value is (73,143,206). Sum of RGB (Red+Green+Blue) = 73+143+206=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #498FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FCE is #B67031. Grayscale: #808080. Windows color (decimal): -11956274 or 13537097. OLE color: 13537097.
HSL color Cylindrical-coordinate representation of color #498FCE: hue angle of 208.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #498FCE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 143 | 206 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.19 |
| HSL | 208.42º | 0.58% | 0.55% | - |
| HSV(B) | 208.42º | 0.65% | 0.81% | - |
| XYZ | 23.71 | 25.52 | 62.07 | - |
| YUV | 129.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 206 | 0.65 | 0.31 | 0 | 0.19 | 208.42 | 0.58 | 0.55 |
| Hex | 49 | 8F | CE | 41 | 1F | 0 | 13 | D0 | 3A | 37 |
| Octal | 111 | 217 | 316 | 101 | 37 | 0 | 23 | 320 | 72 | 67 |
| Binary | 1001001 | 10001111 | 11001110 | 1000001 | 11111 | 0 | 10011 | 11010000 | 111010 | 110111 |
Color Harmonies of #498FCE
Complementary color
Monochromatic Colors of #498FCE
Black with #498FCE
Text Example
Text Example
White with #498FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FCE; }
p { color: rgb(73,143,206); }
H1.HeaderClassName
{
color: #498FCE;
}
.AnyTagClassName
{
color: #498FCE;
}
</style>
background-color css
<style>
a { background-color: #498FCE; }
a { background-color: rgb(73,143,206); }
div.DivClassName
{
background-color: #498FCE;
}
.BgClassName
{
background-color: #498FCE;
}
</style>
border-color css
<style>
span { border-color: #498FCE; }
span { border-color: rgb(73,143,206); }
td.TdClassName
{
border-color: #498FCE;
}
.TagClassName
{
border-color: #498FCE;
}
</style>