Shades of Cabbage Pont #4B5144
Tints of Cabbage Pont #4B5144
RGB
CMYK
RGB Variations
Color information
#4B5144 (or 0x4B5144) is known color: Cabbage Pont. HEX triplet: 4B, 51 and 44. RGB value is (75,81,68). Sum of RGB (Red+Green+Blue) = 75+81+68=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5144 is #B4AEBB. Grayscale: #4D4D4D. Windows color (decimal): -11841212 or 4477259. OLE color: 4477259.
HSL color Cylindrical-coordinate representation of color #4B5144: hue angle of 87.69º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5144 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
RGB | 75 | 81 | 68 | - |
CMYK | 0.07 | 0 | 0.16 | 0.68 |
HSL | 87.69º | 0.09% | 0.29% | - |
HSV(B) | 87.69º | 0.16% | 0.32% | - |
XYZ | 6.89 | 7.8 | 6.61 | - |
YUV | 77.72 | 122.51 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 81 | 68 | 0.07 | 0 | 0.16 | 0.68 | 87.69 | 0.09 | 0.29 |
Hex | 4B | 51 | 44 | 7 | 0 | 10 | 44 | 58 | 9 | 1D |
Octal | 113 | 121 | 104 | 7 | 0 | 20 | 104 | 130 | 11 | 35 |
Binary | 1001011 | 1010001 | 1000100 | 111 | 0 | 10000 | 1000100 | 1011000 | 1001 | 11101 |
Color Harmonies of #4B5144
Complementary color
Monochromatic Colors of #4B5144
Black with #4B5144
Text Example
Text Example
White with #4B5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5144; }
p { color: rgb(75,81,68); }
H1.HeaderClassName
{
color: #4B5144;
}
.AnyTagClassName
{
color: #4B5144;
}
</style>
background-color css
<style>
a { background-color: #4B5144; }
a { background-color: rgb(75,81,68); }
div.DivClassName
{
background-color: #4B5144;
}
.BgClassName
{
background-color: #4B5144;
}
</style>
border-color css
<style>
span { border-color: #4B5144; }
span { border-color: rgb(75,81,68); }
td.TdClassName
{
border-color: #4B5144;
}
.TagClassName
{
border-color: #4B5144;
}
</style>