Shades of Panda #4D4A3D
Tints of Panda #4D4A3D
RGB
CMYK
RGB Variations
Color information
#4D4A3D (or 0x4D4A3D) is known color: Panda. HEX triplet: 4D, 4A and 3D. RGB value is (77,74,61). Sum of RGB (Red+Green+Blue) = 77+74+61=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A3D is #B2B5C2. Grayscale: #494949. Windows color (decimal): -11711939 or 4016717. OLE color: 4016717.
HSL color Cylindrical-coordinate representation of color #4D4A3D: hue angle of 48.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D4A3D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 61 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.70 |
| HSL | 48.75º | 0.12% | 0.27% | - |
| HSV(B) | 48.75º | 0.21% | 0.3% | - |
| XYZ | 6.35 | 6.81 | 5.4 | - |
| YUV | 73.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 61 | 0 | 0.04 | 0.21 | 0.70 | 48.75 | 0.12 | 0.27 |
| Hex | 4D | 4A | 3D | 0 | 4 | 15 | 46 | 31 | C | 1B |
| Octal | 115 | 112 | 75 | 0 | 4 | 25 | 106 | 61 | 14 | 33 |
| Binary | 1001101 | 1001010 | 111101 | 0 | 100 | 10101 | 1000110 | 110001 | 1100 | 11011 |
Color Harmonies of #4D4A3D
Complementary color
Monochromatic Colors of #4D4A3D
Black with #4D4A3D
Text Example
Text Example
White with #4D4A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A3D; }
p { color: rgb(77,74,61); }
H1.HeaderClassName
{
color: #4D4A3D;
}
.AnyTagClassName
{
color: #4D4A3D;
}
</style>
background-color css
<style>
a { background-color: #4D4A3D; }
a { background-color: rgb(77,74,61); }
div.DivClassName
{
background-color: #4D4A3D;
}
.BgClassName
{
background-color: #4D4A3D;
}
</style>
border-color css
<style>
span { border-color: #4D4A3D; }
span { border-color: rgb(77,74,61); }
td.TdClassName
{
border-color: #4D4A3D;
}
.TagClassName
{
border-color: #4D4A3D;
}
</style>