Shades of Havelock Blue #497FC8
Tints of Havelock Blue #497FC8
RGB
CMYK
RGB Variations
Color information
#497FC8 (or 0x497FC8) is known color: Havelock Blue. HEX triplet: 49, 7F and C8. RGB value is (73,127,200). Sum of RGB (Red+Green+Blue) = 73+127+200=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #497FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC8 is #B68037. Grayscale: #767676. Windows color (decimal): -11960376 or 13139785. OLE color: 13139785.
HSL color Cylindrical-coordinate representation of color #497FC8: hue angle of 214.49º 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 #497FC8 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 127 | 200 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.22 |
| HSL | 214.49º | 0.54% | 0.54% | - |
| HSV(B) | 214.49º | 0.64% | 0.78% | - |
| XYZ | 20.76 | 20.77 | 57.56 | - |
| YUV | 119.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 200 | 0.64 | 0.36 | 0 | 0.22 | 214.49 | 0.54 | 0.54 |
| Hex | 49 | 7F | C8 | 40 | 24 | 0 | 16 | D6 | 36 | 36 |
| Octal | 111 | 177 | 310 | 100 | 44 | 0 | 26 | 326 | 66 | 66 |
| Binary | 1001001 | 1111111 | 11001000 | 1000000 | 100100 | 0 | 10110 | 11010110 | 110110 | 110110 |
Color Harmonies of #497FC8
Complementary color
Monochromatic Colors of #497FC8
Black with #497FC8
Text Example
Text Example
White with #497FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FC8; }
p { color: rgb(73,127,200); }
H1.HeaderClassName
{
color: #497FC8;
}
.AnyTagClassName
{
color: #497FC8;
}
</style>
background-color css
<style>
a { background-color: #497FC8; }
a { background-color: rgb(73,127,200); }
div.DivClassName
{
background-color: #497FC8;
}
.BgClassName
{
background-color: #497FC8;
}
</style>
border-color css
<style>
span { border-color: #497FC8; }
span { border-color: rgb(73,127,200); }
td.TdClassName
{
border-color: #497FC8;
}
.TagClassName
{
border-color: #497FC8;
}
</style>