Shades of Cabbage Pont #4A5644
Tints of Cabbage Pont #4A5644
RGB
CMYK
RGB Variations
Color information
#4A5644 (or 0x4A5644) is known color: Cabbage Pont. HEX triplet: 4A, 56 and 44. RGB value is (74,86,68). Sum of RGB (Red+Green+Blue) = 74+86+68=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5644 is #B5A9BB. Grayscale: #505050. Windows color (decimal): -11905468 or 4478538. OLE color: 4478538.
HSL color Cylindrical-coordinate representation of color #4A5644: hue angle of 100º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A5644 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 68 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.66 |
| HSL | 100º | 0.12% | 0.3% | - |
| HSV(B) | 100º | 0.21% | 0.34% | - |
| XYZ | 7.2 | 8.53 | 6.74 | - |
| YUV | 80.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 68 | 0.14 | 0 | 0.21 | 0.66 | 100 | 0.12 | 0.3 |
| Hex | 4A | 56 | 44 | E | 0 | 15 | 42 | 64 | C | 1E |
| Octal | 112 | 126 | 104 | 16 | 0 | 25 | 102 | 144 | 14 | 36 |
| Binary | 1001010 | 1010110 | 1000100 | 1110 | 0 | 10101 | 1000010 | 1100100 | 1100 | 11110 |
Color Harmonies of #4A5644
Complementary color
Monochromatic Colors of #4A5644
Black with #4A5644
Text Example
Text Example
White with #4A5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5644; }
p { color: rgb(74,86,68); }
H1.HeaderClassName
{
color: #4A5644;
}
.AnyTagClassName
{
color: #4A5644;
}
</style>
background-color css
<style>
a { background-color: #4A5644; }
a { background-color: rgb(74,86,68); }
div.DivClassName
{
background-color: #4A5644;
}
.BgClassName
{
background-color: #4A5644;
}
</style>
border-color css
<style>
span { border-color: #4A5644; }
span { border-color: rgb(74,86,68); }
td.TdClassName
{
border-color: #4A5644;
}
.TagClassName
{
border-color: #4A5644;
}
</style>