Shades of Cabbage Pont #474F41
Tints of Cabbage Pont #474F41
RGB
CMYK
RGB Variations
Color information
#474F41 (or 0x474F41) is known color: Cabbage Pont. HEX triplet: 47, 4F and 41. RGB value is (71,79,65). Sum of RGB (Red+Green+Blue) = 71+79+65=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 79 - color contains mainly: green. Hex color #474F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F41 is #B8B0BE. Grayscale: #4B4B4B. Windows color (decimal): -12103871 or 4280135. OLE color: 4280135.
HSL color Cylindrical-coordinate representation of color #474F41: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474F41 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 65 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.69 |
| HSL | 94.29º | 0.1% | 0.28% | - |
| HSV(B) | 94.29º | 0.18% | 0.31% | - |
| XYZ | 6.35 | 7.31 | 6.08 | - |
| YUV | 75.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 65 | 0.10 | 0 | 0.18 | 0.69 | 94.29 | 0.1 | 0.28 |
| Hex | 47 | 4F | 41 | A | 0 | 12 | 45 | 5E | A | 1C |
| Octal | 107 | 117 | 101 | 12 | 0 | 22 | 105 | 136 | 12 | 34 |
| Binary | 1000111 | 1001111 | 1000001 | 1010 | 0 | 10010 | 1000101 | 1011110 | 1010 | 11100 |
Color Harmonies of #474F41
Complementary color
Monochromatic Colors of #474F41
Black with #474F41
Text Example
Text Example
White with #474F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F41; }
p { color: rgb(71,79,65); }
H1.HeaderClassName
{
color: #474F41;
}
.AnyTagClassName
{
color: #474F41;
}
</style>
background-color css
<style>
a { background-color: #474F41; }
a { background-color: rgb(71,79,65); }
div.DivClassName
{
background-color: #474F41;
}
.BgClassName
{
background-color: #474F41;
}
</style>
border-color css
<style>
span { border-color: #474F41; }
span { border-color: rgb(71,79,65); }
td.TdClassName
{
border-color: #474F41;
}
.TagClassName
{
border-color: #474F41;
}
</style>