Shades of Panda #4C493F
Tints of Panda #4C493F
RGB
CMYK
RGB Variations
Color information
#4C493F (or 0x4C493F) is known color: Panda. HEX triplet: 4C, 49 and 3F. RGB value is (76,73,63). Sum of RGB (Red+Green+Blue) = 76+73+63=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493F is #B3B6C0. Grayscale: #484848. Windows color (decimal): -11777729 or 4147532. OLE color: 4147532.
HSL color Cylindrical-coordinate representation of color #4C493F: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C493F is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 63 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.70 |
| HSL | 46.15º | 0.09% | 0.27% | - |
| HSV(B) | 46.15º | 0.17% | 0.3% | - |
| XYZ | 6.26 | 6.66 | 5.66 | - |
| YUV | 72.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 63 | 0 | 0.04 | 0.17 | 0.70 | 46.15 | 0.09 | 0.27 |
| Hex | 4C | 49 | 3F | 0 | 4 | 11 | 46 | 2E | 9 | 1B |
| Octal | 114 | 111 | 77 | 0 | 4 | 21 | 106 | 56 | 11 | 33 |
| Binary | 1001100 | 1001001 | 111111 | 0 | 100 | 10001 | 1000110 | 101110 | 1001 | 11011 |
Color Harmonies of #4C493F
Complementary color
Monochromatic Colors of #4C493F
Black with #4C493F
Text Example
Text Example
White with #4C493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C493F; }
p { color: rgb(76,73,63); }
H1.HeaderClassName
{
color: #4C493F;
}
.AnyTagClassName
{
color: #4C493F;
}
</style>
background-color css
<style>
a { background-color: #4C493F; }
a { background-color: rgb(76,73,63); }
div.DivClassName
{
background-color: #4C493F;
}
.BgClassName
{
background-color: #4C493F;
}
</style>
border-color css
<style>
span { border-color: #4C493F; }
span { border-color: rgb(76,73,63); }
td.TdClassName
{
border-color: #4C493F;
}
.TagClassName
{
border-color: #4C493F;
}
</style>