Shades of Havelock Blue #497EC4
Tints of Havelock Blue #497EC4
RGB
CMYK
RGB Variations
Color information
#497EC4 (or 0x497EC4) is known color: Havelock Blue. HEX triplet: 49, 7E and C4. RGB value is (73,126,196). Sum of RGB (Red+Green+Blue) = 73+126+196=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #497EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EC4 is #B6813B. Grayscale: #757575. Windows color (decimal): -11960636 or 12877385. OLE color: 12877385.
HSL color Cylindrical-coordinate representation of color #497EC4: hue angle of 214.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497EC4 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 126 | 196 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.23 |
| HSL | 214.15º | 0.51% | 0.53% | - |
| HSV(B) | 214.15º | 0.63% | 0.77% | - |
| XYZ | 20.17 | 20.32 | 55.08 | - |
| YUV | 118.13 | 171.94 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 196 | 0.63 | 0.36 | 0 | 0.23 | 214.15 | 0.51 | 0.53 |
| Hex | 49 | 7E | C4 | 3F | 24 | 0 | 17 | D6 | 33 | 35 |
| Octal | 111 | 176 | 304 | 77 | 44 | 0 | 27 | 326 | 63 | 65 |
| Binary | 1001001 | 1111110 | 11000100 | 111111 | 100100 | 0 | 10111 | 11010110 | 110011 | 110101 |
Color Harmonies of #497EC4
Complementary color
Monochromatic Colors of #497EC4
Black with #497EC4
Text Example
Text Example
White with #497EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EC4; }
p { color: rgb(73,126,196); }
H1.HeaderClassName
{
color: #497EC4;
}
.AnyTagClassName
{
color: #497EC4;
}
</style>
background-color css
<style>
a { background-color: #497EC4; }
a { background-color: rgb(73,126,196); }
div.DivClassName
{
background-color: #497EC4;
}
.BgClassName
{
background-color: #497EC4;
}
</style>
border-color css
<style>
span { border-color: #497EC4; }
span { border-color: rgb(73,126,196); }
td.TdClassName
{
border-color: #497EC4;
}
.TagClassName
{
border-color: #497EC4;
}
</style>