Shades of Havelock Blue #497DCD
Tints of Havelock Blue #497DCD
RGB
CMYK
RGB Variations
Color information
#497DCD (or 0x497DCD) is known color: Havelock Blue. HEX triplet: 49, 7D and CD. RGB value is (73,125,205). Sum of RGB (Red+Green+Blue) = 73+125+205=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #497DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DCD is #B68232. Grayscale: #767676. Windows color (decimal): -11960883 or 13466953. OLE color: 13466953.
HSL color Cylindrical-coordinate representation of color #497DCD: hue angle of 216.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497DCD is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 125 | 205 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.20 |
| HSL | 216.36º | 0.57% | 0.55% | - |
| HSV(B) | 216.36º | 0.64% | 0.8% | - |
| XYZ | 21.1 | 20.49 | 60.6 | - |
| YUV | 118.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 205 | 0.64 | 0.39 | 0 | 0.20 | 216.36 | 0.57 | 0.55 |
| Hex | 49 | 7D | CD | 40 | 27 | 0 | 14 | D8 | 39 | 37 |
| Octal | 111 | 175 | 315 | 100 | 47 | 0 | 24 | 330 | 71 | 67 |
| Binary | 1001001 | 1111101 | 11001101 | 1000000 | 100111 | 0 | 10100 | 11011000 | 111001 | 110111 |
Color Harmonies of #497DCD
Complementary color
Monochromatic Colors of #497DCD
Black with #497DCD
Text Example
Text Example
White with #497DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DCD; }
p { color: rgb(73,125,205); }
H1.HeaderClassName
{
color: #497DCD;
}
.AnyTagClassName
{
color: #497DCD;
}
</style>
background-color css
<style>
a { background-color: #497DCD; }
a { background-color: rgb(73,125,205); }
div.DivClassName
{
background-color: #497DCD;
}
.BgClassName
{
background-color: #497DCD;
}
</style>
border-color css
<style>
span { border-color: #497DCD; }
span { border-color: rgb(73,125,205); }
td.TdClassName
{
border-color: #497DCD;
}
.TagClassName
{
border-color: #497DCD;
}
</style>