Shades of Como #4A7859
Tints of Como #4A7859
RGB
CMYK
RGB Variations
Color information
#4A7859 (or 0x4A7859) is known color: Como. HEX triplet: 4A, 78 and 59. RGB value is (74,120,89). Sum of RGB (Red+Green+Blue) = 74+120+89=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7859 is #B587A6. Grayscale: #666666. Windows color (decimal): -11896743 or 5863498. OLE color: 5863498.
HSL color Cylindrical-coordinate representation of color #4A7859: hue angle of 139.57º 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 #4A7859 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 89 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.53 |
| HSL | 139.57º | 0.24% | 0.38% | - |
| HSV(B) | 139.57º | 0.38% | 0.47% | - |
| XYZ | 11.34 | 15.61 | 11.87 | - |
| YUV | 102.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 89 | 0.38 | 0 | 0.26 | 0.53 | 139.57 | 0.24 | 0.38 |
| Hex | 4A | 78 | 59 | 26 | 0 | 1A | 35 | 8C | 18 | 26 |
| Octal | 112 | 170 | 131 | 46 | 0 | 32 | 65 | 214 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1011001 | 100110 | 0 | 11010 | 110101 | 10001100 | 11000 | 100110 |
Color Harmonies of #4A7859
Complementary color
Monochromatic Colors of #4A7859
Black with #4A7859
Text Example
Text Example
White with #4A7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7859; }
p { color: rgb(74,120,89); }
H1.HeaderClassName
{
color: #4A7859;
}
.AnyTagClassName
{
color: #4A7859;
}
</style>
background-color css
<style>
a { background-color: #4A7859; }
a { background-color: rgb(74,120,89); }
div.DivClassName
{
background-color: #4A7859;
}
.BgClassName
{
background-color: #4A7859;
}
</style>
border-color css
<style>
span { border-color: #4A7859; }
span { border-color: rgb(74,120,89); }
td.TdClassName
{
border-color: #4A7859;
}
.TagClassName
{
border-color: #4A7859;
}
</style>