Shades of Cabbage Pont #4E514C
Tints of Cabbage Pont #4E514C
RGB
CMYK
RGB Variations
Color information
#4E514C (or 0x4E514C) is known color: Cabbage Pont. HEX triplet: 4E, 51 and 4C. RGB value is (78,81,76). Sum of RGB (Red+Green+Blue) = 78+81+76=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #4E514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E514C is #B1AEB3. Grayscale: #4F4F4F. Windows color (decimal): -11644596 or 5001550. OLE color: 5001550.
HSL color Cylindrical-coordinate representation of color #4E514C: hue angle of 96º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E514C is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 76 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.68 |
| HSL | 96º | 0.03% | 0.31% | - |
| HSV(B) | 96º | 0.06% | 0.32% | - |
| XYZ | 7.39 | 8.03 | 8 | - |
| YUV | 79.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 76 | 0.04 | 0 | 0.06 | 0.68 | 96 | 0.03 | 0.31 |
| Hex | 4E | 51 | 4C | 4 | 0 | 6 | 44 | 60 | 3 | 1F |
| Octal | 116 | 121 | 114 | 4 | 0 | 6 | 104 | 140 | 3 | 37 |
| Binary | 1001110 | 1010001 | 1001100 | 100 | 0 | 110 | 1000100 | 1100000 | 11 | 11111 |
Color Harmonies of #4E514C
Complementary color
Monochromatic Colors of #4E514C
Black with #4E514C
Text Example
Text Example
White with #4E514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E514C; }
p { color: rgb(78,81,76); }
H1.HeaderClassName
{
color: #4E514C;
}
.AnyTagClassName
{
color: #4E514C;
}
</style>
background-color css
<style>
a { background-color: #4E514C; }
a { background-color: rgb(78,81,76); }
div.DivClassName
{
background-color: #4E514C;
}
.BgClassName
{
background-color: #4E514C;
}
</style>
border-color css
<style>
span { border-color: #4E514C; }
span { border-color: rgb(78,81,76); }
td.TdClassName
{
border-color: #4E514C;
}
.TagClassName
{
border-color: #4E514C;
}
</style>