Shades of Havelock Blue #497CC8
Tints of Havelock Blue #497CC8
RGB
CMYK
RGB Variations
Color information
#497CC8 (or 0x497CC8) is known color: Havelock Blue. HEX triplet: 49, 7C and C8. RGB value is (73,124,200). Sum of RGB (Red+Green+Blue) = 73+124+200=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #497CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CC8 is #B68337. Grayscale: #757575. Windows color (decimal): -11961144 or 13139017. OLE color: 13139017.
HSL color Cylindrical-coordinate representation of color #497CC8: hue angle of 215.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497CC8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 124 | 200 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.22 |
| HSL | 215.91º | 0.54% | 0.54% | - |
| HSV(B) | 215.91º | 0.64% | 0.78% | - |
| XYZ | 20.38 | 20 | 57.43 | - |
| YUV | 117.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 200 | 0.64 | 0.38 | 0 | 0.22 | 215.91 | 0.54 | 0.54 |
| Hex | 49 | 7C | C8 | 40 | 26 | 0 | 16 | D8 | 36 | 36 |
| Octal | 111 | 174 | 310 | 100 | 46 | 0 | 26 | 330 | 66 | 66 |
| Binary | 1001001 | 1111100 | 11001000 | 1000000 | 100110 | 0 | 10110 | 11011000 | 110110 | 110110 |
Color Harmonies of #497CC8
Complementary color
Monochromatic Colors of #497CC8
Black with #497CC8
Text Example
Text Example
White with #497CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CC8; }
p { color: rgb(73,124,200); }
H1.HeaderClassName
{
color: #497CC8;
}
.AnyTagClassName
{
color: #497CC8;
}
</style>
background-color css
<style>
a { background-color: #497CC8; }
a { background-color: rgb(73,124,200); }
div.DivClassName
{
background-color: #497CC8;
}
.BgClassName
{
background-color: #497CC8;
}
</style>
border-color css
<style>
span { border-color: #497CC8; }
span { border-color: rgb(73,124,200); }
td.TdClassName
{
border-color: #497CC8;
}
.TagClassName
{
border-color: #497CC8;
}
</style>