Shades of Havelock Blue #497FCF
Tints of Havelock Blue #497FCF
RGB
CMYK
RGB Variations
Color information
#497FCF (or 0x497FCF) is known color: Havelock Blue. HEX triplet: 49, 7F and CF. RGB value is (73,127,207). Sum of RGB (Red+Green+Blue) = 73+127+207=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #497FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FCF is #B68030. Grayscale: #777777. Windows color (decimal): -11960369 or 13598537. OLE color: 13598537.
HSL color Cylindrical-coordinate representation of color #497FCF: hue angle of 215.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497FCF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 127 | 207 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.19 |
| HSL | 215.82º | 0.58% | 0.55% | - |
| HSV(B) | 215.82º | 0.65% | 0.81% | - |
| XYZ | 21.6 | 21.1 | 61.97 | - |
| YUV | 119.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 207 | 0.65 | 0.39 | 0 | 0.19 | 215.82 | 0.58 | 0.55 |
| Hex | 49 | 7F | CF | 41 | 27 | 0 | 13 | D8 | 3A | 37 |
| Octal | 111 | 177 | 317 | 101 | 47 | 0 | 23 | 330 | 72 | 67 |
| Binary | 1001001 | 1111111 | 11001111 | 1000001 | 100111 | 0 | 10011 | 11011000 | 111010 | 110111 |
Color Harmonies of #497FCF
Complementary color
Monochromatic Colors of #497FCF
Black with #497FCF
Text Example
Text Example
White with #497FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FCF; }
p { color: rgb(73,127,207); }
H1.HeaderClassName
{
color: #497FCF;
}
.AnyTagClassName
{
color: #497FCF;
}
</style>
background-color css
<style>
a { background-color: #497FCF; }
a { background-color: rgb(73,127,207); }
div.DivClassName
{
background-color: #497FCF;
}
.BgClassName
{
background-color: #497FCF;
}
</style>
border-color css
<style>
span { border-color: #497FCF; }
span { border-color: rgb(73,127,207); }
td.TdClassName
{
border-color: #497FCF;
}
.TagClassName
{
border-color: #497FCF;
}
</style>