Shades of Havelock Blue #498ECE
Tints of Havelock Blue #498ECE
RGB
CMYK
RGB Variations
Color information
#498ECE (or 0x498ECE) is known color: Havelock Blue. HEX triplet: 49, 8E and CE. RGB value is (73,142,206). Sum of RGB (Red+Green+Blue) = 73+142+206=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #498ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ECE is #B67131. Grayscale: #808080. Windows color (decimal): -11956530 or 13536841. OLE color: 13536841.
HSL color Cylindrical-coordinate representation of color #498ECE: hue angle of 208.87º 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 #498ECE is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 142 | 206 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.19 |
| HSL | 208.87º | 0.58% | 0.55% | - |
| HSV(B) | 208.87º | 0.65% | 0.81% | - |
| XYZ | 23.56 | 25.22 | 62.02 | - |
| YUV | 128.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 206 | 0.65 | 0.31 | 0 | 0.19 | 208.87 | 0.58 | 0.55 |
| Hex | 49 | 8E | CE | 41 | 1F | 0 | 13 | D1 | 3A | 37 |
| Octal | 111 | 216 | 316 | 101 | 37 | 0 | 23 | 321 | 72 | 67 |
| Binary | 1001001 | 10001110 | 11001110 | 1000001 | 11111 | 0 | 10011 | 11010001 | 111010 | 110111 |
Color Harmonies of #498ECE
Complementary color
Monochromatic Colors of #498ECE
Black with #498ECE
Text Example
Text Example
White with #498ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ECE; }
p { color: rgb(73,142,206); }
H1.HeaderClassName
{
color: #498ECE;
}
.AnyTagClassName
{
color: #498ECE;
}
</style>
background-color css
<style>
a { background-color: #498ECE; }
a { background-color: rgb(73,142,206); }
div.DivClassName
{
background-color: #498ECE;
}
.BgClassName
{
background-color: #498ECE;
}
</style>
border-color css
<style>
span { border-color: #498ECE; }
span { border-color: rgb(73,142,206); }
td.TdClassName
{
border-color: #498ECE;
}
.TagClassName
{
border-color: #498ECE;
}
</style>