Shades of Havelock Blue #497EC1
Tints of Havelock Blue #497EC1
RGB
CMYK
RGB Variations
Color information
#497EC1 (or 0x497EC1) is known color: Havelock Blue. HEX triplet: 49, 7E and C1. RGB value is (73,126,193). Sum of RGB (Red+Green+Blue) = 73+126+193=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #497EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EC1 is #B6813E. Grayscale: #757575. Windows color (decimal): -11960639 or 12680777. OLE color: 12680777.
HSL color Cylindrical-coordinate representation of color #497EC1: hue angle of 213.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497EC1 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 126 | 193 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.24 |
| HSL | 213.5º | 0.49% | 0.52% | - |
| HSV(B) | 213.5º | 0.62% | 0.76% | - |
| XYZ | 19.83 | 20.19 | 53.3 | - |
| YUV | 117.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 193 | 0.62 | 0.35 | 0 | 0.24 | 213.5 | 0.49 | 0.52 |
| Hex | 49 | 7E | C1 | 3E | 23 | 0 | 18 | D6 | 31 | 34 |
| Octal | 111 | 176 | 301 | 76 | 43 | 0 | 30 | 326 | 61 | 64 |
| Binary | 1001001 | 1111110 | 11000001 | 111110 | 100011 | 0 | 11000 | 11010110 | 110001 | 110100 |
Color Harmonies of #497EC1
Complementary color
Monochromatic Colors of #497EC1
Black with #497EC1
Text Example
Text Example
White with #497EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EC1; }
p { color: rgb(73,126,193); }
H1.HeaderClassName
{
color: #497EC1;
}
.AnyTagClassName
{
color: #497EC1;
}
</style>
background-color css
<style>
a { background-color: #497EC1; }
a { background-color: rgb(73,126,193); }
div.DivClassName
{
background-color: #497EC1;
}
.BgClassName
{
background-color: #497EC1;
}
</style>
border-color css
<style>
span { border-color: #497EC1; }
span { border-color: rgb(73,126,193); }
td.TdClassName
{
border-color: #497EC1;
}
.TagClassName
{
border-color: #497EC1;
}
</style>