Shades of Cabbage Pont #4E514A
Tints of Cabbage Pont #4E514A
RGB
CMYK
RGB Variations
Color information
#4E514A (or 0x4E514A) is known color: Cabbage Pont. HEX triplet: 4E, 51 and 4A. RGB value is (78,81,74). Sum of RGB (Red+Green+Blue) = 78+81+74=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #4E514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E514A is #B1AEB5. Grayscale: #4F4F4F. Windows color (decimal): -11644598 or 4870478. OLE color: 4870478.
HSL color Cylindrical-coordinate representation of color #4E514A: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E514A is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 74 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.68 |
| HSL | 85.71º | 0.05% | 0.3% | - |
| HSV(B) | 85.71º | 0.09% | 0.32% | - |
| XYZ | 7.32 | 8 | 7.64 | - |
| YUV | 79.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 74 | 0.04 | 0 | 0.09 | 0.68 | 85.71 | 0.05 | 0.3 |
| Hex | 4E | 51 | 4A | 4 | 0 | 9 | 44 | 56 | 5 | 1E |
| Octal | 116 | 121 | 112 | 4 | 0 | 11 | 104 | 126 | 5 | 36 |
| Binary | 1001110 | 1010001 | 1001010 | 100 | 0 | 1001 | 1000100 | 1010110 | 101 | 11110 |
Color Harmonies of #4E514A
Complementary color
Monochromatic Colors of #4E514A
Black with #4E514A
Text Example
Text Example
White with #4E514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E514A; }
p { color: rgb(78,81,74); }
H1.HeaderClassName
{
color: #4E514A;
}
.AnyTagClassName
{
color: #4E514A;
}
</style>
background-color css
<style>
a { background-color: #4E514A; }
a { background-color: rgb(78,81,74); }
div.DivClassName
{
background-color: #4E514A;
}
.BgClassName
{
background-color: #4E514A;
}
</style>
border-color css
<style>
span { border-color: #4E514A; }
span { border-color: rgb(78,81,74); }
td.TdClassName
{
border-color: #4E514A;
}
.TagClassName
{
border-color: #4E514A;
}
</style>