Shades of Havelock Blue #497FCB
Tints of Havelock Blue #497FCB
RGB
CMYK
RGB Variations
Color information
#497FCB (or 0x497FCB) is known color: Havelock Blue. HEX triplet: 49, 7F and CB. RGB value is (73,127,203). Sum of RGB (Red+Green+Blue) = 73+127+203=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #497FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FCB is #B68034. Grayscale: #777777. Windows color (decimal): -11960373 or 13336393. OLE color: 13336393.
HSL color Cylindrical-coordinate representation of color #497FCB: hue angle of 215.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497FCB is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 127 | 203 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.20 |
| HSL | 215.08º | 0.56% | 0.54% | - |
| HSV(B) | 215.08º | 0.64% | 0.8% | - |
| XYZ | 21.12 | 20.91 | 59.42 | - |
| YUV | 119.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 203 | 0.64 | 0.37 | 0 | 0.20 | 215.08 | 0.56 | 0.54 |
| Hex | 49 | 7F | CB | 40 | 25 | 0 | 14 | D7 | 38 | 36 |
| Octal | 111 | 177 | 313 | 100 | 45 | 0 | 24 | 327 | 70 | 66 |
| Binary | 1001001 | 1111111 | 11001011 | 1000000 | 100101 | 0 | 10100 | 11010111 | 111000 | 110110 |
Color Harmonies of #497FCB
Complementary color
Monochromatic Colors of #497FCB
Black with #497FCB
Text Example
Text Example
White with #497FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FCB; }
p { color: rgb(73,127,203); }
H1.HeaderClassName
{
color: #497FCB;
}
.AnyTagClassName
{
color: #497FCB;
}
</style>
background-color css
<style>
a { background-color: #497FCB; }
a { background-color: rgb(73,127,203); }
div.DivClassName
{
background-color: #497FCB;
}
.BgClassName
{
background-color: #497FCB;
}
</style>
border-color css
<style>
span { border-color: #497FCB; }
span { border-color: rgb(73,127,203); }
td.TdClassName
{
border-color: #497FCB;
}
.TagClassName
{
border-color: #497FCB;
}
</style>