Shades of Como #49745D
Tints of Como #49745D
RGB
CMYK
RGB Variations
Color information
#49745D (or 0x49745D) is known color: Como. HEX triplet: 49, 74 and 5D. RGB value is (73,116,93). Sum of RGB (Red+Green+Blue) = 73+116+93=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #49745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49745D is #B68BA2. Grayscale: #646464. Windows color (decimal): -11963299 or 6124617. OLE color: 6124617.
HSL color Cylindrical-coordinate representation of color #49745D: hue angle of 147.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49745D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 93 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.55 |
| HSL | 147.91º | 0.23% | 0.37% | - |
| HSV(B) | 147.91º | 0.37% | 0.45% | - |
| XYZ | 10.97 | 14.7 | 12.61 | - |
| YUV | 100.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 93 | 0.37 | 0 | 0.20 | 0.55 | 147.91 | 0.23 | 0.37 |
| Hex | 49 | 74 | 5D | 25 | 0 | 14 | 37 | 94 | 17 | 25 |
| Octal | 111 | 164 | 135 | 45 | 0 | 24 | 67 | 224 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1011101 | 100101 | 0 | 10100 | 110111 | 10010100 | 10111 | 100101 |
Color Harmonies of #49745D
Complementary color
Monochromatic Colors of #49745D
Black with #49745D
Text Example
Text Example
White with #49745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49745D; }
p { color: rgb(73,116,93); }
H1.HeaderClassName
{
color: #49745D;
}
.AnyTagClassName
{
color: #49745D;
}
</style>
background-color css
<style>
a { background-color: #49745D; }
a { background-color: rgb(73,116,93); }
div.DivClassName
{
background-color: #49745D;
}
.BgClassName
{
background-color: #49745D;
}
</style>
border-color css
<style>
span { border-color: #49745D; }
span { border-color: rgb(73,116,93); }
td.TdClassName
{
border-color: #49745D;
}
.TagClassName
{
border-color: #49745D;
}
</style>