Shades of Havelock Blue #497ECE
Tints of Havelock Blue #497ECE
RGB
CMYK
RGB Variations
Color information
#497ECE (or 0x497ECE) is known color: Havelock Blue. HEX triplet: 49, 7E and CE. RGB value is (73,126,206). Sum of RGB (Red+Green+Blue) = 73+126+206=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #497ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ECE is #B68131. Grayscale: #767676. Windows color (decimal): -11960626 or 13532745. OLE color: 13532745.
HSL color Cylindrical-coordinate representation of color #497ECE: hue angle of 216.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497ECE is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 126 | 206 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.19 |
| HSL | 216.09º | 0.58% | 0.55% | - |
| HSV(B) | 216.09º | 0.65% | 0.81% | - |
| XYZ | 21.35 | 20.79 | 61.28 | - |
| YUV | 119.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 206 | 0.65 | 0.39 | 0 | 0.19 | 216.09 | 0.58 | 0.55 |
| Hex | 49 | 7E | CE | 41 | 27 | 0 | 13 | D8 | 3A | 37 |
| Octal | 111 | 176 | 316 | 101 | 47 | 0 | 23 | 330 | 72 | 67 |
| Binary | 1001001 | 1111110 | 11001110 | 1000001 | 100111 | 0 | 10011 | 11011000 | 111010 | 110111 |
Color Harmonies of #497ECE
Complementary color
Monochromatic Colors of #497ECE
Black with #497ECE
Text Example
Text Example
White with #497ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ECE; }
p { color: rgb(73,126,206); }
H1.HeaderClassName
{
color: #497ECE;
}
.AnyTagClassName
{
color: #497ECE;
}
</style>
background-color css
<style>
a { background-color: #497ECE; }
a { background-color: rgb(73,126,206); }
div.DivClassName
{
background-color: #497ECE;
}
.BgClassName
{
background-color: #497ECE;
}
</style>
border-color css
<style>
span { border-color: #497ECE; }
span { border-color: rgb(73,126,206); }
td.TdClassName
{
border-color: #497ECE;
}
.TagClassName
{
border-color: #497ECE;
}
</style>