Shades of Havelock Blue #497CCB
Tints of Havelock Blue #497CCB
RGB
CMYK
RGB Variations
Color information
#497CCB (or 0x497CCB) is known color: Havelock Blue. HEX triplet: 49, 7C and CB. RGB value is (73,124,203). Sum of RGB (Red+Green+Blue) = 73+124+203=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #497CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCB is #B68334. Grayscale: #757575. Windows color (decimal): -11961141 or 13335625. OLE color: 13335625.
HSL color Cylindrical-coordinate representation of color #497CCB: hue angle of 216.46º 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 #497CCB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 124 | 203 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.20 |
| HSL | 216.46º | 0.56% | 0.54% | - |
| HSV(B) | 216.46º | 0.64% | 0.8% | - |
| XYZ | 20.73 | 20.14 | 59.3 | - |
| YUV | 117.76 | 176.1 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 203 | 0.64 | 0.39 | 0 | 0.20 | 216.46 | 0.56 | 0.54 |
| Hex | 49 | 7C | CB | 40 | 27 | 0 | 14 | D8 | 38 | 36 |
| Octal | 111 | 174 | 313 | 100 | 47 | 0 | 24 | 330 | 70 | 66 |
| Binary | 1001001 | 1111100 | 11001011 | 1000000 | 100111 | 0 | 10100 | 11011000 | 111000 | 110110 |
Color Harmonies of #497CCB
Complementary color
Monochromatic Colors of #497CCB
Black with #497CCB
Text Example
Text Example
White with #497CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CCB; }
p { color: rgb(73,124,203); }
H1.HeaderClassName
{
color: #497CCB;
}
.AnyTagClassName
{
color: #497CCB;
}
</style>
background-color css
<style>
a { background-color: #497CCB; }
a { background-color: rgb(73,124,203); }
div.DivClassName
{
background-color: #497CCB;
}
.BgClassName
{
background-color: #497CCB;
}
</style>
border-color css
<style>
span { border-color: #497CCB; }
span { border-color: rgb(73,124,203); }
td.TdClassName
{
border-color: #497CCB;
}
.TagClassName
{
border-color: #497CCB;
}
</style>