Shades of Havelock Blue #497CCF
Tints of Havelock Blue #497CCF
RGB
CMYK
RGB Variations
Color information
#497CCF (or 0x497CCF) is known color: Havelock Blue. HEX triplet: 49, 7C and CF. RGB value is (73,124,207). Sum of RGB (Red+Green+Blue) = 73+124+207=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #497CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCF is #B68330. Grayscale: #757575. Windows color (decimal): -11961137 or 13597769. OLE color: 13597769.
HSL color Cylindrical-coordinate representation of color #497CCF: hue angle of 217.16º 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 #497CCF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 124 | 207 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.19 |
| HSL | 217.16º | 0.58% | 0.55% | - |
| HSV(B) | 217.16º | 0.65% | 0.81% | - |
| XYZ | 21.22 | 20.34 | 61.84 | - |
| YUV | 118.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 207 | 0.65 | 0.40 | 0 | 0.19 | 217.16 | 0.58 | 0.55 |
| Hex | 49 | 7C | CF | 41 | 28 | 0 | 13 | D9 | 3A | 37 |
| Octal | 111 | 174 | 317 | 101 | 50 | 0 | 23 | 331 | 72 | 67 |
| Binary | 1001001 | 1111100 | 11001111 | 1000001 | 101000 | 0 | 10011 | 11011001 | 111010 | 110111 |
Color Harmonies of #497CCF
Complementary color
Monochromatic Colors of #497CCF
Black with #497CCF
Text Example
Text Example
White with #497CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CCF; }
p { color: rgb(73,124,207); }
H1.HeaderClassName
{
color: #497CCF;
}
.AnyTagClassName
{
color: #497CCF;
}
</style>
background-color css
<style>
a { background-color: #497CCF; }
a { background-color: rgb(73,124,207); }
div.DivClassName
{
background-color: #497CCF;
}
.BgClassName
{
background-color: #497CCF;
}
</style>
border-color css
<style>
span { border-color: #497CCF; }
span { border-color: rgb(73,124,207); }
td.TdClassName
{
border-color: #497CCF;
}
.TagClassName
{
border-color: #497CCF;
}
</style>