Shades of Punga #4A453A
Tints of Punga #4A453A
RGB
CMYK
RGB Variations
Color information
#4A453A (or 0x4A453A) is known color: Punga. HEX triplet: 4A, 45 and 3A. RGB value is (74,69,58). Sum of RGB (Red+Green+Blue) = 74+69+58=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 74 - color contains mainly: red. Hex color #4A453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A453A is #B5BAC5. Grayscale: #454545. Windows color (decimal): -11909830 or 3818826. OLE color: 3818826.
HSL color Cylindrical-coordinate representation of color #4A453A: hue angle of 41.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A453A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 58 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.71 |
| HSL | 41.25º | 0.12% | 0.26% | - |
| HSV(B) | 41.25º | 0.22% | 0.29% | - |
| XYZ | 5.72 | 6.02 | 4.86 | - |
| YUV | 69.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 58 | 0 | 0.07 | 0.22 | 0.71 | 41.25 | 0.12 | 0.26 |
| Hex | 4A | 45 | 3A | 0 | 7 | 16 | 47 | 29 | C | 1A |
| Octal | 112 | 105 | 72 | 0 | 7 | 26 | 107 | 51 | 14 | 32 |
| Binary | 1001010 | 1000101 | 111010 | 0 | 111 | 10110 | 1000111 | 101001 | 1100 | 11010 |
Color Harmonies of #4A453A
Complementary color
Monochromatic Colors of #4A453A
Black with #4A453A
Text Example
Text Example
White with #4A453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A453A; }
p { color: rgb(74,69,58); }
H1.HeaderClassName
{
color: #4A453A;
}
.AnyTagClassName
{
color: #4A453A;
}
</style>
background-color css
<style>
a { background-color: #4A453A; }
a { background-color: rgb(74,69,58); }
div.DivClassName
{
background-color: #4A453A;
}
.BgClassName
{
background-color: #4A453A;
}
</style>
border-color css
<style>
span { border-color: #4A453A; }
span { border-color: rgb(74,69,58); }
td.TdClassName
{
border-color: #4A453A;
}
.TagClassName
{
border-color: #4A453A;
}
</style>