Shades of Como #497E5B
Tints of Como #497E5B
RGB
CMYK
RGB Variations
Color information
#497E5B (or 0x497E5B) is known color: Como. HEX triplet: 49, 7E and 5B. RGB value is (73,126,91). Sum of RGB (Red+Green+Blue) = 73+126+91=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #497E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E5B is #B681A4. Grayscale: #6A6A6A. Windows color (decimal): -11960741 or 5996105. OLE color: 5996105.
HSL color Cylindrical-coordinate representation of color #497E5B: hue angle of 140.38º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E5B is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 91 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.51 |
| HSL | 140.38º | 0.27% | 0.39% | - |
| HSV(B) | 140.38º | 0.42% | 0.49% | - |
| XYZ | 12.1 | 17.09 | 12.56 | - |
| YUV | 106.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 91 | 0.42 | 0 | 0.28 | 0.51 | 140.38 | 0.27 | 0.39 |
| Hex | 49 | 7E | 5B | 2A | 0 | 1C | 33 | 8C | 1B | 27 |
| Octal | 111 | 176 | 133 | 52 | 0 | 34 | 63 | 214 | 33 | 47 |
| Binary | 1001001 | 1111110 | 1011011 | 101010 | 0 | 11100 | 110011 | 10001100 | 11011 | 100111 |
Color Harmonies of #497E5B
Complementary color
Monochromatic Colors of #497E5B
Black with #497E5B
Text Example
Text Example
White with #497E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E5B; }
p { color: rgb(73,126,91); }
H1.HeaderClassName
{
color: #497E5B;
}
.AnyTagClassName
{
color: #497E5B;
}
</style>
background-color css
<style>
a { background-color: #497E5B; }
a { background-color: rgb(73,126,91); }
div.DivClassName
{
background-color: #497E5B;
}
.BgClassName
{
background-color: #497E5B;
}
</style>
border-color css
<style>
span { border-color: #497E5B; }
span { border-color: rgb(73,126,91); }
td.TdClassName
{
border-color: #497E5B;
}
.TagClassName
{
border-color: #497E5B;
}
</style>