Shades of Havelock Blue #497FC9
Tints of Havelock Blue #497FC9
RGB
CMYK
RGB Variations
Color information
#497FC9 (or 0x497FC9) is known color: Havelock Blue. HEX triplet: 49, 7F and C9. RGB value is (73,127,201). Sum of RGB (Red+Green+Blue) = 73+127+201=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #497FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC9 is #B68036. Grayscale: #767676. Windows color (decimal): -11960375 or 13205321. OLE color: 13205321.
HSL color Cylindrical-coordinate representation of color #497FC9: hue angle of 214.69º 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 #497FC9 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 127 | 201 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.21 |
| HSL | 214.69º | 0.54% | 0.54% | - |
| HSV(B) | 214.69º | 0.64% | 0.79% | - |
| XYZ | 20.88 | 20.81 | 58.18 | - |
| YUV | 119.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 201 | 0.64 | 0.37 | 0 | 0.21 | 214.69 | 0.54 | 0.54 |
| Hex | 49 | 7F | C9 | 40 | 25 | 0 | 15 | D7 | 36 | 36 |
| Octal | 111 | 177 | 311 | 100 | 45 | 0 | 25 | 327 | 66 | 66 |
| Binary | 1001001 | 1111111 | 11001001 | 1000000 | 100101 | 0 | 10101 | 11010111 | 110110 | 110110 |
Color Harmonies of #497FC9
Complementary color
Monochromatic Colors of #497FC9
Black with #497FC9
Text Example
Text Example
White with #497FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FC9; }
p { color: rgb(73,127,201); }
H1.HeaderClassName
{
color: #497FC9;
}
.AnyTagClassName
{
color: #497FC9;
}
</style>
background-color css
<style>
a { background-color: #497FC9; }
a { background-color: rgb(73,127,201); }
div.DivClassName
{
background-color: #497FC9;
}
.BgClassName
{
background-color: #497FC9;
}
</style>
border-color css
<style>
span { border-color: #497FC9; }
span { border-color: rgb(73,127,201); }
td.TdClassName
{
border-color: #497FC9;
}
.TagClassName
{
border-color: #497FC9;
}
</style>