Shades of Havelock Blue #497DD3
Tints of Havelock Blue #497DD3
RGB
CMYK
RGB Variations
Color information
#497DD3 (or 0x497DD3) is known color: Havelock Blue. HEX triplet: 49, 7D and D3. RGB value is (73,125,211). Sum of RGB (Red+Green+Blue) = 73+125+211=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #497DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD3 is #B6822C. Grayscale: #767676. Windows color (decimal): -11960877 or 13860169. OLE color: 13860169.
HSL color Cylindrical-coordinate representation of color #497DD3: hue angle of 217.39º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497DD3 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 125 | 211 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.17 |
| HSL | 217.39º | 0.61% | 0.56% | - |
| HSV(B) | 217.39º | 0.65% | 0.83% | - |
| XYZ | 21.84 | 20.79 | 64.49 | - |
| YUV | 119.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 211 | 0.65 | 0.41 | 0 | 0.17 | 217.39 | 0.61 | 0.56 |
| Hex | 49 | 7D | D3 | 41 | 29 | 0 | 11 | D9 | 3D | 38 |
| Octal | 111 | 175 | 323 | 101 | 51 | 0 | 21 | 331 | 75 | 70 |
| Binary | 1001001 | 1111101 | 11010011 | 1000001 | 101001 | 0 | 10001 | 11011001 | 111101 | 111000 |
Color Harmonies of #497DD3
Complementary color
Monochromatic Colors of #497DD3
Black with #497DD3
Text Example
Text Example
White with #497DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DD3; }
p { color: rgb(73,125,211); }
H1.HeaderClassName
{
color: #497DD3;
}
.AnyTagClassName
{
color: #497DD3;
}
</style>
background-color css
<style>
a { background-color: #497DD3; }
a { background-color: rgb(73,125,211); }
div.DivClassName
{
background-color: #497DD3;
}
.BgClassName
{
background-color: #497DD3;
}
</style>
border-color css
<style>
span { border-color: #497DD3; }
span { border-color: rgb(73,125,211); }
td.TdClassName
{
border-color: #497DD3;
}
.TagClassName
{
border-color: #497DD3;
}
</style>