Shades of Havelock Blue #497BC1
Tints of Havelock Blue #497BC1
RGB
CMYK
RGB Variations
Color information
#497BC1 (or 0x497BC1) is known color: Havelock Blue. HEX triplet: 49, 7B and C1. RGB value is (73,123,193). Sum of RGB (Red+Green+Blue) = 73+123+193=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #497BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BC1 is #B6843E. Grayscale: #737373. Windows color (decimal): -11961407 or 12680009. OLE color: 12680009.
HSL color Cylindrical-coordinate representation of color #497BC1: hue angle of 215º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497BC1 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 123 | 193 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.24 |
| HSL | 215º | 0.49% | 0.52% | - |
| HSV(B) | 215º | 0.62% | 0.76% | - |
| XYZ | 19.46 | 19.43 | 53.18 | - |
| YUV | 116.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 193 | 0.62 | 0.36 | 0 | 0.24 | 215 | 0.49 | 0.52 |
| Hex | 49 | 7B | C1 | 3E | 24 | 0 | 18 | D7 | 31 | 34 |
| Octal | 111 | 173 | 301 | 76 | 44 | 0 | 30 | 327 | 61 | 64 |
| Binary | 1001001 | 1111011 | 11000001 | 111110 | 100100 | 0 | 11000 | 11010111 | 110001 | 110100 |
Color Harmonies of #497BC1
Complementary color
Monochromatic Colors of #497BC1
Black with #497BC1
Text Example
Text Example
White with #497BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BC1; }
p { color: rgb(73,123,193); }
H1.HeaderClassName
{
color: #497BC1;
}
.AnyTagClassName
{
color: #497BC1;
}
</style>
background-color css
<style>
a { background-color: #497BC1; }
a { background-color: rgb(73,123,193); }
div.DivClassName
{
background-color: #497BC1;
}
.BgClassName
{
background-color: #497BC1;
}
</style>
border-color css
<style>
span { border-color: #497BC1; }
span { border-color: rgb(73,123,193); }
td.TdClassName
{
border-color: #497BC1;
}
.TagClassName
{
border-color: #497BC1;
}
</style>