Shades of Cabbage Pont #4B5443
Tints of Cabbage Pont #4B5443
RGB
CMYK
RGB Variations
Color information
#4B5443 (or 0x4B5443) is known color: Cabbage Pont. HEX triplet: 4B, 54 and 43. RGB value is (75,84,67). Sum of RGB (Red+Green+Blue) = 75+84+67=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5443 is #B4ABBC. Grayscale: #4F4F4F. Windows color (decimal): -11840445 or 4412491. OLE color: 4412491.
HSL color Cylindrical-coordinate representation of color #4B5443: hue angle of 91.76º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B5443 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 67 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.67 |
| HSL | 91.76º | 0.11% | 0.3% | - |
| HSV(B) | 91.76º | 0.2% | 0.33% | - |
| XYZ | 7.09 | 8.24 | 6.53 | - |
| YUV | 79.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 67 | 0.11 | 0 | 0.20 | 0.67 | 91.76 | 0.11 | 0.3 |
| Hex | 4B | 54 | 43 | B | 0 | 14 | 43 | 5C | B | 1E |
| Octal | 113 | 124 | 103 | 13 | 0 | 24 | 103 | 134 | 13 | 36 |
| Binary | 1001011 | 1010100 | 1000011 | 1011 | 0 | 10100 | 1000011 | 1011100 | 1011 | 11110 |
Color Harmonies of #4B5443
Complementary color
Monochromatic Colors of #4B5443
Black with #4B5443
Text Example
Text Example
White with #4B5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5443; }
p { color: rgb(75,84,67); }
H1.HeaderClassName
{
color: #4B5443;
}
.AnyTagClassName
{
color: #4B5443;
}
</style>
background-color css
<style>
a { background-color: #4B5443; }
a { background-color: rgb(75,84,67); }
div.DivClassName
{
background-color: #4B5443;
}
.BgClassName
{
background-color: #4B5443;
}
</style>
border-color css
<style>
span { border-color: #4B5443; }
span { border-color: rgb(75,84,67); }
td.TdClassName
{
border-color: #4B5443;
}
.TagClassName
{
border-color: #4B5443;
}
</style>