Shades of Cabbage Pont #4E504C
Tints of Cabbage Pont #4E504C
RGB
CMYK
RGB Variations
Color information
#4E504C (or 0x4E504C) is known color: Cabbage Pont. HEX triplet: 4E, 50 and 4C. RGB value is (78,80,76). Sum of RGB (Red+Green+Blue) = 78+80+76=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 80 - color contains mainly: green. Hex color #4E504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E504C is #B1AFB3. Grayscale: #4E4E4E. Windows color (decimal): -11644852 or 5001294. OLE color: 5001294.
HSL color Cylindrical-coordinate representation of color #4E504C: hue angle of 90º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E504C is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 80 | 76 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.69 |
| HSL | 90º | 0.03% | 0.31% | - |
| HSV(B) | 90º | 0.05% | 0.31% | - |
| XYZ | 7.32 | 7.88 | 7.97 | - |
| YUV | 78.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 76 | 0.02 | 0 | 0.05 | 0.69 | 90 | 0.03 | 0.31 |
| Hex | 4E | 50 | 4C | 2 | 0 | 5 | 45 | 5A | 3 | 1F |
| Octal | 116 | 120 | 114 | 2 | 0 | 5 | 105 | 132 | 3 | 37 |
| Binary | 1001110 | 1010000 | 1001100 | 10 | 0 | 101 | 1000101 | 1011010 | 11 | 11111 |
Color Harmonies of #4E504C
Complementary color
Monochromatic Colors of #4E504C
Black with #4E504C
Text Example
Text Example
White with #4E504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E504C; }
p { color: rgb(78,80,76); }
H1.HeaderClassName
{
color: #4E504C;
}
.AnyTagClassName
{
color: #4E504C;
}
</style>
background-color css
<style>
a { background-color: #4E504C; }
a { background-color: rgb(78,80,76); }
div.DivClassName
{
background-color: #4E504C;
}
.BgClassName
{
background-color: #4E504C;
}
</style>
border-color css
<style>
span { border-color: #4E504C; }
span { border-color: rgb(78,80,76); }
td.TdClassName
{
border-color: #4E504C;
}
.TagClassName
{
border-color: #4E504C;
}
</style>