Shades of Punga #4A463D
Tints of Punga #4A463D
RGB
CMYK
RGB Variations
Color information
#4A463D (or 0x4A463D) is known color: Punga. HEX triplet: 4A, 46 and 3D. RGB value is (74,70,61). Sum of RGB (Red+Green+Blue) = 74+70+61=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A463D is #B5B9C2. Grayscale: #464646. Windows color (decimal): -11909571 or 4015690. OLE color: 4015690.
HSL color Cylindrical-coordinate representation of color #4A463D: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A463D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 70 | 61 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.71 |
| HSL | 41.54º | 0.1% | 0.26% | - |
| HSV(B) | 41.54º | 0.18% | 0.29% | - |
| XYZ | 5.86 | 6.17 | 5.3 | - |
| YUV | 70.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 61 | 0 | 0.05 | 0.18 | 0.71 | 41.54 | 0.1 | 0.26 |
| Hex | 4A | 46 | 3D | 0 | 5 | 12 | 47 | 2A | A | 1A |
| Octal | 112 | 106 | 75 | 0 | 5 | 22 | 107 | 52 | 12 | 32 |
| Binary | 1001010 | 1000110 | 111101 | 0 | 101 | 10010 | 1000111 | 101010 | 1010 | 11010 |
Color Harmonies of #4A463D
Complementary color
Monochromatic Colors of #4A463D
Black with #4A463D
Text Example
Text Example
White with #4A463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A463D; }
p { color: rgb(74,70,61); }
H1.HeaderClassName
{
color: #4A463D;
}
.AnyTagClassName
{
color: #4A463D;
}
</style>
background-color css
<style>
a { background-color: #4A463D; }
a { background-color: rgb(74,70,61); }
div.DivClassName
{
background-color: #4A463D;
}
.BgClassName
{
background-color: #4A463D;
}
</style>
border-color css
<style>
span { border-color: #4A463D; }
span { border-color: rgb(74,70,61); }
td.TdClassName
{
border-color: #4A463D;
}
.TagClassName
{
border-color: #4A463D;
}
</style>