Shades of Havelock Blue #498DCC
Tints of Havelock Blue #498DCC
RGB
CMYK
RGB Variations
Color information
#498DCC (or 0x498DCC) is known color: Havelock Blue. HEX triplet: 49, 8D and CC. RGB value is (73,141,204). Sum of RGB (Red+Green+Blue) = 73+141+204=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #498DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DCC is #B67233. Grayscale: #7F7F7F. Windows color (decimal): -11956788 or 13405513. OLE color: 13405513.
HSL color Cylindrical-coordinate representation of color #498DCC: hue angle of 208.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498DCC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 141 | 204 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.2 |
| HSL | 208.86º | 0.56% | 0.54% | - |
| HSV(B) | 208.86º | 0.64% | 0.8% | - |
| XYZ | 23.17 | 24.83 | 60.7 | - |
| YUV | 127.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 204 | 0.64 | 0.31 | 0 | 0.2 | 208.86 | 0.56 | 0.54 |
| Hex | 49 | 8D | CC | 40 | 1F | 0 | 14 | D1 | 38 | 36 |
| Octal | 111 | 215 | 314 | 100 | 37 | 0 | 24 | 321 | 70 | 66 |
| Binary | 1001001 | 10001101 | 11001100 | 1000000 | 11111 | 0 | 10100 | 11010001 | 111000 | 110110 |
Color Harmonies of #498DCC
Complementary color
Monochromatic Colors of #498DCC
Black with #498DCC
Text Example
Text Example
White with #498DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DCC; }
p { color: rgb(73,141,204); }
H1.HeaderClassName
{
color: #498DCC;
}
.AnyTagClassName
{
color: #498DCC;
}
</style>
background-color css
<style>
a { background-color: #498DCC; }
a { background-color: rgb(73,141,204); }
div.DivClassName
{
background-color: #498DCC;
}
.BgClassName
{
background-color: #498DCC;
}
</style>
border-color css
<style>
span { border-color: #498DCC; }
span { border-color: rgb(73,141,204); }
td.TdClassName
{
border-color: #498DCC;
}
.TagClassName
{
border-color: #498DCC;
}
</style>