Shades of Como #497C62
Tints of Como #497C62
RGB
CMYK
RGB Variations
Color information
#497C62 (or 0x497C62) is known color: Como. HEX triplet: 49, 7C and 62. RGB value is (73,124,98). Sum of RGB (Red+Green+Blue) = 73+124+98=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #497C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C62 is #B6839D. Grayscale: #696969. Windows color (decimal): -11961246 or 6454345. OLE color: 6454345.
HSL color Cylindrical-coordinate representation of color #497C62: hue angle of 149.41º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C62 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 98 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.51 |
| HSL | 149.41º | 0.26% | 0.39% | - |
| HSV(B) | 149.41º | 0.41% | 0.49% | - |
| XYZ | 12.16 | 16.71 | 14.14 | - |
| YUV | 105.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 98 | 0.41 | 0 | 0.21 | 0.51 | 149.41 | 0.26 | 0.39 |
| Hex | 49 | 7C | 62 | 29 | 0 | 15 | 33 | 95 | 1A | 27 |
| Octal | 111 | 174 | 142 | 51 | 0 | 25 | 63 | 225 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1100010 | 101001 | 0 | 10101 | 110011 | 10010101 | 11010 | 100111 |
Color Harmonies of #497C62
Complementary color
Monochromatic Colors of #497C62
Black with #497C62
Text Example
Text Example
White with #497C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C62; }
p { color: rgb(73,124,98); }
H1.HeaderClassName
{
color: #497C62;
}
.AnyTagClassName
{
color: #497C62;
}
</style>
background-color css
<style>
a { background-color: #497C62; }
a { background-color: rgb(73,124,98); }
div.DivClassName
{
background-color: #497C62;
}
.BgClassName
{
background-color: #497C62;
}
</style>
border-color css
<style>
span { border-color: #497C62; }
span { border-color: rgb(73,124,98); }
td.TdClassName
{
border-color: #497C62;
}
.TagClassName
{
border-color: #497C62;
}
</style>