Shades of Cabbage Pont #4B5446
Tints of Cabbage Pont #4B5446
RGB
CMYK
RGB Variations
Color information
#4B5446 (or 0x4B5446) is known color: Cabbage Pont. HEX triplet: 4B, 54 and 46. RGB value is (75,84,70). Sum of RGB (Red+Green+Blue) = 75+84+70=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5446 is #B4ABB9. Grayscale: #4F4F4F. Windows color (decimal): -11840442 or 4609099. OLE color: 4609099.
HSL color Cylindrical-coordinate representation of color #4B5446: hue angle of 98.57º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B5446 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 70 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.67 |
| HSL | 98.57º | 0.09% | 0.3% | - |
| HSV(B) | 98.57º | 0.17% | 0.33% | - |
| XYZ | 7.18 | 8.28 | 7.01 | - |
| YUV | 79.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 70 | 0.11 | 0 | 0.17 | 0.67 | 98.57 | 0.09 | 0.3 |
| Hex | 4B | 54 | 46 | B | 0 | 11 | 43 | 63 | 9 | 1E |
| Octal | 113 | 124 | 106 | 13 | 0 | 21 | 103 | 143 | 11 | 36 |
| Binary | 1001011 | 1010100 | 1000110 | 1011 | 0 | 10001 | 1000011 | 1100011 | 1001 | 11110 |
Color Harmonies of #4B5446
Complementary color
Monochromatic Colors of #4B5446
Black with #4B5446
Text Example
Text Example
White with #4B5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5446; }
p { color: rgb(75,84,70); }
H1.HeaderClassName
{
color: #4B5446;
}
.AnyTagClassName
{
color: #4B5446;
}
</style>
background-color css
<style>
a { background-color: #4B5446; }
a { background-color: rgb(75,84,70); }
div.DivClassName
{
background-color: #4B5446;
}
.BgClassName
{
background-color: #4B5446;
}
</style>
border-color css
<style>
span { border-color: #4B5446; }
span { border-color: rgb(75,84,70); }
td.TdClassName
{
border-color: #4B5446;
}
.TagClassName
{
border-color: #4B5446;
}
</style>