Shades of Cabbage Pont #4B5546
Tints of Cabbage Pont #4B5546
RGB
CMYK
RGB Variations
Color information
#4B5546 (or 0x4B5546) is known color: Cabbage Pont. HEX triplet: 4B, 55 and 46. RGB value is (75,85,70). Sum of RGB (Red+Green+Blue) = 75+85+70=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5546 is #B4AAB9. Grayscale: #505050. Windows color (decimal): -11840186 or 4609355. OLE color: 4609355.
HSL color Cylindrical-coordinate representation of color #4B5546: hue angle of 100º 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 #4B5546 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 70 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.67 |
| HSL | 100º | 0.1% | 0.3% | - |
| HSV(B) | 100º | 0.18% | 0.33% | - |
| XYZ | 7.26 | 8.44 | 7.04 | - |
| YUV | 80.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 70 | 0.12 | 0 | 0.18 | 0.67 | 100 | 0.1 | 0.3 |
| Hex | 4B | 55 | 46 | C | 0 | 12 | 43 | 64 | A | 1E |
| Octal | 113 | 125 | 106 | 14 | 0 | 22 | 103 | 144 | 12 | 36 |
| Binary | 1001011 | 1010101 | 1000110 | 1100 | 0 | 10010 | 1000011 | 1100100 | 1010 | 11110 |
Color Harmonies of #4B5546
Complementary color
Monochromatic Colors of #4B5546
Black with #4B5546
Text Example
Text Example
White with #4B5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5546; }
p { color: rgb(75,85,70); }
H1.HeaderClassName
{
color: #4B5546;
}
.AnyTagClassName
{
color: #4B5546;
}
</style>
background-color css
<style>
a { background-color: #4B5546; }
a { background-color: rgb(75,85,70); }
div.DivClassName
{
background-color: #4B5546;
}
.BgClassName
{
background-color: #4B5546;
}
</style>
border-color css
<style>
span { border-color: #4B5546; }
span { border-color: rgb(75,85,70); }
td.TdClassName
{
border-color: #4B5546;
}
.TagClassName
{
border-color: #4B5546;
}
</style>