Shades of Como #4A7F57
Tints of Como #4A7F57
RGB
CMYK
RGB Variations
Color information
#4A7F57 (or 0x4A7F57) is known color: Como. HEX triplet: 4A, 7F and 57. RGB value is (74,127,87). Sum of RGB (Red+Green+Blue) = 74+127+87=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #4A7F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7F57 is #B580A8. Grayscale: #6A6A6A. Windows color (decimal): -11894953 or 5734218. OLE color: 5734218.
HSL color Cylindrical-coordinate representation of color #4A7F57: hue angle of 134.72º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A7F57 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 127 | 87 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.50 |
| HSL | 134.72º | 0.26% | 0.39% | - |
| HSV(B) | 134.72º | 0.42% | 0.5% | - |
| XYZ | 12.13 | 17.32 | 11.72 | - |
| YUV | 106.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 87 | 0.42 | 0 | 0.31 | 0.50 | 134.72 | 0.26 | 0.39 |
| Hex | 4A | 7F | 57 | 2A | 0 | 1F | 32 | 87 | 1A | 27 |
| Octal | 112 | 177 | 127 | 52 | 0 | 37 | 62 | 207 | 32 | 47 |
| Binary | 1001010 | 1111111 | 1010111 | 101010 | 0 | 11111 | 110010 | 10000111 | 11010 | 100111 |
Color Harmonies of #4A7F57
Complementary color
Monochromatic Colors of #4A7F57
Black with #4A7F57
Text Example
Text Example
White with #4A7F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7F57; }
p { color: rgb(74,127,87); }
H1.HeaderClassName
{
color: #4A7F57;
}
.AnyTagClassName
{
color: #4A7F57;
}
</style>
background-color css
<style>
a { background-color: #4A7F57; }
a { background-color: rgb(74,127,87); }
div.DivClassName
{
background-color: #4A7F57;
}
.BgClassName
{
background-color: #4A7F57;
}
</style>
border-color css
<style>
span { border-color: #4A7F57; }
span { border-color: rgb(74,127,87); }
td.TdClassName
{
border-color: #4A7F57;
}
.TagClassName
{
border-color: #4A7F57;
}
</style>