Shades of Cabbage Pont #4E5546
Tints of Cabbage Pont #4E5546
RGB
CMYK
RGB Variations
Color information
#4E5546 (or 0x4E5546) is known color: Cabbage Pont. HEX triplet: 4E, 55 and 46. RGB value is (78,85,70). Sum of RGB (Red+Green+Blue) = 78+85+70=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5546 is #B1AAB9. Grayscale: #515151. Windows color (decimal): -11643578 or 4609358. OLE color: 4609358.
HSL color Cylindrical-coordinate representation of color #4E5546: hue angle of 88º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E5546 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 70 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.67 |
| HSL | 88º | 0.1% | 0.3% | - |
| HSV(B) | 88º | 0.18% | 0.33% | - |
| XYZ | 7.5 | 8.56 | 7.05 | - |
| YUV | 81.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 70 | 0.08 | 0 | 0.18 | 0.67 | 88 | 0.1 | 0.3 |
| Hex | 4E | 55 | 46 | 8 | 0 | 12 | 43 | 58 | A | 1E |
| Octal | 116 | 125 | 106 | 10 | 0 | 22 | 103 | 130 | 12 | 36 |
| Binary | 1001110 | 1010101 | 1000110 | 1000 | 0 | 10010 | 1000011 | 1011000 | 1010 | 11110 |
Color Harmonies of #4E5546
Complementary color
Monochromatic Colors of #4E5546
Black with #4E5546
Text Example
Text Example
White with #4E5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5546; }
p { color: rgb(78,85,70); }
H1.HeaderClassName
{
color: #4E5546;
}
.AnyTagClassName
{
color: #4E5546;
}
</style>
background-color css
<style>
a { background-color: #4E5546; }
a { background-color: rgb(78,85,70); }
div.DivClassName
{
background-color: #4E5546;
}
.BgClassName
{
background-color: #4E5546;
}
</style>
border-color css
<style>
span { border-color: #4E5546; }
span { border-color: rgb(78,85,70); }
td.TdClassName
{
border-color: #4E5546;
}
.TagClassName
{
border-color: #4E5546;
}
</style>