Shades of Como #4A845E
Tints of Como #4A845E
RGB
CMYK
RGB Variations
Color information
#4A845E (or 0x4A845E) is known color: Como. HEX triplet: 4A, 84 and 5E. RGB value is (74,132,94). Sum of RGB (Red+Green+Blue) = 74+132+94=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #4A845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A845E is #B57BA1. Grayscale: #6E6E6E. Windows color (decimal): -11893666 or 6194250. OLE color: 6194250.
HSL color Cylindrical-coordinate representation of color #4A845E: hue angle of 140.69º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A845E is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 94 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.48 |
| HSL | 140.69º | 0.28% | 0.4% | - |
| HSV(B) | 140.69º | 0.44% | 0.52% | - |
| XYZ | 13.1 | 18.77 | 13.52 | - |
| YUV | 110.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 94 | 0.44 | 0 | 0.29 | 0.48 | 140.69 | 0.28 | 0.4 |
| Hex | 4A | 84 | 5E | 2C | 0 | 1D | 30 | 8D | 1C | 28 |
| Octal | 112 | 204 | 136 | 54 | 0 | 35 | 60 | 215 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1011110 | 101100 | 0 | 11101 | 110000 | 10001101 | 11100 | 101000 |
Color Harmonies of #4A845E
Complementary color
Monochromatic Colors of #4A845E
Black with #4A845E
Text Example
Text Example
White with #4A845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A845E; }
p { color: rgb(74,132,94); }
H1.HeaderClassName
{
color: #4A845E;
}
.AnyTagClassName
{
color: #4A845E;
}
</style>
background-color css
<style>
a { background-color: #4A845E; }
a { background-color: rgb(74,132,94); }
div.DivClassName
{
background-color: #4A845E;
}
.BgClassName
{
background-color: #4A845E;
}
</style>
border-color css
<style>
span { border-color: #4A845E; }
span { border-color: rgb(74,132,94); }
td.TdClassName
{
border-color: #4A845E;
}
.TagClassName
{
border-color: #4A845E;
}
</style>