Shades of Havelock Blue #497ACC
Tints of Havelock Blue #497ACC
RGB
CMYK
RGB Variations
Color information
#497ACC (or 0x497ACC) is known color: Havelock Blue. HEX triplet: 49, 7A and CC. RGB value is (73,122,204). Sum of RGB (Red+Green+Blue) = 73+122+204=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #497ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ACC is #B68533. Grayscale: #747474. Windows color (decimal): -11961652 or 13400649. OLE color: 13400649.
HSL color Cylindrical-coordinate representation of color #497ACC: hue angle of 217.56º 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 #497ACC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 122 | 204 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.2 |
| HSL | 217.56º | 0.56% | 0.54% | - |
| HSV(B) | 217.56º | 0.64% | 0.8% | - |
| XYZ | 20.61 | 19.7 | 59.84 | - |
| YUV | 116.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 204 | 0.64 | 0.40 | 0 | 0.2 | 217.56 | 0.56 | 0.54 |
| Hex | 49 | 7A | CC | 40 | 28 | 0 | 14 | DA | 38 | 36 |
| Octal | 111 | 172 | 314 | 100 | 50 | 0 | 24 | 332 | 70 | 66 |
| Binary | 1001001 | 1111010 | 11001100 | 1000000 | 101000 | 0 | 10100 | 11011010 | 111000 | 110110 |
Color Harmonies of #497ACC
Complementary color
Monochromatic Colors of #497ACC
Black with #497ACC
Text Example
Text Example
White with #497ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497ACC; }
p { color: rgb(73,122,204); }
H1.HeaderClassName
{
color: #497ACC;
}
.AnyTagClassName
{
color: #497ACC;
}
</style>
background-color css
<style>
a { background-color: #497ACC; }
a { background-color: rgb(73,122,204); }
div.DivClassName
{
background-color: #497ACC;
}
.BgClassName
{
background-color: #497ACC;
}
</style>
border-color css
<style>
span { border-color: #497ACC; }
span { border-color: rgb(73,122,204); }
td.TdClassName
{
border-color: #497ACC;
}
.TagClassName
{
border-color: #497ACC;
}
</style>