Shades of Havelock Blue #497ACE
Tints of Havelock Blue #497ACE
RGB
CMYK
RGB Variations
Color information
#497ACE (or 0x497ACE) is known color: Havelock Blue. HEX triplet: 49, 7A and CE. RGB value is (73,122,206). Sum of RGB (Red+Green+Blue) = 73+122+206=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #497ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ACE is #B68531. Grayscale: #747474. Windows color (decimal): -11961650 or 13531721. OLE color: 13531721.
HSL color Cylindrical-coordinate representation of color #497ACE: hue angle of 217.89º 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 #497ACE is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 122 | 206 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.19 |
| HSL | 217.89º | 0.58% | 0.55% | - |
| HSV(B) | 217.89º | 0.65% | 0.81% | - |
| XYZ | 20.85 | 19.79 | 61.11 | - |
| YUV | 116.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 206 | 0.65 | 0.41 | 0 | 0.19 | 217.89 | 0.58 | 0.55 |
| Hex | 49 | 7A | CE | 41 | 29 | 0 | 13 | DA | 3A | 37 |
| Octal | 111 | 172 | 316 | 101 | 51 | 0 | 23 | 332 | 72 | 67 |
| Binary | 1001001 | 1111010 | 11001110 | 1000001 | 101001 | 0 | 10011 | 11011010 | 111010 | 110111 |
Color Harmonies of #497ACE
Complementary color
Monochromatic Colors of #497ACE
Black with #497ACE
Text Example
Text Example
White with #497ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ACE; }
p { color: rgb(73,122,206); }
H1.HeaderClassName
{
color: #497ACE;
}
.AnyTagClassName
{
color: #497ACE;
}
</style>
background-color css
<style>
a { background-color: #497ACE; }
a { background-color: rgb(73,122,206); }
div.DivClassName
{
background-color: #497ACE;
}
.BgClassName
{
background-color: #497ACE;
}
</style>
border-color css
<style>
span { border-color: #497ACE; }
span { border-color: rgb(73,122,206); }
td.TdClassName
{
border-color: #497ACE;
}
.TagClassName
{
border-color: #497ACE;
}
</style>