Shades of Havelock Blue #498DC6
Tints of Havelock Blue #498DC6
RGB
CMYK
RGB Variations
Color information
#498DC6 (or 0x498DC6) is known color: Havelock Blue. HEX triplet: 49, 8D and C6. RGB value is (73,141,198). Sum of RGB (Red+Green+Blue) = 73+141+198=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #498DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DC6 is #B67239. Grayscale: #7E7E7E. Windows color (decimal): -11956794 or 13012297. OLE color: 13012297.
HSL color Cylindrical-coordinate representation of color #498DC6: hue angle of 207.36º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498DC6 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 141 | 198 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.22 |
| HSL | 207.36º | 0.52% | 0.53% | - |
| HSV(B) | 207.36º | 0.63% | 0.78% | - |
| XYZ | 22.47 | 24.54 | 56.98 | - |
| YUV | 127.17 | 167.97 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 198 | 0.63 | 0.29 | 0 | 0.22 | 207.36 | 0.52 | 0.53 |
| Hex | 49 | 8D | C6 | 3F | 1D | 0 | 16 | CF | 34 | 35 |
| Octal | 111 | 215 | 306 | 77 | 35 | 0 | 26 | 317 | 64 | 65 |
| Binary | 1001001 | 10001101 | 11000110 | 111111 | 11101 | 0 | 10110 | 11001111 | 110100 | 110101 |
Color Harmonies of #498DC6
Complementary color
Monochromatic Colors of #498DC6
Black with #498DC6
Text Example
Text Example
White with #498DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DC6; }
p { color: rgb(73,141,198); }
H1.HeaderClassName
{
color: #498DC6;
}
.AnyTagClassName
{
color: #498DC6;
}
</style>
background-color css
<style>
a { background-color: #498DC6; }
a { background-color: rgb(73,141,198); }
div.DivClassName
{
background-color: #498DC6;
}
.BgClassName
{
background-color: #498DC6;
}
</style>
border-color css
<style>
span { border-color: #498DC6; }
span { border-color: rgb(73,141,198); }
td.TdClassName
{
border-color: #498DC6;
}
.TagClassName
{
border-color: #498DC6;
}
</style>