Shades of Havelock Blue #497BC5
Tints of Havelock Blue #497BC5
RGB
CMYK
RGB Variations
Color information
#497BC5 (or 0x497BC5) is known color: Havelock Blue. HEX triplet: 49, 7B and C5. RGB value is (73,123,197). Sum of RGB (Red+Green+Blue) = 73+123+197=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #497BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BC5 is #B6843A. Grayscale: #747474. Windows color (decimal): -11961403 or 12942153. OLE color: 12942153.
HSL color Cylindrical-coordinate representation of color #497BC5: hue angle of 215.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497BC5 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 123 | 197 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.23 |
| HSL | 215.81º | 0.52% | 0.53% | - |
| HSV(B) | 215.81º | 0.63% | 0.77% | - |
| XYZ | 19.91 | 19.61 | 55.56 | - |
| YUV | 116.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 197 | 0.63 | 0.38 | 0 | 0.23 | 215.81 | 0.52 | 0.53 |
| Hex | 49 | 7B | C5 | 3F | 26 | 0 | 17 | D8 | 34 | 35 |
| Octal | 111 | 173 | 305 | 77 | 46 | 0 | 27 | 330 | 64 | 65 |
| Binary | 1001001 | 1111011 | 11000101 | 111111 | 100110 | 0 | 10111 | 11011000 | 110100 | 110101 |
Color Harmonies of #497BC5
Complementary color
Monochromatic Colors of #497BC5
Black with #497BC5
Text Example
Text Example
White with #497BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BC5; }
p { color: rgb(73,123,197); }
H1.HeaderClassName
{
color: #497BC5;
}
.AnyTagClassName
{
color: #497BC5;
}
</style>
background-color css
<style>
a { background-color: #497BC5; }
a { background-color: rgb(73,123,197); }
div.DivClassName
{
background-color: #497BC5;
}
.BgClassName
{
background-color: #497BC5;
}
</style>
border-color css
<style>
span { border-color: #497BC5; }
span { border-color: rgb(73,123,197); }
td.TdClassName
{
border-color: #497BC5;
}
.TagClassName
{
border-color: #497BC5;
}
</style>