Shades of Como #4B775E
Tints of Como #4B775E
RGB
CMYK
RGB Variations
Color information
#4B775E (or 0x4B775E) is known color: Como. HEX triplet: 4B, 77 and 5E. RGB value is (75,119,94). Sum of RGB (Red+Green+Blue) = 75+119+94=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #4B775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B775E is #B488A1. Grayscale: #676767. Windows color (decimal): -11831458 or 6190923. OLE color: 6190923.
HSL color Cylindrical-coordinate representation of color #4B775E: hue angle of 145.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B775E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 94 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.53 |
| HSL | 145.91º | 0.23% | 0.38% | - |
| HSV(B) | 145.91º | 0.37% | 0.47% | - |
| XYZ | 11.52 | 15.5 | 12.97 | - |
| YUV | 102.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 94 | 0.37 | 0 | 0.21 | 0.53 | 145.91 | 0.23 | 0.38 |
| Hex | 4B | 77 | 5E | 25 | 0 | 15 | 35 | 92 | 17 | 26 |
| Octal | 113 | 167 | 136 | 45 | 0 | 25 | 65 | 222 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1011110 | 100101 | 0 | 10101 | 110101 | 10010010 | 10111 | 100110 |
Color Harmonies of #4B775E
Complementary color
Monochromatic Colors of #4B775E
Black with #4B775E
Text Example
Text Example
White with #4B775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B775E; }
p { color: rgb(75,119,94); }
H1.HeaderClassName
{
color: #4B775E;
}
.AnyTagClassName
{
color: #4B775E;
}
</style>
background-color css
<style>
a { background-color: #4B775E; }
a { background-color: rgb(75,119,94); }
div.DivClassName
{
background-color: #4B775E;
}
.BgClassName
{
background-color: #4B775E;
}
</style>
border-color css
<style>
span { border-color: #4B775E; }
span { border-color: rgb(75,119,94); }
td.TdClassName
{
border-color: #4B775E;
}
.TagClassName
{
border-color: #4B775E;
}
</style>