Shades of Cabbage Pont #4E5449
Tints of Cabbage Pont #4E5449
RGB
CMYK
RGB Variations
Color information
#4E5449 (or 0x4E5449) is known color: Cabbage Pont. HEX triplet: 4E, 54 and 49. RGB value is (78,84,73). Sum of RGB (Red+Green+Blue) = 78+84+73=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5449 is #B1ABB6. Grayscale: #505050. Windows color (decimal): -11643831 or 4805710. OLE color: 4805710.
HSL color Cylindrical-coordinate representation of color #4E5449: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E5449 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 73 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.67 |
| HSL | 92.73º | 0.07% | 0.31% | - |
| HSV(B) | 92.73º | 0.13% | 0.33% | - |
| XYZ | 7.51 | 8.44 | 7.54 | - |
| YUV | 80.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 73 | 0.07 | 0 | 0.13 | 0.67 | 92.73 | 0.07 | 0.31 |
| Hex | 4E | 54 | 49 | 7 | 0 | D | 43 | 5D | 7 | 1F |
| Octal | 116 | 124 | 111 | 7 | 0 | 15 | 103 | 135 | 7 | 37 |
| Binary | 1001110 | 1010100 | 1001001 | 111 | 0 | 1101 | 1000011 | 1011101 | 111 | 11111 |
Color Harmonies of #4E5449
Complementary color
Monochromatic Colors of #4E5449
Black with #4E5449
Text Example
Text Example
White with #4E5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5449; }
p { color: rgb(78,84,73); }
H1.HeaderClassName
{
color: #4E5449;
}
.AnyTagClassName
{
color: #4E5449;
}
</style>
background-color css
<style>
a { background-color: #4E5449; }
a { background-color: rgb(78,84,73); }
div.DivClassName
{
background-color: #4E5449;
}
.BgClassName
{
background-color: #4E5449;
}
</style>
border-color css
<style>
span { border-color: #4E5449; }
span { border-color: rgb(78,84,73); }
td.TdClassName
{
border-color: #4E5449;
}
.TagClassName
{
border-color: #4E5449;
}
</style>