Shades of Havelock Blue #497DC3
Tints of Havelock Blue #497DC3
RGB
CMYK
RGB Variations
Color information
#497DC3 (or 0x497DC3) is known color: Havelock Blue. HEX triplet: 49, 7D and C3. RGB value is (73,125,195). Sum of RGB (Red+Green+Blue) = 73+125+195=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #497DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DC3 is #B6823C. Grayscale: #757575. Windows color (decimal): -11960893 or 12811593. OLE color: 12811593.
HSL color Cylindrical-coordinate representation of color #497DC3: hue angle of 214.43º 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 #497DC3 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 125 | 195 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.24 |
| HSL | 214.43º | 0.5% | 0.53% | - |
| HSV(B) | 214.43º | 0.63% | 0.76% | - |
| XYZ | 19.93 | 20.02 | 54.44 | - |
| YUV | 117.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 195 | 0.63 | 0.36 | 0 | 0.24 | 214.43 | 0.5 | 0.53 |
| Hex | 49 | 7D | C3 | 3F | 24 | 0 | 18 | D6 | 32 | 35 |
| Octal | 111 | 175 | 303 | 77 | 44 | 0 | 30 | 326 | 62 | 65 |
| Binary | 1001001 | 1111101 | 11000011 | 111111 | 100100 | 0 | 11000 | 11010110 | 110010 | 110101 |
Color Harmonies of #497DC3
Complementary color
Monochromatic Colors of #497DC3
Black with #497DC3
Text Example
Text Example
White with #497DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DC3; }
p { color: rgb(73,125,195); }
H1.HeaderClassName
{
color: #497DC3;
}
.AnyTagClassName
{
color: #497DC3;
}
</style>
background-color css
<style>
a { background-color: #497DC3; }
a { background-color: rgb(73,125,195); }
div.DivClassName
{
background-color: #497DC3;
}
.BgClassName
{
background-color: #497DC3;
}
</style>
border-color css
<style>
span { border-color: #497DC3; }
span { border-color: rgb(73,125,195); }
td.TdClassName
{
border-color: #497DC3;
}
.TagClassName
{
border-color: #497DC3;
}
</style>