Shades of Cabbage Pont #4B5147
Tints of Cabbage Pont #4B5147
RGB
CMYK
RGB Variations
Color information
#4B5147 (or 0x4B5147) is known color: Cabbage Pont. HEX triplet: 4B, 51 and 47. RGB value is (75,81,71). Sum of RGB (Red+Green+Blue) = 75+81+71=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5147 is #B4AEB8. Grayscale: #4E4E4E. Windows color (decimal): -11841209 or 4673867. OLE color: 4673867.
HSL color Cylindrical-coordinate representation of color #4B5147: hue angle of 96º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B5147 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 71 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.68 |
| HSL | 96º | 0.07% | 0.3% | - |
| HSV(B) | 96º | 0.12% | 0.32% | - |
| XYZ | 6.98 | 7.84 | 7.11 | - |
| YUV | 78.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 71 | 0.07 | 0 | 0.12 | 0.68 | 96 | 0.07 | 0.3 |
| Hex | 4B | 51 | 47 | 7 | 0 | C | 44 | 60 | 7 | 1E |
| Octal | 113 | 121 | 107 | 7 | 0 | 14 | 104 | 140 | 7 | 36 |
| Binary | 1001011 | 1010001 | 1000111 | 111 | 0 | 1100 | 1000100 | 1100000 | 111 | 11110 |
Color Harmonies of #4B5147
Complementary color
Monochromatic Colors of #4B5147
Black with #4B5147
Text Example
Text Example
White with #4B5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5147; }
p { color: rgb(75,81,71); }
H1.HeaderClassName
{
color: #4B5147;
}
.AnyTagClassName
{
color: #4B5147;
}
</style>
background-color css
<style>
a { background-color: #4B5147; }
a { background-color: rgb(75,81,71); }
div.DivClassName
{
background-color: #4B5147;
}
.BgClassName
{
background-color: #4B5147;
}
</style>
border-color css
<style>
span { border-color: #4B5147; }
span { border-color: rgb(75,81,71); }
td.TdClassName
{
border-color: #4B5147;
}
.TagClassName
{
border-color: #4B5147;
}
</style>