Shades of Havelock Blue #498FCF
Tints of Havelock Blue #498FCF
RGB
CMYK
RGB Variations
Color information
#498FCF (or 0x498FCF) is known color: Havelock Blue. HEX triplet: 49, 8F and CF. RGB value is (73,143,207). Sum of RGB (Red+Green+Blue) = 73+143+207=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #498FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FCF is #B67030. Grayscale: #818181. Windows color (decimal): -11956273 or 13602633. OLE color: 13602633.
HSL color Cylindrical-coordinate representation of color #498FCF: hue angle of 208.66º 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 #498FCF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 143 | 207 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.19 |
| HSL | 208.66º | 0.58% | 0.55% | - |
| HSV(B) | 208.66º | 0.65% | 0.81% | - |
| XYZ | 23.83 | 25.57 | 62.71 | - |
| YUV | 129.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 207 | 0.65 | 0.31 | 0 | 0.19 | 208.66 | 0.58 | 0.55 |
| Hex | 49 | 8F | CF | 41 | 1F | 0 | 13 | D1 | 3A | 37 |
| Octal | 111 | 217 | 317 | 101 | 37 | 0 | 23 | 321 | 72 | 67 |
| Binary | 1001001 | 10001111 | 11001111 | 1000001 | 11111 | 0 | 10011 | 11010001 | 111010 | 110111 |
Color Harmonies of #498FCF
Complementary color
Monochromatic Colors of #498FCF
Black with #498FCF
Text Example
Text Example
White with #498FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FCF; }
p { color: rgb(73,143,207); }
H1.HeaderClassName
{
color: #498FCF;
}
.AnyTagClassName
{
color: #498FCF;
}
</style>
background-color css
<style>
a { background-color: #498FCF; }
a { background-color: rgb(73,143,207); }
div.DivClassName
{
background-color: #498FCF;
}
.BgClassName
{
background-color: #498FCF;
}
</style>
border-color css
<style>
span { border-color: #498FCF; }
span { border-color: rgb(73,143,207); }
td.TdClassName
{
border-color: #498FCF;
}
.TagClassName
{
border-color: #498FCF;
}
</style>