Shades of Havelock Blue #497ED1
Tints of Havelock Blue #497ED1
RGB
CMYK
RGB Variations
Color information
#497ED1 (or 0x497ED1) is known color: Havelock Blue. HEX triplet: 49, 7E and D1. RGB value is (73,126,209). Sum of RGB (Red+Green+Blue) = 73+126+209=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #497ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ED1 is #B6812E. Grayscale: #777777. Windows color (decimal): -11960623 or 13729353. OLE color: 13729353.
HSL color Cylindrical-coordinate representation of color #497ED1: hue angle of 216.62º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497ED1 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 126 | 209 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.18 |
| HSL | 216.62º | 0.6% | 0.55% | - |
| HSV(B) | 216.62º | 0.65% | 0.82% | - |
| XYZ | 21.72 | 20.94 | 63.22 | - |
| YUV | 119.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 209 | 0.65 | 0.40 | 0 | 0.18 | 216.62 | 0.6 | 0.55 |
| Hex | 49 | 7E | D1 | 41 | 28 | 0 | 12 | D9 | 3C | 37 |
| Octal | 111 | 176 | 321 | 101 | 50 | 0 | 22 | 331 | 74 | 67 |
| Binary | 1001001 | 1111110 | 11010001 | 1000001 | 101000 | 0 | 10010 | 11011001 | 111100 | 110111 |
Color Harmonies of #497ED1
Complementary color
Monochromatic Colors of #497ED1
Black with #497ED1
Text Example
Text Example
White with #497ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ED1; }
p { color: rgb(73,126,209); }
H1.HeaderClassName
{
color: #497ED1;
}
.AnyTagClassName
{
color: #497ED1;
}
</style>
background-color css
<style>
a { background-color: #497ED1; }
a { background-color: rgb(73,126,209); }
div.DivClassName
{
background-color: #497ED1;
}
.BgClassName
{
background-color: #497ED1;
}
</style>
border-color css
<style>
span { border-color: #497ED1; }
span { border-color: rgb(73,126,209); }
td.TdClassName
{
border-color: #497ED1;
}
.TagClassName
{
border-color: #497ED1;
}
</style>