Shades of Como #4A7055
Tints of Como #4A7055
RGB
CMYK
RGB Variations
Color information
#4A7055 (or 0x4A7055) is known color: Como. HEX triplet: 4A, 70 and 55. RGB value is (74,112,85). Sum of RGB (Red+Green+Blue) = 74+112+85=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7055 is #B58FAA. Grayscale: #616161. Windows color (decimal): -11898795 or 5599306. OLE color: 5599306.
HSL color Cylindrical-coordinate representation of color #4A7055: hue angle of 137.37º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A7055 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 85 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.56 |
| HSL | 137.37º | 0.2% | 0.36% | - |
| HSV(B) | 137.37º | 0.34% | 0.44% | - |
| XYZ | 10.26 | 13.7 | 10.7 | - |
| YUV | 97.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 85 | 0.34 | 0 | 0.24 | 0.56 | 137.37 | 0.2 | 0.36 |
| Hex | 4A | 70 | 55 | 22 | 0 | 18 | 38 | 89 | 14 | 24 |
| Octal | 112 | 160 | 125 | 42 | 0 | 30 | 70 | 211 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1010101 | 100010 | 0 | 11000 | 111000 | 10001001 | 10100 | 100100 |
Color Harmonies of #4A7055
Complementary color
Monochromatic Colors of #4A7055
Black with #4A7055
Text Example
Text Example
White with #4A7055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7055; }
p { color: rgb(74,112,85); }
H1.HeaderClassName
{
color: #4A7055;
}
.AnyTagClassName
{
color: #4A7055;
}
</style>
background-color css
<style>
a { background-color: #4A7055; }
a { background-color: rgb(74,112,85); }
div.DivClassName
{
background-color: #4A7055;
}
.BgClassName
{
background-color: #4A7055;
}
</style>
border-color css
<style>
span { border-color: #4A7055; }
span { border-color: rgb(74,112,85); }
td.TdClassName
{
border-color: #4A7055;
}
.TagClassName
{
border-color: #4A7055;
}
</style>