Shades of Cabbage Pont #4A593C
Tints of Cabbage Pont #4A593C
RGB
CMYK
RGB Variations
Color information
#4A593C (or 0x4A593C) is known color: Cabbage Pont. HEX triplet: 4A, 59 and 3C. RGB value is (74,89,60). Sum of RGB (Red+Green+Blue) = 74+89+60=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #4A593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A593C is #B5A6C3. Grayscale: #515151. Windows color (decimal): -11904708 or 3955018. OLE color: 3955018.
HSL color Cylindrical-coordinate representation of color #4A593C: hue angle of 91.03º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A593C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 60 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.65 |
| HSL | 91.03º | 0.19% | 0.29% | - |
| HSV(B) | 91.03º | 0.33% | 0.35% | - |
| XYZ | 7.21 | 8.93 | 5.62 | - |
| YUV | 81.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 60 | 0.17 | 0 | 0.33 | 0.65 | 91.03 | 0.19 | 0.29 |
| Hex | 4A | 59 | 3C | 11 | 0 | 21 | 41 | 5B | 13 | 1D |
| Octal | 112 | 131 | 74 | 21 | 0 | 41 | 101 | 133 | 23 | 35 |
| Binary | 1001010 | 1011001 | 111100 | 10001 | 0 | 100001 | 1000001 | 1011011 | 10011 | 11101 |
Color Harmonies of #4A593C
Complementary color
Monochromatic Colors of #4A593C
Black with #4A593C
Text Example
Text Example
White with #4A593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A593C; }
p { color: rgb(74,89,60); }
H1.HeaderClassName
{
color: #4A593C;
}
.AnyTagClassName
{
color: #4A593C;
}
</style>
background-color css
<style>
a { background-color: #4A593C; }
a { background-color: rgb(74,89,60); }
div.DivClassName
{
background-color: #4A593C;
}
.BgClassName
{
background-color: #4A593C;
}
</style>
border-color css
<style>
span { border-color: #4A593C; }
span { border-color: rgb(74,89,60); }
td.TdClassName
{
border-color: #4A593C;
}
.TagClassName
{
border-color: #4A593C;
}
</style>