Shades of Como #4B845D
Tints of Como #4B845D
RGB
CMYK
RGB Variations
Color information
#4B845D (or 0x4B845D) is known color: Como. HEX triplet: 4B, 84 and 5D. RGB value is (75,132,93). Sum of RGB (Red+Green+Blue) = 75+132+93=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #4B845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B845D is #B47BA2. Grayscale: #6E6E6E. Windows color (decimal): -11828131 or 6128715. OLE color: 6128715.
HSL color Cylindrical-coordinate representation of color #4B845D: hue angle of 138.95º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B845D is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 93 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.48 |
| HSL | 138.95º | 0.28% | 0.41% | - |
| HSV(B) | 138.95º | 0.43% | 0.52% | - |
| XYZ | 13.13 | 18.79 | 13.29 | - |
| YUV | 110.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 93 | 0.43 | 0 | 0.30 | 0.48 | 138.95 | 0.28 | 0.41 |
| Hex | 4B | 84 | 5D | 2B | 0 | 1E | 30 | 8B | 1C | 29 |
| Octal | 113 | 204 | 135 | 53 | 0 | 36 | 60 | 213 | 34 | 51 |
| Binary | 1001011 | 10000100 | 1011101 | 101011 | 0 | 11110 | 110000 | 10001011 | 11100 | 101001 |
Color Harmonies of #4B845D
Complementary color
Monochromatic Colors of #4B845D
Black with #4B845D
Text Example
Text Example
White with #4B845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B845D; }
p { color: rgb(75,132,93); }
H1.HeaderClassName
{
color: #4B845D;
}
.AnyTagClassName
{
color: #4B845D;
}
</style>
background-color css
<style>
a { background-color: #4B845D; }
a { background-color: rgb(75,132,93); }
div.DivClassName
{
background-color: #4B845D;
}
.BgClassName
{
background-color: #4B845D;
}
</style>
border-color css
<style>
span { border-color: #4B845D; }
span { border-color: rgb(75,132,93); }
td.TdClassName
{
border-color: #4B845D;
}
.TagClassName
{
border-color: #4B845D;
}
</style>