Shades of Havelock Blue #497DC9
Tints of Havelock Blue #497DC9
RGB
CMYK
RGB Variations
Color information
#497DC9 (or 0x497DC9) is known color: Havelock Blue. HEX triplet: 49, 7D and C9. RGB value is (73,125,201). Sum of RGB (Red+Green+Blue) = 73+125+201=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #497DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DC9 is #B68236. Grayscale: #757575. Windows color (decimal): -11960887 or 13204809. OLE color: 13204809.
HSL color Cylindrical-coordinate representation of color #497DC9: hue angle of 215.62º 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 #497DC9 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 125 | 201 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.21 |
| HSL | 215.63º | 0.54% | 0.54% | - |
| HSV(B) | 215.63º | 0.64% | 0.79% | - |
| XYZ | 20.62 | 20.3 | 58.09 | - |
| YUV | 118.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 201 | 0.64 | 0.38 | 0 | 0.21 | 215.63 | 0.54 | 0.54 |
| Hex | 49 | 7D | C9 | 40 | 26 | 0 | 15 | D8 | 36 | 36 |
| Octal | 111 | 175 | 311 | 100 | 46 | 0 | 25 | 330 | 66 | 66 |
| Binary | 1001001 | 1111101 | 11001001 | 1000000 | 100110 | 0 | 10101 | 11011000 | 110110 | 110110 |
Color Harmonies of #497DC9
Complementary color
Monochromatic Colors of #497DC9
Black with #497DC9
Text Example
Text Example
White with #497DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DC9; }
p { color: rgb(73,125,201); }
H1.HeaderClassName
{
color: #497DC9;
}
.AnyTagClassName
{
color: #497DC9;
}
</style>
background-color css
<style>
a { background-color: #497DC9; }
a { background-color: rgb(73,125,201); }
div.DivClassName
{
background-color: #497DC9;
}
.BgClassName
{
background-color: #497DC9;
}
</style>
border-color css
<style>
span { border-color: #497DC9; }
span { border-color: rgb(73,125,201); }
td.TdClassName
{
border-color: #497DC9;
}
.TagClassName
{
border-color: #497DC9;
}
</style>