Shades of Cabbage Pont #4B5344
Tints of Cabbage Pont #4B5344
RGB
CMYK
RGB Variations
Color information
#4B5344 (or 0x4B5344) is known color: Cabbage Pont. HEX triplet: 4B, 53 and 44. RGB value is (75,83,68). Sum of RGB (Red+Green+Blue) = 75+83+68=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5344 is #B4ACBB. Grayscale: #4E4E4E. Windows color (decimal): -11840700 or 4477771. OLE color: 4477771.
HSL color Cylindrical-coordinate representation of color #4B5344: hue angle of 92º 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 #4B5344 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 68 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.67 |
| HSL | 92º | 0.1% | 0.3% | - |
| HSV(B) | 92º | 0.18% | 0.33% | - |
| XYZ | 7.04 | 8.1 | 6.66 | - |
| YUV | 78.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 68 | 0.10 | 0 | 0.18 | 0.67 | 92 | 0.1 | 0.3 |
| Hex | 4B | 53 | 44 | A | 0 | 12 | 43 | 5C | A | 1E |
| Octal | 113 | 123 | 104 | 12 | 0 | 22 | 103 | 134 | 12 | 36 |
| Binary | 1001011 | 1010011 | 1000100 | 1010 | 0 | 10010 | 1000011 | 1011100 | 1010 | 11110 |
Color Harmonies of #4B5344
Complementary color
Monochromatic Colors of #4B5344
Black with #4B5344
Text Example
Text Example
White with #4B5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5344; }
p { color: rgb(75,83,68); }
H1.HeaderClassName
{
color: #4B5344;
}
.AnyTagClassName
{
color: #4B5344;
}
</style>
background-color css
<style>
a { background-color: #4B5344; }
a { background-color: rgb(75,83,68); }
div.DivClassName
{
background-color: #4B5344;
}
.BgClassName
{
background-color: #4B5344;
}
</style>
border-color css
<style>
span { border-color: #4B5344; }
span { border-color: rgb(75,83,68); }
td.TdClassName
{
border-color: #4B5344;
}
.TagClassName
{
border-color: #4B5344;
}
</style>