Shades of Havelock Blue #497ECC
Tints of Havelock Blue #497ECC
RGB
CMYK
RGB Variations
Color information
#497ECC (or 0x497ECC) is known color: Havelock Blue. HEX triplet: 49, 7E and CC. RGB value is (73,126,204). Sum of RGB (Red+Green+Blue) = 73+126+204=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #497ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ECC is #B68133. Grayscale: #767676. Windows color (decimal): -11960628 or 13401673. OLE color: 13401673.
HSL color Cylindrical-coordinate representation of color #497ECC: hue angle of 215.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497ECC is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 126 | 204 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.2 |
| HSL | 215.73º | 0.56% | 0.54% | - |
| HSV(B) | 215.73º | 0.64% | 0.8% | - |
| XYZ | 21.11 | 20.7 | 60.01 | - |
| YUV | 119.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 204 | 0.64 | 0.38 | 0 | 0.2 | 215.73 | 0.56 | 0.54 |
| Hex | 49 | 7E | CC | 40 | 26 | 0 | 14 | D8 | 38 | 36 |
| Octal | 111 | 176 | 314 | 100 | 46 | 0 | 24 | 330 | 70 | 66 |
| Binary | 1001001 | 1111110 | 11001100 | 1000000 | 100110 | 0 | 10100 | 11011000 | 111000 | 110110 |
Color Harmonies of #497ECC
Complementary color
Monochromatic Colors of #497ECC
Black with #497ECC
Text Example
Text Example
White with #497ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ECC; }
p { color: rgb(73,126,204); }
H1.HeaderClassName
{
color: #497ECC;
}
.AnyTagClassName
{
color: #497ECC;
}
</style>
background-color css
<style>
a { background-color: #497ECC; }
a { background-color: rgb(73,126,204); }
div.DivClassName
{
background-color: #497ECC;
}
.BgClassName
{
background-color: #497ECC;
}
</style>
border-color css
<style>
span { border-color: #497ECC; }
span { border-color: rgb(73,126,204); }
td.TdClassName
{
border-color: #497ECC;
}
.TagClassName
{
border-color: #497ECC;
}
</style>