Shades of Panda #4B473B
Tints of Panda #4B473B
RGB
CMYK
RGB Variations
Color information
#4B473B (or 0x4B473B) is known color: Panda. HEX triplet: 4B, 47 and 3B. RGB value is (75,71,59). Sum of RGB (Red+Green+Blue) = 75+71+59=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 75 - color contains mainly: red. Hex color #4B473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B473B is #B4B8C4. Grayscale: #464646. Windows color (decimal): -11843781 or 3884875. OLE color: 3884875.
HSL color Cylindrical-coordinate representation of color #4B473B: hue angle of 45º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B473B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 59 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.71 |
| HSL | 45º | 0.12% | 0.26% | - |
| HSV(B) | 45º | 0.21% | 0.29% | - |
| XYZ | 5.94 | 6.32 | 5.04 | - |
| YUV | 70.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 59 | 0 | 0.05 | 0.21 | 0.71 | 45 | 0.12 | 0.26 |
| Hex | 4B | 47 | 3B | 0 | 5 | 15 | 47 | 2D | C | 1A |
| Octal | 113 | 107 | 73 | 0 | 5 | 25 | 107 | 55 | 14 | 32 |
| Binary | 1001011 | 1000111 | 111011 | 0 | 101 | 10101 | 1000111 | 101101 | 1100 | 11010 |
Color Harmonies of #4B473B
Complementary color
Monochromatic Colors of #4B473B
Black with #4B473B
Text Example
Text Example
White with #4B473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B473B; }
p { color: rgb(75,71,59); }
H1.HeaderClassName
{
color: #4B473B;
}
.AnyTagClassName
{
color: #4B473B;
}
</style>
background-color css
<style>
a { background-color: #4B473B; }
a { background-color: rgb(75,71,59); }
div.DivClassName
{
background-color: #4B473B;
}
.BgClassName
{
background-color: #4B473B;
}
</style>
border-color css
<style>
span { border-color: #4B473B; }
span { border-color: rgb(75,71,59); }
td.TdClassName
{
border-color: #4B473B;
}
.TagClassName
{
border-color: #4B473B;
}
</style>