Shades of Como #4A7257
Tints of Como #4A7257
RGB
CMYK
RGB Variations
Color information
#4A7257 (or 0x4A7257) is known color: Como. HEX triplet: 4A, 72 and 57. RGB value is (74,114,87). Sum of RGB (Red+Green+Blue) = 74+114+87=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7257 is #B58DA8. Grayscale: #636363. Windows color (decimal): -11898281 or 5730890. OLE color: 5730890.
HSL color Cylindrical-coordinate representation of color #4A7257: hue angle of 139.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7257 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 87 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.55 |
| HSL | 139.5º | 0.21% | 0.37% | - |
| HSV(B) | 139.5º | 0.35% | 0.45% | - |
| XYZ | 10.56 | 14.18 | 11.2 | - |
| YUV | 98.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 87 | 0.35 | 0 | 0.24 | 0.55 | 139.5 | 0.21 | 0.37 |
| Hex | 4A | 72 | 57 | 23 | 0 | 18 | 37 | 8C | 15 | 25 |
| Octal | 112 | 162 | 127 | 43 | 0 | 30 | 67 | 214 | 25 | 45 |
| Binary | 1001010 | 1110010 | 1010111 | 100011 | 0 | 11000 | 110111 | 10001100 | 10101 | 100101 |
Color Harmonies of #4A7257
Complementary color
Monochromatic Colors of #4A7257
Black with #4A7257
Text Example
Text Example
White with #4A7257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7257; }
p { color: rgb(74,114,87); }
H1.HeaderClassName
{
color: #4A7257;
}
.AnyTagClassName
{
color: #4A7257;
}
</style>
background-color css
<style>
a { background-color: #4A7257; }
a { background-color: rgb(74,114,87); }
div.DivClassName
{
background-color: #4A7257;
}
.BgClassName
{
background-color: #4A7257;
}
</style>
border-color css
<style>
span { border-color: #4A7257; }
span { border-color: rgb(74,114,87); }
td.TdClassName
{
border-color: #4A7257;
}
.TagClassName
{
border-color: #4A7257;
}
</style>