Shades of Como #49705C
Tints of Como #49705C
RGB
CMYK
RGB Variations
Color information
#49705C (or 0x49705C) is known color: Como. HEX triplet: 49, 70 and 5C. RGB value is (73,112,92). Sum of RGB (Red+Green+Blue) = 73+112+92=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #49705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49705C is #B68FA3. Grayscale: #626262. Windows color (decimal): -11964324 or 6058057. OLE color: 6058057.
HSL color Cylindrical-coordinate representation of color #49705C: hue angle of 149.23º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49705C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 92 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.56 |
| HSL | 149.23º | 0.21% | 0.36% | - |
| HSV(B) | 149.23º | 0.35% | 0.44% | - |
| XYZ | 10.47 | 13.78 | 12.23 | - |
| YUV | 98.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 92 | 0.35 | 0 | 0.18 | 0.56 | 149.23 | 0.21 | 0.36 |
| Hex | 49 | 70 | 5C | 23 | 0 | 12 | 38 | 95 | 15 | 24 |
| Octal | 111 | 160 | 134 | 43 | 0 | 22 | 70 | 225 | 25 | 44 |
| Binary | 1001001 | 1110000 | 1011100 | 100011 | 0 | 10010 | 111000 | 10010101 | 10101 | 100100 |
Color Harmonies of #49705C
Complementary color
Monochromatic Colors of #49705C
Black with #49705C
Text Example
Text Example
White with #49705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49705C; }
p { color: rgb(73,112,92); }
H1.HeaderClassName
{
color: #49705C;
}
.AnyTagClassName
{
color: #49705C;
}
</style>
background-color css
<style>
a { background-color: #49705C; }
a { background-color: rgb(73,112,92); }
div.DivClassName
{
background-color: #49705C;
}
.BgClassName
{
background-color: #49705C;
}
</style>
border-color css
<style>
span { border-color: #49705C; }
span { border-color: rgb(73,112,92); }
td.TdClassName
{
border-color: #49705C;
}
.TagClassName
{
border-color: #49705C;
}
</style>