Shades of Cabbage Pont #4A5245
Tints of Cabbage Pont #4A5245
RGB
CMYK
RGB Variations
Color information
#4A5245 (or 0x4A5245) is known color: Cabbage Pont. HEX triplet: 4A, 52 and 45. RGB value is (74,82,69). Sum of RGB (Red+Green+Blue) = 74+82+69=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #4A5245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5245 is #B5ADBA. Grayscale: #4E4E4E. Windows color (decimal): -11906491 or 4543050. OLE color: 4543050.
HSL color Cylindrical-coordinate representation of color #4A5245: hue angle of 96.92º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A5245 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 69 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.68 |
| HSL | 96.92º | 0.09% | 0.3% | - |
| HSV(B) | 96.92º | 0.16% | 0.32% | - |
| XYZ | 6.92 | 7.92 | 6.79 | - |
| YUV | 78.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 69 | 0.10 | 0 | 0.16 | 0.68 | 96.92 | 0.09 | 0.3 |
| Hex | 4A | 52 | 45 | A | 0 | 10 | 44 | 61 | 9 | 1E |
| Octal | 112 | 122 | 105 | 12 | 0 | 20 | 104 | 141 | 11 | 36 |
| Binary | 1001010 | 1010010 | 1000101 | 1010 | 0 | 10000 | 1000100 | 1100001 | 1001 | 11110 |
Color Harmonies of #4A5245
Complementary color
Monochromatic Colors of #4A5245
Black with #4A5245
Text Example
Text Example
White with #4A5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5245; }
p { color: rgb(74,82,69); }
H1.HeaderClassName
{
color: #4A5245;
}
.AnyTagClassName
{
color: #4A5245;
}
</style>
background-color css
<style>
a { background-color: #4A5245; }
a { background-color: rgb(74,82,69); }
div.DivClassName
{
background-color: #4A5245;
}
.BgClassName
{
background-color: #4A5245;
}
</style>
border-color css
<style>
span { border-color: #4A5245; }
span { border-color: rgb(74,82,69); }
td.TdClassName
{
border-color: #4A5245;
}
.TagClassName
{
border-color: #4A5245;
}
</style>