Shades of Cabbage Pont #4A5344
Tints of Cabbage Pont #4A5344
RGB
CMYK
RGB Variations
Color information
#4A5344 (or 0x4A5344) is known color: Cabbage Pont. HEX triplet: 4A, 53 and 44. RGB value is (74,83,68). Sum of RGB (Red+Green+Blue) = 74+83+68=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5344 is #B5ACBB. Grayscale: #4E4E4E. Windows color (decimal): -11906236 or 4477770. OLE color: 4477770.
HSL color Cylindrical-coordinate representation of color #4A5344: hue angle of 96º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A5344 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 68 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.67 |
| HSL | 96º | 0.1% | 0.3% | - |
| HSV(B) | 96º | 0.18% | 0.33% | - |
| XYZ | 6.96 | 8.06 | 6.66 | - |
| YUV | 78.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 68 | 0.11 | 0 | 0.18 | 0.67 | 96 | 0.1 | 0.3 |
| Hex | 4A | 53 | 44 | B | 0 | 12 | 43 | 60 | A | 1E |
| Octal | 112 | 123 | 104 | 13 | 0 | 22 | 103 | 140 | 12 | 36 |
| Binary | 1001010 | 1010011 | 1000100 | 1011 | 0 | 10010 | 1000011 | 1100000 | 1010 | 11110 |
Color Harmonies of #4A5344
Complementary color
Monochromatic Colors of #4A5344
Black with #4A5344
Text Example
Text Example
White with #4A5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5344; }
p { color: rgb(74,83,68); }
H1.HeaderClassName
{
color: #4A5344;
}
.AnyTagClassName
{
color: #4A5344;
}
</style>
background-color css
<style>
a { background-color: #4A5344; }
a { background-color: rgb(74,83,68); }
div.DivClassName
{
background-color: #4A5344;
}
.BgClassName
{
background-color: #4A5344;
}
</style>
border-color css
<style>
span { border-color: #4A5344; }
span { border-color: rgb(74,83,68); }
td.TdClassName
{
border-color: #4A5344;
}
.TagClassName
{
border-color: #4A5344;
}
</style>