Shades of Havelock Blue #497BCC
Tints of Havelock Blue #497BCC
RGB
CMYK
RGB Variations
Color information
#497BCC (or 0x497BCC) is known color: Havelock Blue. HEX triplet: 49, 7B and CC. RGB value is (73,123,204). Sum of RGB (Red+Green+Blue) = 73+123+204=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #497BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCC is #B68433. Grayscale: #747474. Windows color (decimal): -11961396 or 13400905. OLE color: 13400905.
HSL color Cylindrical-coordinate representation of color #497BCC: hue angle of 217.1º 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 #497BCC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 123 | 204 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.2 |
| HSL | 217.1º | 0.56% | 0.54% | - |
| HSV(B) | 217.1º | 0.64% | 0.8% | - |
| XYZ | 20.73 | 19.94 | 59.88 | - |
| YUV | 117.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 204 | 0.64 | 0.40 | 0 | 0.2 | 217.1 | 0.56 | 0.54 |
| Hex | 49 | 7B | CC | 40 | 28 | 0 | 14 | D9 | 38 | 36 |
| Octal | 111 | 173 | 314 | 100 | 50 | 0 | 24 | 331 | 70 | 66 |
| Binary | 1001001 | 1111011 | 11001100 | 1000000 | 101000 | 0 | 10100 | 11011001 | 111000 | 110110 |
Color Harmonies of #497BCC
Complementary color
Monochromatic Colors of #497BCC
Black with #497BCC
Text Example
Text Example
White with #497BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497BCC; }
p { color: rgb(73,123,204); }
H1.HeaderClassName
{
color: #497BCC;
}
.AnyTagClassName
{
color: #497BCC;
}
</style>
background-color css
<style>
a { background-color: #497BCC; }
a { background-color: rgb(73,123,204); }
div.DivClassName
{
background-color: #497BCC;
}
.BgClassName
{
background-color: #497BCC;
}
</style>
border-color css
<style>
span { border-color: #497BCC; }
span { border-color: rgb(73,123,204); }
td.TdClassName
{
border-color: #497BCC;
}
.TagClassName
{
border-color: #497BCC;
}
</style>