Shades of Havelock Blue #498DCF
Tints of Havelock Blue #498DCF
RGB
CMYK
RGB Variations
Color information
#498DCF (or 0x498DCF) is known color: Havelock Blue. HEX triplet: 49, 8D and CF. RGB value is (73,141,207). Sum of RGB (Red+Green+Blue) = 73+141+207=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #498DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DCF is #B67230. Grayscale: #7F7F7F. Windows color (decimal): -11956785 or 13602121. OLE color: 13602121.
HSL color Cylindrical-coordinate representation of color #498DCF: hue angle of 209.55º 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 #498DCF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 141 | 207 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.19 |
| HSL | 209.55º | 0.58% | 0.55% | - |
| HSV(B) | 209.55º | 0.65% | 0.81% | - |
| XYZ | 23.54 | 24.97 | 62.61 | - |
| YUV | 128.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 207 | 0.65 | 0.32 | 0 | 0.19 | 209.55 | 0.58 | 0.55 |
| Hex | 49 | 8D | CF | 41 | 20 | 0 | 13 | D2 | 3A | 37 |
| Octal | 111 | 215 | 317 | 101 | 40 | 0 | 23 | 322 | 72 | 67 |
| Binary | 1001001 | 10001101 | 11001111 | 1000001 | 100000 | 0 | 10011 | 11010010 | 111010 | 110111 |
Color Harmonies of #498DCF
Complementary color
Monochromatic Colors of #498DCF
Black with #498DCF
Text Example
Text Example
White with #498DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DCF; }
p { color: rgb(73,141,207); }
H1.HeaderClassName
{
color: #498DCF;
}
.AnyTagClassName
{
color: #498DCF;
}
</style>
background-color css
<style>
a { background-color: #498DCF; }
a { background-color: rgb(73,141,207); }
div.DivClassName
{
background-color: #498DCF;
}
.BgClassName
{
background-color: #498DCF;
}
</style>
border-color css
<style>
span { border-color: #498DCF; }
span { border-color: rgb(73,141,207); }
td.TdClassName
{
border-color: #498DCF;
}
.TagClassName
{
border-color: #498DCF;
}
</style>