Shades of Havelock Blue #497AC3
Tints of Havelock Blue #497AC3
RGB
CMYK
RGB Variations
Color information
#497AC3 (or 0x497AC3) is known color: Havelock Blue. HEX triplet: 49, 7A and C3. RGB value is (73,122,195). Sum of RGB (Red+Green+Blue) = 73+122+195=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #497AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AC3 is #B6853C. Grayscale: #737373. Windows color (decimal): -11961661 or 12810825. OLE color: 12810825.
HSL color Cylindrical-coordinate representation of color #497AC3: hue angle of 215.9º 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 #497AC3 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 122 | 195 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.24 |
| HSL | 215.9º | 0.5% | 0.53% | - |
| HSV(B) | 215.9º | 0.63% | 0.76% | - |
| XYZ | 19.56 | 19.28 | 54.32 | - |
| YUV | 115.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 195 | 0.63 | 0.37 | 0 | 0.24 | 215.9 | 0.5 | 0.53 |
| Hex | 49 | 7A | C3 | 3F | 25 | 0 | 18 | D8 | 32 | 35 |
| Octal | 111 | 172 | 303 | 77 | 45 | 0 | 30 | 330 | 62 | 65 |
| Binary | 1001001 | 1111010 | 11000011 | 111111 | 100101 | 0 | 11000 | 11011000 | 110010 | 110101 |
Color Harmonies of #497AC3
Complementary color
Monochromatic Colors of #497AC3
Black with #497AC3
Text Example
Text Example
White with #497AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AC3; }
p { color: rgb(73,122,195); }
H1.HeaderClassName
{
color: #497AC3;
}
.AnyTagClassName
{
color: #497AC3;
}
</style>
background-color css
<style>
a { background-color: #497AC3; }
a { background-color: rgb(73,122,195); }
div.DivClassName
{
background-color: #497AC3;
}
.BgClassName
{
background-color: #497AC3;
}
</style>
border-color css
<style>
span { border-color: #497AC3; }
span { border-color: rgb(73,122,195); }
td.TdClassName
{
border-color: #497AC3;
}
.TagClassName
{
border-color: #497AC3;
}
</style>