Shades of Cabbage Pont #484E45
Tints of Cabbage Pont #484E45
RGB
CMYK
RGB Variations
Color information
#484E45 (or 0x484E45) is known color: Cabbage Pont. HEX triplet: 48, 4E and 45. RGB value is (72,78,69). Sum of RGB (Red+Green+Blue) = 72+78+69=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #484E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E45 is #B7B1BA. Grayscale: #4B4B4B. Windows color (decimal): -12038587 or 4542024. OLE color: 4542024.
HSL color Cylindrical-coordinate representation of color #484E45: hue angle of 100º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #484E45 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 69 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.69 |
| HSL | 100º | 0.06% | 0.29% | - |
| HSV(B) | 100º | 0.12% | 0.31% | - |
| XYZ | 6.47 | 7.26 | 6.69 | - |
| YUV | 75.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 69 | 0.08 | 0 | 0.12 | 0.69 | 100 | 0.06 | 0.29 |
| Hex | 48 | 4E | 45 | 8 | 0 | C | 45 | 64 | 6 | 1D |
| Octal | 110 | 116 | 105 | 10 | 0 | 14 | 105 | 144 | 6 | 35 |
| Binary | 1001000 | 1001110 | 1000101 | 1000 | 0 | 1100 | 1000101 | 1100100 | 110 | 11101 |
Color Harmonies of #484E45
Complementary color
Monochromatic Colors of #484E45
Black with #484E45
Text Example
Text Example
White with #484E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E45; }
p { color: rgb(72,78,69); }
H1.HeaderClassName
{
color: #484E45;
}
.AnyTagClassName
{
color: #484E45;
}
</style>
background-color css
<style>
a { background-color: #484E45; }
a { background-color: rgb(72,78,69); }
div.DivClassName
{
background-color: #484E45;
}
.BgClassName
{
background-color: #484E45;
}
</style>
border-color css
<style>
span { border-color: #484E45; }
span { border-color: rgb(72,78,69); }
td.TdClassName
{
border-color: #484E45;
}
.TagClassName
{
border-color: #484E45;
}
</style>