Shades of Como #4A7856
Tints of Como #4A7856
RGB
CMYK
RGB Variations
Color information
#4A7856 (or 0x4A7856) is known color: Como. HEX triplet: 4A, 78 and 56. RGB value is (74,120,86). Sum of RGB (Red+Green+Blue) = 74+120+86=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7856 is #B587A9. Grayscale: #666666. Windows color (decimal): -11896746 or 5666890. OLE color: 5666890.
HSL color Cylindrical-coordinate representation of color #4A7856: hue angle of 135.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7856 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 86 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.53 |
| HSL | 135.65º | 0.24% | 0.38% | - |
| HSV(B) | 135.65º | 0.38% | 0.47% | - |
| XYZ | 11.22 | 15.56 | 11.22 | - |
| YUV | 102.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 86 | 0.38 | 0 | 0.28 | 0.53 | 135.65 | 0.24 | 0.38 |
| Hex | 4A | 78 | 56 | 26 | 0 | 1C | 35 | 88 | 18 | 26 |
| Octal | 112 | 170 | 126 | 46 | 0 | 34 | 65 | 210 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1010110 | 100110 | 0 | 11100 | 110101 | 10001000 | 11000 | 100110 |
Color Harmonies of #4A7856
Complementary color
Monochromatic Colors of #4A7856
Black with #4A7856
Text Example
Text Example
White with #4A7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7856; }
p { color: rgb(74,120,86); }
H1.HeaderClassName
{
color: #4A7856;
}
.AnyTagClassName
{
color: #4A7856;
}
</style>
background-color css
<style>
a { background-color: #4A7856; }
a { background-color: rgb(74,120,86); }
div.DivClassName
{
background-color: #4A7856;
}
.BgClassName
{
background-color: #4A7856;
}
</style>
border-color css
<style>
span { border-color: #4A7856; }
span { border-color: rgb(74,120,86); }
td.TdClassName
{
border-color: #4A7856;
}
.TagClassName
{
border-color: #4A7856;
}
</style>