Shades of Como #4B715E
Tints of Como #4B715E
RGB
CMYK
RGB Variations
Color information
#4B715E (or 0x4B715E) is known color: Como. HEX triplet: 4B, 71 and 5E. RGB value is (75,113,94). Sum of RGB (Red+Green+Blue) = 75+113+94=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #4B715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B715E is #B48EA1. Grayscale: #636363. Windows color (decimal): -11832994 or 6189387. OLE color: 6189387.
HSL color Cylindrical-coordinate representation of color #4B715E: hue angle of 150º 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 #4B715E is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 94 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.56 |
| HSL | 150º | 0.2% | 0.37% | - |
| HSV(B) | 150º | 0.34% | 0.44% | - |
| XYZ | 10.83 | 14.11 | 12.74 | - |
| YUV | 99.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 94 | 0.34 | 0 | 0.17 | 0.56 | 150 | 0.2 | 0.37 |
| Hex | 4B | 71 | 5E | 22 | 0 | 11 | 38 | 96 | 14 | 25 |
| Octal | 113 | 161 | 136 | 42 | 0 | 21 | 70 | 226 | 24 | 45 |
| Binary | 1001011 | 1110001 | 1011110 | 100010 | 0 | 10001 | 111000 | 10010110 | 10100 | 100101 |
Color Harmonies of #4B715E
Complementary color
Monochromatic Colors of #4B715E
Black with #4B715E
Text Example
Text Example
White with #4B715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B715E; }
p { color: rgb(75,113,94); }
H1.HeaderClassName
{
color: #4B715E;
}
.AnyTagClassName
{
color: #4B715E;
}
</style>
background-color css
<style>
a { background-color: #4B715E; }
a { background-color: rgb(75,113,94); }
div.DivClassName
{
background-color: #4B715E;
}
.BgClassName
{
background-color: #4B715E;
}
</style>
border-color css
<style>
span { border-color: #4B715E; }
span { border-color: rgb(75,113,94); }
td.TdClassName
{
border-color: #4B715E;
}
.TagClassName
{
border-color: #4B715E;
}
</style>