Shades of Havelock Blue #497AC9
Tints of Havelock Blue #497AC9
RGB
CMYK
RGB Variations
Color information
#497AC9 (or 0x497AC9) is known color: Havelock Blue. HEX triplet: 49, 7A and C9. RGB value is (73,122,201). Sum of RGB (Red+Green+Blue) = 73+122+201=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #497AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AC9 is #B68536. Grayscale: #737373. Windows color (decimal): -11961655 or 13204041. OLE color: 13204041.
HSL color Cylindrical-coordinate representation of color #497AC9: hue angle of 217.03º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497AC9 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 122 | 201 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.21 |
| HSL | 217.03º | 0.54% | 0.54% | - |
| HSV(B) | 217.03º | 0.64% | 0.79% | - |
| XYZ | 20.25 | 19.55 | 57.97 | - |
| YUV | 116.36 | 175.77 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 201 | 0.64 | 0.39 | 0 | 0.21 | 217.03 | 0.54 | 0.54 |
| Hex | 49 | 7A | C9 | 40 | 27 | 0 | 15 | D9 | 36 | 36 |
| Octal | 111 | 172 | 311 | 100 | 47 | 0 | 25 | 331 | 66 | 66 |
| Binary | 1001001 | 1111010 | 11001001 | 1000000 | 100111 | 0 | 10101 | 11011001 | 110110 | 110110 |
Color Harmonies of #497AC9
Complementary color
Monochromatic Colors of #497AC9
Black with #497AC9
Text Example
Text Example
White with #497AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AC9; }
p { color: rgb(73,122,201); }
H1.HeaderClassName
{
color: #497AC9;
}
.AnyTagClassName
{
color: #497AC9;
}
</style>
background-color css
<style>
a { background-color: #497AC9; }
a { background-color: rgb(73,122,201); }
div.DivClassName
{
background-color: #497AC9;
}
.BgClassName
{
background-color: #497AC9;
}
</style>
border-color css
<style>
span { border-color: #497AC9; }
span { border-color: rgb(73,122,201); }
td.TdClassName
{
border-color: #497AC9;
}
.TagClassName
{
border-color: #497AC9;
}
</style>