Shades of Cabbage Pont #4D5646
Tints of Cabbage Pont #4D5646
RGB
CMYK
RGB Variations
Color information
#4D5646 (or 0x4D5646) is known color: Cabbage Pont. HEX triplet: 4D, 56 and 46. RGB value is (77,86,70). Sum of RGB (Red+Green+Blue) = 77+86+70=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5646 is #B2A9B9. Grayscale: #515151. Windows color (decimal): -11708858 or 4609613. OLE color: 4609613.
HSL color Cylindrical-coordinate representation of color #4D5646: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D5646 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 86 | 70 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.66 |
| HSL | 93.75º | 0.1% | 0.31% | - |
| HSV(B) | 93.75º | 0.19% | 0.34% | - |
| XYZ | 7.49 | 8.68 | 7.07 | - |
| YUV | 81.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 70 | 0.10 | 0 | 0.19 | 0.66 | 93.75 | 0.1 | 0.31 |
| Hex | 4D | 56 | 46 | A | 0 | 13 | 42 | 5E | A | 1F |
| Octal | 115 | 126 | 106 | 12 | 0 | 23 | 102 | 136 | 12 | 37 |
| Binary | 1001101 | 1010110 | 1000110 | 1010 | 0 | 10011 | 1000010 | 1011110 | 1010 | 11111 |
Color Harmonies of #4D5646
Complementary color
Monochromatic Colors of #4D5646
Black with #4D5646
Text Example
Text Example
White with #4D5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5646; }
p { color: rgb(77,86,70); }
H1.HeaderClassName
{
color: #4D5646;
}
.AnyTagClassName
{
color: #4D5646;
}
</style>
background-color css
<style>
a { background-color: #4D5646; }
a { background-color: rgb(77,86,70); }
div.DivClassName
{
background-color: #4D5646;
}
.BgClassName
{
background-color: #4D5646;
}
</style>
border-color css
<style>
span { border-color: #4D5646; }
span { border-color: rgb(77,86,70); }
td.TdClassName
{
border-color: #4D5646;
}
.TagClassName
{
border-color: #4D5646;
}
</style>