Shades of Havelock Blue #497FC7
Tints of Havelock Blue #497FC7
RGB
CMYK
RGB Variations
Color information
#497FC7 (or 0x497FC7) is known color: Havelock Blue. HEX triplet: 49, 7F and C7. RGB value is (73,127,199). Sum of RGB (Red+Green+Blue) = 73+127+199=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #497FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC7 is #B68038. Grayscale: #767676. Windows color (decimal): -11960377 or 13074249. OLE color: 13074249.
HSL color Cylindrical-coordinate representation of color #497FC7: hue angle of 214.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497FC7 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 127 | 199 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.22 |
| HSL | 214.29º | 0.53% | 0.53% | - |
| HSV(B) | 214.29º | 0.63% | 0.78% | - |
| XYZ | 20.65 | 20.72 | 56.94 | - |
| YUV | 119.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 199 | 0.63 | 0.36 | 0 | 0.22 | 214.29 | 0.53 | 0.53 |
| Hex | 49 | 7F | C7 | 3F | 24 | 0 | 16 | D6 | 35 | 35 |
| Octal | 111 | 177 | 307 | 77 | 44 | 0 | 26 | 326 | 65 | 65 |
| Binary | 1001001 | 1111111 | 11000111 | 111111 | 100100 | 0 | 10110 | 11010110 | 110101 | 110101 |
Color Harmonies of #497FC7
Complementary color
Monochromatic Colors of #497FC7
Black with #497FC7
Text Example
Text Example
White with #497FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FC7; }
p { color: rgb(73,127,199); }
H1.HeaderClassName
{
color: #497FC7;
}
.AnyTagClassName
{
color: #497FC7;
}
</style>
background-color css
<style>
a { background-color: #497FC7; }
a { background-color: rgb(73,127,199); }
div.DivClassName
{
background-color: #497FC7;
}
.BgClassName
{
background-color: #497FC7;
}
</style>
border-color css
<style>
span { border-color: #497FC7; }
span { border-color: rgb(73,127,199); }
td.TdClassName
{
border-color: #497FC7;
}
.TagClassName
{
border-color: #497FC7;
}
</style>