Shades of Havelock Blue #497BCD
Tints of Havelock Blue #497BCD
RGB
CMYK
RGB Variations
Color information
#497BCD (or 0x497BCD) is known color: Havelock Blue. HEX triplet: 49, 7B and CD. RGB value is (73,123,205). Sum of RGB (Red+Green+Blue) = 73+123+205=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #497BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCD is #B68432. Grayscale: #757575. Windows color (decimal): -11961395 or 13466441. OLE color: 13466441.
HSL color Cylindrical-coordinate representation of color #497BCD: hue angle of 217.27º 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 #497BCD is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 123 | 205 | - |
| CMYK | 0.64 | 0.4 | 0 | 0.20 |
| HSL | 217.27º | 0.57% | 0.55% | - |
| HSV(B) | 217.27º | 0.64% | 0.8% | - |
| XYZ | 20.85 | 19.99 | 60.52 | - |
| YUV | 117.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 205 | 0.64 | 0.4 | 0 | 0.20 | 217.27 | 0.57 | 0.55 |
| Hex | 49 | 7B | CD | 40 | 28 | 0 | 14 | D9 | 39 | 37 |
| Octal | 111 | 173 | 315 | 100 | 50 | 0 | 24 | 331 | 71 | 67 |
| Binary | 1001001 | 1111011 | 11001101 | 1000000 | 101000 | 0 | 10100 | 11011001 | 111001 | 110111 |
Color Harmonies of #497BCD
Complementary color
Monochromatic Colors of #497BCD
Black with #497BCD
Text Example
Text Example
White with #497BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BCD; }
p { color: rgb(73,123,205); }
H1.HeaderClassName
{
color: #497BCD;
}
.AnyTagClassName
{
color: #497BCD;
}
</style>
background-color css
<style>
a { background-color: #497BCD; }
a { background-color: rgb(73,123,205); }
div.DivClassName
{
background-color: #497BCD;
}
.BgClassName
{
background-color: #497BCD;
}
</style>
border-color css
<style>
span { border-color: #497BCD; }
span { border-color: rgb(73,123,205); }
td.TdClassName
{
border-color: #497BCD;
}
.TagClassName
{
border-color: #497BCD;
}
</style>