Shades of Havelock Blue #497FC3
Tints of Havelock Blue #497FC3
RGB
CMYK
RGB Variations
Color information
#497FC3 (or 0x497FC3) is known color: Havelock Blue. HEX triplet: 49, 7F and C3. RGB value is (73,127,195). Sum of RGB (Red+Green+Blue) = 73+127+195=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #497FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC3 is #B6803C. Grayscale: #767676. Windows color (decimal): -11960381 or 12812105. OLE color: 12812105.
HSL color Cylindrical-coordinate representation of color #497FC3: hue angle of 213.44º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497FC3 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 127 | 195 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.24 |
| HSL | 213.44º | 0.5% | 0.53% | - |
| HSV(B) | 213.44º | 0.63% | 0.76% | - |
| XYZ | 20.19 | 20.54 | 54.53 | - |
| YUV | 118.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 195 | 0.63 | 0.35 | 0 | 0.24 | 213.44 | 0.5 | 0.53 |
| Hex | 49 | 7F | C3 | 3F | 23 | 0 | 18 | D5 | 32 | 35 |
| Octal | 111 | 177 | 303 | 77 | 43 | 0 | 30 | 325 | 62 | 65 |
| Binary | 1001001 | 1111111 | 11000011 | 111111 | 100011 | 0 | 11000 | 11010101 | 110010 | 110101 |
Color Harmonies of #497FC3
Complementary color
Monochromatic Colors of #497FC3
Black with #497FC3
Text Example
Text Example
White with #497FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FC3; }
p { color: rgb(73,127,195); }
H1.HeaderClassName
{
color: #497FC3;
}
.AnyTagClassName
{
color: #497FC3;
}
</style>
background-color css
<style>
a { background-color: #497FC3; }
a { background-color: rgb(73,127,195); }
div.DivClassName
{
background-color: #497FC3;
}
.BgClassName
{
background-color: #497FC3;
}
</style>
border-color css
<style>
span { border-color: #497FC3; }
span { border-color: rgb(73,127,195); }
td.TdClassName
{
border-color: #497FC3;
}
.TagClassName
{
border-color: #497FC3;
}
</style>