Shades of Como #4B785A
Tints of Como #4B785A
RGB
CMYK
RGB Variations
Color information
#4B785A (or 0x4B785A) is known color: Como. HEX triplet: 4B, 78 and 5A. RGB value is (75,120,90). Sum of RGB (Red+Green+Blue) = 75+120+90=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #4B785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B785A is #B487A5. Grayscale: #676767. Windows color (decimal): -11831206 or 5929035. OLE color: 5929035.
HSL color Cylindrical-coordinate representation of color #4B785A: hue angle of 140º 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 #4B785A is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 90 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.53 |
| HSL | 140º | 0.23% | 0.38% | - |
| HSV(B) | 140º | 0.38% | 0.47% | - |
| XYZ | 11.46 | 15.67 | 12.09 | - |
| YUV | 103.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 90 | 0.37 | 0 | 0.25 | 0.53 | 140 | 0.23 | 0.38 |
| Hex | 4B | 78 | 5A | 25 | 0 | 19 | 35 | 8C | 17 | 26 |
| Octal | 113 | 170 | 132 | 45 | 0 | 31 | 65 | 214 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1011010 | 100101 | 0 | 11001 | 110101 | 10001100 | 10111 | 100110 |
Color Harmonies of #4B785A
Complementary color
Monochromatic Colors of #4B785A
Black with #4B785A
Text Example
Text Example
White with #4B785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B785A; }
p { color: rgb(75,120,90); }
H1.HeaderClassName
{
color: #4B785A;
}
.AnyTagClassName
{
color: #4B785A;
}
</style>
background-color css
<style>
a { background-color: #4B785A; }
a { background-color: rgb(75,120,90); }
div.DivClassName
{
background-color: #4B785A;
}
.BgClassName
{
background-color: #4B785A;
}
</style>
border-color css
<style>
span { border-color: #4B785A; }
span { border-color: rgb(75,120,90); }
td.TdClassName
{
border-color: #4B785A;
}
.TagClassName
{
border-color: #4B785A;
}
</style>