Shades of Cabbage Pont #4B5046
Tints of Cabbage Pont #4B5046
RGB
CMYK
RGB Variations
Color information
#4B5046 (or 0x4B5046) is known color: Cabbage Pont. HEX triplet: 4B, 50 and 46. RGB value is (75,80,70). Sum of RGB (Red+Green+Blue) = 75+80+70=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5046 is #B4AFB9. Grayscale: #4D4D4D. Windows color (decimal): -11841466 or 4608075. OLE color: 4608075.
HSL color Cylindrical-coordinate representation of color #4B5046: hue angle of 90º degrees, saturation: 0.07, 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 #4B5046 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 70 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.69 |
| HSL | 90º | 0.07% | 0.29% | - |
| HSV(B) | 90º | 0.13% | 0.31% | - |
| XYZ | 6.88 | 7.68 | 6.91 | - |
| YUV | 77.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 70 | 0.06 | 0 | 0.12 | 0.69 | 90 | 0.07 | 0.29 |
| Hex | 4B | 50 | 46 | 6 | 0 | C | 45 | 5A | 7 | 1D |
| Octal | 113 | 120 | 106 | 6 | 0 | 14 | 105 | 132 | 7 | 35 |
| Binary | 1001011 | 1010000 | 1000110 | 110 | 0 | 1100 | 1000101 | 1011010 | 111 | 11101 |
Color Harmonies of #4B5046
Complementary color
Monochromatic Colors of #4B5046
Black with #4B5046
Text Example
Text Example
White with #4B5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5046; }
p { color: rgb(75,80,70); }
H1.HeaderClassName
{
color: #4B5046;
}
.AnyTagClassName
{
color: #4B5046;
}
</style>
background-color css
<style>
a { background-color: #4B5046; }
a { background-color: rgb(75,80,70); }
div.DivClassName
{
background-color: #4B5046;
}
.BgClassName
{
background-color: #4B5046;
}
</style>
border-color css
<style>
span { border-color: #4B5046; }
span { border-color: rgb(75,80,70); }
td.TdClassName
{
border-color: #4B5046;
}
.TagClassName
{
border-color: #4B5046;
}
</style>