Shades of Punga #4F493A
Tints of Punga #4F493A
RGB
CMYK
RGB Variations
Color information
#4F493A (or 0x4F493A) is known color: Punga. HEX triplet: 4F, 49 and 3A. RGB value is (79,73,58). Sum of RGB (Red+Green+Blue) = 79+73+58=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F493A is #B0B6C5. Grayscale: #494949. Windows color (decimal): -11581126 or 3819855. OLE color: 3819855.
HSL color Cylindrical-coordinate representation of color #4F493A: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F493A is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 58 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.69 |
| HSL | 42.86º | 0.15% | 0.27% | - |
| HSV(B) | 42.86º | 0.27% | 0.31% | - |
| XYZ | 6.37 | 6.73 | 4.97 | - |
| YUV | 73.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 58 | 0 | 0.08 | 0.27 | 0.69 | 42.86 | 0.15 | 0.27 |
| Hex | 4F | 49 | 3A | 0 | 8 | 1B | 45 | 2B | F | 1B |
| Octal | 117 | 111 | 72 | 0 | 10 | 33 | 105 | 53 | 17 | 33 |
| Binary | 1001111 | 1001001 | 111010 | 0 | 1000 | 11011 | 1000101 | 101011 | 1111 | 11011 |
Color Harmonies of #4F493A
Complementary color
Monochromatic Colors of #4F493A
Black with #4F493A
Text Example
Text Example
White with #4F493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F493A; }
p { color: rgb(79,73,58); }
H1.HeaderClassName
{
color: #4F493A;
}
.AnyTagClassName
{
color: #4F493A;
}
</style>
background-color css
<style>
a { background-color: #4F493A; }
a { background-color: rgb(79,73,58); }
div.DivClassName
{
background-color: #4F493A;
}
.BgClassName
{
background-color: #4F493A;
}
</style>
border-color css
<style>
span { border-color: #4F493A; }
span { border-color: rgb(79,73,58); }
td.TdClassName
{
border-color: #4F493A;
}
.TagClassName
{
border-color: #4F493A;
}
</style>