Shades of Havelock Blue #498DD6
Tints of Havelock Blue #498DD6
RGB
CMYK
RGB Variations
Color information
#498DD6 (or 0x498DD6) is known color: Havelock Blue. HEX triplet: 49, 8D and D6. RGB value is (73,141,214). Sum of RGB (Red+Green+Blue) = 73+141+214=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #498DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DD6 is #B67229. Grayscale: #808080. Windows color (decimal): -11956778 or 14060873. OLE color: 14060873.
HSL color Cylindrical-coordinate representation of color #498DD6: hue angle of 211.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #498DD6 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 141 | 214 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.16 |
| HSL | 211.06º | 0.63% | 0.56% | - |
| HSV(B) | 211.06º | 0.66% | 0.84% | - |
| XYZ | 24.41 | 25.32 | 67.22 | - |
| YUV | 128.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 214 | 0.66 | 0.34 | 0 | 0.16 | 211.06 | 0.63 | 0.56 |
| Hex | 49 | 8D | D6 | 42 | 22 | 0 | 10 | D3 | 3F | 38 |
| Octal | 111 | 215 | 326 | 102 | 42 | 0 | 20 | 323 | 77 | 70 |
| Binary | 1001001 | 10001101 | 11010110 | 1000010 | 100010 | 0 | 10000 | 11010011 | 111111 | 111000 |
Color Harmonies of #498DD6
Complementary color
Monochromatic Colors of #498DD6
Black with #498DD6
Text Example
Text Example
White with #498DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DD6; }
p { color: rgb(73,141,214); }
H1.HeaderClassName
{
color: #498DD6;
}
.AnyTagClassName
{
color: #498DD6;
}
</style>
background-color css
<style>
a { background-color: #498DD6; }
a { background-color: rgb(73,141,214); }
div.DivClassName
{
background-color: #498DD6;
}
.BgClassName
{
background-color: #498DD6;
}
</style>
border-color css
<style>
span { border-color: #498DD6; }
span { border-color: rgb(73,141,214); }
td.TdClassName
{
border-color: #498DD6;
}
.TagClassName
{
border-color: #498DD6;
}
</style>