Shades of Cabbage Pont #4D5445
Tints of Cabbage Pont #4D5445
RGB
CMYK
RGB Variations
Color information
#4D5445 (or 0x4D5445) is known color: Cabbage Pont. HEX triplet: 4D, 54 and 45. RGB value is (77,84,69). Sum of RGB (Red+Green+Blue) = 77+84+69=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5445 is #B2ABBA. Grayscale: #505050. Windows color (decimal): -11709371 or 4543565. OLE color: 4543565.
HSL color Cylindrical-coordinate representation of color #4D5445: hue angle of 88º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D5445 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 69 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.67 |
| HSL | 88º | 0.1% | 0.3% | - |
| HSV(B) | 88º | 0.18% | 0.33% | - |
| XYZ | 7.31 | 8.35 | 6.86 | - |
| YUV | 80.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 69 | 0.08 | 0 | 0.18 | 0.67 | 88 | 0.1 | 0.3 |
| Hex | 4D | 54 | 45 | 8 | 0 | 12 | 43 | 58 | A | 1E |
| Octal | 115 | 124 | 105 | 10 | 0 | 22 | 103 | 130 | 12 | 36 |
| Binary | 1001101 | 1010100 | 1000101 | 1000 | 0 | 10010 | 1000011 | 1011000 | 1010 | 11110 |
Color Harmonies of #4D5445
Complementary color
Monochromatic Colors of #4D5445
Black with #4D5445
Text Example
Text Example
White with #4D5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5445; }
p { color: rgb(77,84,69); }
H1.HeaderClassName
{
color: #4D5445;
}
.AnyTagClassName
{
color: #4D5445;
}
</style>
background-color css
<style>
a { background-color: #4D5445; }
a { background-color: rgb(77,84,69); }
div.DivClassName
{
background-color: #4D5445;
}
.BgClassName
{
background-color: #4D5445;
}
</style>
border-color css
<style>
span { border-color: #4D5445; }
span { border-color: rgb(77,84,69); }
td.TdClassName
{
border-color: #4D5445;
}
.TagClassName
{
border-color: #4D5445;
}
</style>