Shades of Cabbage Pont #4D5444
Tints of Cabbage Pont #4D5444
RGB
CMYK
RGB Variations
Color information
#4D5444 (or 0x4D5444) is known color: Cabbage Pont. HEX triplet: 4D, 54 and 44. RGB value is (77,84,68). Sum of RGB (Red+Green+Blue) = 77+84+68=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5444 is #B2ABBB. Grayscale: #505050. Windows color (decimal): -11709372 or 4478029. OLE color: 4478029.
HSL color Cylindrical-coordinate representation of color #4D5444: hue angle of 86.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D5444 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 68 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.67 |
| HSL | 86.25º | 0.11% | 0.3% | - |
| HSV(B) | 86.25º | 0.19% | 0.33% | - |
| XYZ | 7.27 | 8.34 | 6.69 | - |
| YUV | 80.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 68 | 0.08 | 0 | 0.19 | 0.67 | 86.25 | 0.11 | 0.3 |
| Hex | 4D | 54 | 44 | 8 | 0 | 13 | 43 | 56 | B | 1E |
| Octal | 115 | 124 | 104 | 10 | 0 | 23 | 103 | 126 | 13 | 36 |
| Binary | 1001101 | 1010100 | 1000100 | 1000 | 0 | 10011 | 1000011 | 1010110 | 1011 | 11110 |
Color Harmonies of #4D5444
Complementary color
Monochromatic Colors of #4D5444
Black with #4D5444
Text Example
Text Example
White with #4D5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5444; }
p { color: rgb(77,84,68); }
H1.HeaderClassName
{
color: #4D5444;
}
.AnyTagClassName
{
color: #4D5444;
}
</style>
background-color css
<style>
a { background-color: #4D5444; }
a { background-color: rgb(77,84,68); }
div.DivClassName
{
background-color: #4D5444;
}
.BgClassName
{
background-color: #4D5444;
}
</style>
border-color css
<style>
span { border-color: #4D5444; }
span { border-color: rgb(77,84,68); }
td.TdClassName
{
border-color: #4D5444;
}
.TagClassName
{
border-color: #4D5444;
}
</style>