Shades of Havelock Blue #497ED3
Tints of Havelock Blue #497ED3
RGB
CMYK
RGB Variations
Color information
#497ED3 (or 0x497ED3) is known color: Havelock Blue. HEX triplet: 49, 7E and D3. RGB value is (73,126,211). Sum of RGB (Red+Green+Blue) = 73+126+211=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #497ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ED3 is #B6812C. Grayscale: #777777. Windows color (decimal): -11960621 or 13860425. OLE color: 13860425.
HSL color Cylindrical-coordinate representation of color #497ED3: hue angle of 216.96º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497ED3 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 126 | 211 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.17 |
| HSL | 216.96º | 0.61% | 0.56% | - |
| HSV(B) | 216.96º | 0.65% | 0.83% | - |
| XYZ | 21.97 | 21.04 | 64.53 | - |
| YUV | 119.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 211 | 0.65 | 0.40 | 0 | 0.17 | 216.96 | 0.61 | 0.56 |
| Hex | 49 | 7E | D3 | 41 | 28 | 0 | 11 | D9 | 3D | 38 |
| Octal | 111 | 176 | 323 | 101 | 50 | 0 | 21 | 331 | 75 | 70 |
| Binary | 1001001 | 1111110 | 11010011 | 1000001 | 101000 | 0 | 10001 | 11011001 | 111101 | 111000 |
Color Harmonies of #497ED3
Complementary color
Monochromatic Colors of #497ED3
Black with #497ED3
Text Example
Text Example
White with #497ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ED3; }
p { color: rgb(73,126,211); }
H1.HeaderClassName
{
color: #497ED3;
}
.AnyTagClassName
{
color: #497ED3;
}
</style>
background-color css
<style>
a { background-color: #497ED3; }
a { background-color: rgb(73,126,211); }
div.DivClassName
{
background-color: #497ED3;
}
.BgClassName
{
background-color: #497ED3;
}
</style>
border-color css
<style>
span { border-color: #497ED3; }
span { border-color: rgb(73,126,211); }
td.TdClassName
{
border-color: #497ED3;
}
.TagClassName
{
border-color: #497ED3;
}
</style>