Shades of Havelock Blue #497CC3
Tints of Havelock Blue #497CC3
RGB
CMYK
RGB Variations
Color information
#497CC3 (or 0x497CC3) is known color: Havelock Blue. HEX triplet: 49, 7C and C3. RGB value is (73,124,195). Sum of RGB (Red+Green+Blue) = 73+124+195=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #497CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CC3 is #B6833C. Grayscale: #747474. Windows color (decimal): -11961149 or 12811337. OLE color: 12811337.
HSL color Cylindrical-coordinate representation of color #497CC3: hue angle of 214.92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497CC3 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 124 | 195 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.24 |
| HSL | 214.92º | 0.5% | 0.53% | - |
| HSV(B) | 214.92º | 0.63% | 0.76% | - |
| XYZ | 19.81 | 19.77 | 54.4 | - |
| YUV | 116.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 195 | 0.63 | 0.36 | 0 | 0.24 | 214.92 | 0.5 | 0.53 |
| Hex | 49 | 7C | C3 | 3F | 24 | 0 | 18 | D7 | 32 | 35 |
| Octal | 111 | 174 | 303 | 77 | 44 | 0 | 30 | 327 | 62 | 65 |
| Binary | 1001001 | 1111100 | 11000011 | 111111 | 100100 | 0 | 11000 | 11010111 | 110010 | 110101 |
Color Harmonies of #497CC3
Complementary color
Monochromatic Colors of #497CC3
Black with #497CC3
Text Example
Text Example
White with #497CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CC3; }
p { color: rgb(73,124,195); }
H1.HeaderClassName
{
color: #497CC3;
}
.AnyTagClassName
{
color: #497CC3;
}
</style>
background-color css
<style>
a { background-color: #497CC3; }
a { background-color: rgb(73,124,195); }
div.DivClassName
{
background-color: #497CC3;
}
.BgClassName
{
background-color: #497CC3;
}
</style>
border-color css
<style>
span { border-color: #497CC3; }
span { border-color: rgb(73,124,195); }
td.TdClassName
{
border-color: #497CC3;
}
.TagClassName
{
border-color: #497CC3;
}
</style>