Shades of Havelock Blue #497AC8
Tints of Havelock Blue #497AC8
RGB
CMYK
RGB Variations
Color information
#497AC8 (or 0x497AC8) is known color: Havelock Blue. HEX triplet: 49, 7A and C8. RGB value is (73,122,200). Sum of RGB (Red+Green+Blue) = 73+122+200=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #497AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AC8 is #B68537. Grayscale: #737373. Windows color (decimal): -11961656 or 13138505. OLE color: 13138505.
HSL color Cylindrical-coordinate representation of color #497AC8: hue angle of 216.85º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497AC8 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 122 | 200 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.22 |
| HSL | 216.85º | 0.54% | 0.54% | - |
| HSV(B) | 216.85º | 0.64% | 0.78% | - |
| XYZ | 20.13 | 19.51 | 57.35 | - |
| YUV | 116.24 | 175.27 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 200 | 0.64 | 0.39 | 0 | 0.22 | 216.85 | 0.54 | 0.54 |
| Hex | 49 | 7A | C8 | 40 | 27 | 0 | 16 | D9 | 36 | 36 |
| Octal | 111 | 172 | 310 | 100 | 47 | 0 | 26 | 331 | 66 | 66 |
| Binary | 1001001 | 1111010 | 11001000 | 1000000 | 100111 | 0 | 10110 | 11011001 | 110110 | 110110 |
Color Harmonies of #497AC8
Complementary color
Monochromatic Colors of #497AC8
Black with #497AC8
Text Example
Text Example
White with #497AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AC8; }
p { color: rgb(73,122,200); }
H1.HeaderClassName
{
color: #497AC8;
}
.AnyTagClassName
{
color: #497AC8;
}
</style>
background-color css
<style>
a { background-color: #497AC8; }
a { background-color: rgb(73,122,200); }
div.DivClassName
{
background-color: #497AC8;
}
.BgClassName
{
background-color: #497AC8;
}
</style>
border-color css
<style>
span { border-color: #497AC8; }
span { border-color: rgb(73,122,200); }
td.TdClassName
{
border-color: #497AC8;
}
.TagClassName
{
border-color: #497AC8;
}
</style>