Shades of Como #4B7557
Tints of Como #4B7557
RGB
CMYK
RGB Variations
Color information
#4B7557 (or 0x4B7557) is known color: Como. HEX triplet: 4B, 75 and 57. RGB value is (75,117,87). Sum of RGB (Red+Green+Blue) = 75+117+87=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7557 is #B48AA8. Grayscale: #656565. Windows color (decimal): -11831977 or 5731659. OLE color: 5731659.
HSL color Cylindrical-coordinate representation of color #4B7557: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7557 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 87 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.54 |
| HSL | 137.14º | 0.22% | 0.38% | - |
| HSV(B) | 137.14º | 0.36% | 0.46% | - |
| XYZ | 10.98 | 14.91 | 11.32 | - |
| YUV | 101.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 87 | 0.36 | 0 | 0.26 | 0.54 | 137.14 | 0.22 | 0.38 |
| Hex | 4B | 75 | 57 | 24 | 0 | 1A | 36 | 89 | 16 | 26 |
| Octal | 113 | 165 | 127 | 44 | 0 | 32 | 66 | 211 | 26 | 46 |
| Binary | 1001011 | 1110101 | 1010111 | 100100 | 0 | 11010 | 110110 | 10001001 | 10110 | 100110 |
Color Harmonies of #4B7557
Complementary color
Monochromatic Colors of #4B7557
Black with #4B7557
Text Example
Text Example
White with #4B7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7557; }
p { color: rgb(75,117,87); }
H1.HeaderClassName
{
color: #4B7557;
}
.AnyTagClassName
{
color: #4B7557;
}
</style>
background-color css
<style>
a { background-color: #4B7557; }
a { background-color: rgb(75,117,87); }
div.DivClassName
{
background-color: #4B7557;
}
.BgClassName
{
background-color: #4B7557;
}
</style>
border-color css
<style>
span { border-color: #4B7557; }
span { border-color: rgb(75,117,87); }
td.TdClassName
{
border-color: #4B7557;
}
.TagClassName
{
border-color: #4B7557;
}
</style>