Shades of Panda #4B493D
Tints of Panda #4B493D
RGB
CMYK
RGB Variations
Color information
#4B493D (or 0x4B493D) is known color: Panda. HEX triplet: 4B, 49 and 3D. RGB value is (75,73,61). Sum of RGB (Red+Green+Blue) = 75+73+61=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B493D is #B4B6C2. Grayscale: #484848. Windows color (decimal): -11843267 or 4016459. OLE color: 4016459.
HSL color Cylindrical-coordinate representation of color #4B493D: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B493D is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 61 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.71 |
| HSL | 51.43º | 0.1% | 0.27% | - |
| HSV(B) | 51.43º | 0.19% | 0.29% | - |
| XYZ | 6.13 | 6.6 | 5.37 | - |
| YUV | 72.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 61 | 0 | 0.03 | 0.19 | 0.71 | 51.43 | 0.1 | 0.27 |
| Hex | 4B | 49 | 3D | 0 | 3 | 13 | 47 | 33 | A | 1B |
| Octal | 113 | 111 | 75 | 0 | 3 | 23 | 107 | 63 | 12 | 33 |
| Binary | 1001011 | 1001001 | 111101 | 0 | 11 | 10011 | 1000111 | 110011 | 1010 | 11011 |
Color Harmonies of #4B493D
Complementary color
Monochromatic Colors of #4B493D
Black with #4B493D
Text Example
Text Example
White with #4B493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B493D; }
p { color: rgb(75,73,61); }
H1.HeaderClassName
{
color: #4B493D;
}
.AnyTagClassName
{
color: #4B493D;
}
</style>
background-color css
<style>
a { background-color: #4B493D; }
a { background-color: rgb(75,73,61); }
div.DivClassName
{
background-color: #4B493D;
}
.BgClassName
{
background-color: #4B493D;
}
</style>
border-color css
<style>
span { border-color: #4B493D; }
span { border-color: rgb(75,73,61); }
td.TdClassName
{
border-color: #4B493D;
}
.TagClassName
{
border-color: #4B493D;
}
</style>