Shades of Cabbage Pont #4E534A
Tints of Cabbage Pont #4E534A
RGB
CMYK
RGB Variations
Color information
#4E534A (or 0x4E534A) is known color: Cabbage Pont. HEX triplet: 4E, 53 and 4A. RGB value is (78,83,74). Sum of RGB (Red+Green+Blue) = 78+83+74=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #4E534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E534A is #B1ACB5. Grayscale: #505050. Windows color (decimal): -11644086 or 4870990. OLE color: 4870990.
HSL color Cylindrical-coordinate representation of color #4E534A: hue angle of 93.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E534A is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 74 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.67 |
| HSL | 93.33º | 0.06% | 0.31% | - |
| HSV(B) | 93.33º | 0.11% | 0.33% | - |
| XYZ | 7.47 | 8.3 | 7.69 | - |
| YUV | 80.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 74 | 0.06 | 0 | 0.11 | 0.67 | 93.33 | 0.06 | 0.31 |
| Hex | 4E | 53 | 4A | 6 | 0 | B | 43 | 5D | 6 | 1F |
| Octal | 116 | 123 | 112 | 6 | 0 | 13 | 103 | 135 | 6 | 37 |
| Binary | 1001110 | 1010011 | 1001010 | 110 | 0 | 1011 | 1000011 | 1011101 | 110 | 11111 |
Color Harmonies of #4E534A
Complementary color
Monochromatic Colors of #4E534A
Black with #4E534A
Text Example
Text Example
White with #4E534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E534A; }
p { color: rgb(78,83,74); }
H1.HeaderClassName
{
color: #4E534A;
}
.AnyTagClassName
{
color: #4E534A;
}
</style>
background-color css
<style>
a { background-color: #4E534A; }
a { background-color: rgb(78,83,74); }
div.DivClassName
{
background-color: #4E534A;
}
.BgClassName
{
background-color: #4E534A;
}
</style>
border-color css
<style>
span { border-color: #4E534A; }
span { border-color: rgb(78,83,74); }
td.TdClassName
{
border-color: #4E534A;
}
.TagClassName
{
border-color: #4E534A;
}
</style>