Shades of Cabbage Pont #4E524B
Tints of Cabbage Pont #4E524B
RGB
CMYK
RGB Variations
Color information
#4E524B (or 0x4E524B) is known color: Cabbage Pont. HEX triplet: 4E, 52 and 4B. RGB value is (78,82,75). Sum of RGB (Red+Green+Blue) = 78+82+75=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #4E524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E524B is #B1ADB4. Grayscale: #505050. Windows color (decimal): -11644341 or 4936270. OLE color: 4936270.
HSL color Cylindrical-coordinate representation of color #4E524B: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E524B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 75 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.68 |
| HSL | 94.29º | 0.04% | 0.31% | - |
| HSV(B) | 94.29º | 0.09% | 0.32% | - |
| XYZ | 7.43 | 8.16 | 7.84 | - |
| YUV | 80.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 75 | 0.05 | 0 | 0.09 | 0.68 | 94.29 | 0.04 | 0.31 |
| Hex | 4E | 52 | 4B | 5 | 0 | 9 | 44 | 5E | 4 | 1F |
| Octal | 116 | 122 | 113 | 5 | 0 | 11 | 104 | 136 | 4 | 37 |
| Binary | 1001110 | 1010010 | 1001011 | 101 | 0 | 1001 | 1000100 | 1011110 | 100 | 11111 |
Color Harmonies of #4E524B
Complementary color
Monochromatic Colors of #4E524B
Black with #4E524B
Text Example
Text Example
White with #4E524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E524B; }
p { color: rgb(78,82,75); }
H1.HeaderClassName
{
color: #4E524B;
}
.AnyTagClassName
{
color: #4E524B;
}
</style>
background-color css
<style>
a { background-color: #4E524B; }
a { background-color: rgb(78,82,75); }
div.DivClassName
{
background-color: #4E524B;
}
.BgClassName
{
background-color: #4E524B;
}
</style>
border-color css
<style>
span { border-color: #4E524B; }
span { border-color: rgb(78,82,75); }
td.TdClassName
{
border-color: #4E524B;
}
.TagClassName
{
border-color: #4E524B;
}
</style>