Shades of Cabbage Pont #4D5746
Tints of Cabbage Pont #4D5746
RGB
CMYK
RGB Variations
Color information
#4D5746 (or 0x4D5746) is known color: Cabbage Pont. HEX triplet: 4D, 57 and 46. RGB value is (77,87,70). Sum of RGB (Red+Green+Blue) = 77+87+70=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5746 is #B2A8B9. Grayscale: #525252. Windows color (decimal): -11708602 or 4609869. OLE color: 4609869.
HSL color Cylindrical-coordinate representation of color #4D5746: hue angle of 95.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5746 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 70 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.66 |
| HSL | 95.29º | 0.11% | 0.31% | - |
| HSV(B) | 95.29º | 0.2% | 0.34% | - |
| XYZ | 7.57 | 8.84 | 7.1 | - |
| YUV | 82.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 70 | 0.11 | 0 | 0.20 | 0.66 | 95.29 | 0.11 | 0.31 |
| Hex | 4D | 57 | 46 | B | 0 | 14 | 42 | 5F | B | 1F |
| Octal | 115 | 127 | 106 | 13 | 0 | 24 | 102 | 137 | 13 | 37 |
| Binary | 1001101 | 1010111 | 1000110 | 1011 | 0 | 10100 | 1000010 | 1011111 | 1011 | 11111 |
Color Harmonies of #4D5746
Complementary color
Monochromatic Colors of #4D5746
Black with #4D5746
Text Example
Text Example
White with #4D5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5746; }
p { color: rgb(77,87,70); }
H1.HeaderClassName
{
color: #4D5746;
}
.AnyTagClassName
{
color: #4D5746;
}
</style>
background-color css
<style>
a { background-color: #4D5746; }
a { background-color: rgb(77,87,70); }
div.DivClassName
{
background-color: #4D5746;
}
.BgClassName
{
background-color: #4D5746;
}
</style>
border-color css
<style>
span { border-color: #4D5746; }
span { border-color: rgb(77,87,70); }
td.TdClassName
{
border-color: #4D5746;
}
.TagClassName
{
border-color: #4D5746;
}
</style>