Shades of Como #4A7659
Tints of Como #4A7659
RGB
CMYK
RGB Variations
Color information
#4A7659 (or 0x4A7659) is known color: Como. HEX triplet: 4A, 76 and 59. RGB value is (74,118,89). Sum of RGB (Red+Green+Blue) = 74+118+89=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7659 is #B589A6. Grayscale: #656565. Windows color (decimal): -11897255 or 5862986. OLE color: 5862986.
HSL color Cylindrical-coordinate representation of color #4A7659: hue angle of 140.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7659 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 89 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.54 |
| HSL | 140.45º | 0.23% | 0.38% | - |
| HSV(B) | 140.45º | 0.37% | 0.46% | - |
| XYZ | 11.11 | 15.13 | 11.79 | - |
| YUV | 101.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 89 | 0.37 | 0 | 0.25 | 0.54 | 140.45 | 0.23 | 0.38 |
| Hex | 4A | 76 | 59 | 25 | 0 | 19 | 36 | 8C | 17 | 26 |
| Octal | 112 | 166 | 131 | 45 | 0 | 31 | 66 | 214 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1011001 | 100101 | 0 | 11001 | 110110 | 10001100 | 10111 | 100110 |
Color Harmonies of #4A7659
Complementary color
Monochromatic Colors of #4A7659
Black with #4A7659
Text Example
Text Example
White with #4A7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7659; }
p { color: rgb(74,118,89); }
H1.HeaderClassName
{
color: #4A7659;
}
.AnyTagClassName
{
color: #4A7659;
}
</style>
background-color css
<style>
a { background-color: #4A7659; }
a { background-color: rgb(74,118,89); }
div.DivClassName
{
background-color: #4A7659;
}
.BgClassName
{
background-color: #4A7659;
}
</style>
border-color css
<style>
span { border-color: #4A7659; }
span { border-color: rgb(74,118,89); }
td.TdClassName
{
border-color: #4A7659;
}
.TagClassName
{
border-color: #4A7659;
}
</style>