Shades of Havelock Blue #497EC7
Tints of Havelock Blue #497EC7
RGB
CMYK
RGB Variations
Color information
#497EC7 (or 0x497EC7) is known color: Havelock Blue. HEX triplet: 49, 7E and C7. RGB value is (73,126,199). Sum of RGB (Red+Green+Blue) = 73+126+199=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #497EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EC7 is #B68138. Grayscale: #767676. Windows color (decimal): -11960633 or 13073993. OLE color: 13073993.
HSL color Cylindrical-coordinate representation of color #497EC7: hue angle of 214.76º degrees, saturation: 0.53, 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 #497EC7 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 126 | 199 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.22 |
| HSL | 214.76º | 0.53% | 0.53% | - |
| HSV(B) | 214.76º | 0.63% | 0.78% | - |
| XYZ | 20.52 | 20.46 | 56.9 | - |
| YUV | 118.48 | 173.44 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 199 | 0.63 | 0.37 | 0 | 0.22 | 214.76 | 0.53 | 0.53 |
| Hex | 49 | 7E | C7 | 3F | 25 | 0 | 16 | D7 | 35 | 35 |
| Octal | 111 | 176 | 307 | 77 | 45 | 0 | 26 | 327 | 65 | 65 |
| Binary | 1001001 | 1111110 | 11000111 | 111111 | 100101 | 0 | 10110 | 11010111 | 110101 | 110101 |
Color Harmonies of #497EC7
Complementary color
Monochromatic Colors of #497EC7
Black with #497EC7
Text Example
Text Example
White with #497EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EC7; }
p { color: rgb(73,126,199); }
H1.HeaderClassName
{
color: #497EC7;
}
.AnyTagClassName
{
color: #497EC7;
}
</style>
background-color css
<style>
a { background-color: #497EC7; }
a { background-color: rgb(73,126,199); }
div.DivClassName
{
background-color: #497EC7;
}
.BgClassName
{
background-color: #497EC7;
}
</style>
border-color css
<style>
span { border-color: #497EC7; }
span { border-color: rgb(73,126,199); }
td.TdClassName
{
border-color: #497EC7;
}
.TagClassName
{
border-color: #497EC7;
}
</style>