Shades of Panda #4E4A3C
Tints of Panda #4E4A3C
RGB
CMYK
RGB Variations
Color information
#4E4A3C (or 0x4E4A3C) is known color: Panda. HEX triplet: 4E, 4A and 3C. RGB value is (78,74,60). Sum of RGB (Red+Green+Blue) = 78+74+60=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A3C is #B1B5C3. Grayscale: #494949. Windows color (decimal): -11646404 or 3951182. OLE color: 3951182.
HSL color Cylindrical-coordinate representation of color #4E4A3C: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E4A3C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 60 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.69 |
| HSL | 46.67º | 0.13% | 0.27% | - |
| HSV(B) | 46.67º | 0.23% | 0.31% | - |
| XYZ | 6.41 | 6.84 | 5.26 | - |
| YUV | 73.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 60 | 0 | 0.05 | 0.23 | 0.69 | 46.67 | 0.13 | 0.27 |
| Hex | 4E | 4A | 3C | 0 | 5 | 17 | 45 | 2F | D | 1B |
| Octal | 116 | 112 | 74 | 0 | 5 | 27 | 105 | 57 | 15 | 33 |
| Binary | 1001110 | 1001010 | 111100 | 0 | 101 | 10111 | 1000101 | 101111 | 1101 | 11011 |
Color Harmonies of #4E4A3C
Complementary color
Monochromatic Colors of #4E4A3C
Black with #4E4A3C
Text Example
Text Example
White with #4E4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A3C; }
p { color: rgb(78,74,60); }
H1.HeaderClassName
{
color: #4E4A3C;
}
.AnyTagClassName
{
color: #4E4A3C;
}
</style>
background-color css
<style>
a { background-color: #4E4A3C; }
a { background-color: rgb(78,74,60); }
div.DivClassName
{
background-color: #4E4A3C;
}
.BgClassName
{
background-color: #4E4A3C;
}
</style>
border-color css
<style>
span { border-color: #4E4A3C; }
span { border-color: rgb(78,74,60); }
td.TdClassName
{
border-color: #4E4A3C;
}
.TagClassName
{
border-color: #4E4A3C;
}
</style>