Shades of Como #4B7856
Tints of Como #4B7856
RGB
CMYK
RGB Variations
Color information
#4B7856 (or 0x4B7856) is known color: Como. HEX triplet: 4B, 78 and 56. RGB value is (75,120,86). Sum of RGB (Red+Green+Blue) = 75+120+86=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7856 is #B487A9. Grayscale: #666666. Windows color (decimal): -11831210 or 5666891. OLE color: 5666891.
HSL color Cylindrical-coordinate representation of color #4B7856: hue angle of 134.67º degrees, saturation: 0.23, 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 #4B7856 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 86 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.53 |
| HSL | 134.67º | 0.23% | 0.38% | - |
| HSV(B) | 134.67º | 0.38% | 0.47% | - |
| XYZ | 11.3 | 15.6 | 11.22 | - |
| YUV | 102.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 86 | 0.37 | 0 | 0.28 | 0.53 | 134.67 | 0.23 | 0.38 |
| Hex | 4B | 78 | 56 | 25 | 0 | 1C | 35 | 87 | 17 | 26 |
| Octal | 113 | 170 | 126 | 45 | 0 | 34 | 65 | 207 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1010110 | 100101 | 0 | 11100 | 110101 | 10000111 | 10111 | 100110 |
Color Harmonies of #4B7856
Complementary color
Monochromatic Colors of #4B7856
Black with #4B7856
Text Example
Text Example
White with #4B7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7856; }
p { color: rgb(75,120,86); }
H1.HeaderClassName
{
color: #4B7856;
}
.AnyTagClassName
{
color: #4B7856;
}
</style>
background-color css
<style>
a { background-color: #4B7856; }
a { background-color: rgb(75,120,86); }
div.DivClassName
{
background-color: #4B7856;
}
.BgClassName
{
background-color: #4B7856;
}
</style>
border-color css
<style>
span { border-color: #4B7856; }
span { border-color: rgb(75,120,86); }
td.TdClassName
{
border-color: #4B7856;
}
.TagClassName
{
border-color: #4B7856;
}
</style>