Shades of Como #4B7160
Tints of Como #4B7160
RGB
CMYK
RGB Variations
Color information
#4B7160 (or 0x4B7160) is known color: Como. HEX triplet: 4B, 71 and 60. RGB value is (75,113,96). Sum of RGB (Red+Green+Blue) = 75+113+96=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7160 is #B48E9F. Grayscale: #636363. Windows color (decimal): -11832992 or 6320459. OLE color: 6320459.
HSL color Cylindrical-coordinate representation of color #4B7160: hue angle of 153.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7160 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 96 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.56 |
| HSL | 153.16º | 0.2% | 0.37% | - |
| HSV(B) | 153.16º | 0.34% | 0.44% | - |
| XYZ | 10.92 | 14.15 | 13.22 | - |
| YUV | 99.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 96 | 0.34 | 0 | 0.15 | 0.56 | 153.16 | 0.2 | 0.37 |
| Hex | 4B | 71 | 60 | 22 | 0 | F | 38 | 99 | 14 | 25 |
| Octal | 113 | 161 | 140 | 42 | 0 | 17 | 70 | 231 | 24 | 45 |
| Binary | 1001011 | 1110001 | 1100000 | 100010 | 0 | 1111 | 111000 | 10011001 | 10100 | 100101 |
Color Harmonies of #4B7160
Complementary color
Monochromatic Colors of #4B7160
Black with #4B7160
Text Example
Text Example
White with #4B7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7160; }
p { color: rgb(75,113,96); }
H1.HeaderClassName
{
color: #4B7160;
}
.AnyTagClassName
{
color: #4B7160;
}
</style>
background-color css
<style>
a { background-color: #4B7160; }
a { background-color: rgb(75,113,96); }
div.DivClassName
{
background-color: #4B7160;
}
.BgClassName
{
background-color: #4B7160;
}
</style>
border-color css
<style>
span { border-color: #4B7160; }
span { border-color: rgb(75,113,96); }
td.TdClassName
{
border-color: #4B7160;
}
.TagClassName
{
border-color: #4B7160;
}
</style>