Shades of Havelock Blue #497ECF
Tints of Havelock Blue #497ECF
RGB
CMYK
RGB Variations
Color information
#497ECF (or 0x497ECF) is known color: Havelock Blue. HEX triplet: 49, 7E and CF. RGB value is (73,126,207). Sum of RGB (Red+Green+Blue) = 73+126+207=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #497ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ECF is #B68130. Grayscale: #777777. Windows color (decimal): -11960625 or 13598281. OLE color: 13598281.
HSL color Cylindrical-coordinate representation of color #497ECF: hue angle of 216.27º 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 #497ECF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 126 | 207 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.19 |
| HSL | 216.27º | 0.58% | 0.55% | - |
| HSV(B) | 216.27º | 0.65% | 0.81% | - |
| XYZ | 21.47 | 20.84 | 61.92 | - |
| YUV | 119.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 207 | 0.65 | 0.39 | 0 | 0.19 | 216.27 | 0.58 | 0.55 |
| Hex | 49 | 7E | CF | 41 | 27 | 0 | 13 | D8 | 3A | 37 |
| Octal | 111 | 176 | 317 | 101 | 47 | 0 | 23 | 330 | 72 | 67 |
| Binary | 1001001 | 1111110 | 11001111 | 1000001 | 100111 | 0 | 10011 | 11011000 | 111010 | 110111 |
Color Harmonies of #497ECF
Complementary color
Monochromatic Colors of #497ECF
Black with #497ECF
Text Example
Text Example
White with #497ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ECF; }
p { color: rgb(73,126,207); }
H1.HeaderClassName
{
color: #497ECF;
}
.AnyTagClassName
{
color: #497ECF;
}
</style>
background-color css
<style>
a { background-color: #497ECF; }
a { background-color: rgb(73,126,207); }
div.DivClassName
{
background-color: #497ECF;
}
.BgClassName
{
background-color: #497ECF;
}
</style>
border-color css
<style>
span { border-color: #497ECF; }
span { border-color: rgb(73,126,207); }
td.TdClassName
{
border-color: #497ECF;
}
.TagClassName
{
border-color: #497ECF;
}
</style>