Shades of Panda #4B473A
Tints of Panda #4B473A
RGB
CMYK
RGB Variations
Color information
#4B473A (or 0x4B473A) is known color: Panda. HEX triplet: 4B, 47 and 3A. RGB value is (75,71,58). Sum of RGB (Red+Green+Blue) = 75+71+58=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 75 - color contains mainly: red. Hex color #4B473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B473A is #B4B8C5. Grayscale: #464646. Windows color (decimal): -11843782 or 3819339. OLE color: 3819339.
HSL color Cylindrical-coordinate representation of color #4B473A: hue angle of 45.88º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B473A is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 58 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.71 |
| HSL | 45.88º | 0.13% | 0.26% | - |
| HSV(B) | 45.88º | 0.23% | 0.29% | - |
| XYZ | 5.92 | 6.31 | 4.91 | - |
| YUV | 70.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 58 | 0 | 0.05 | 0.23 | 0.71 | 45.88 | 0.13 | 0.26 |
| Hex | 4B | 47 | 3A | 0 | 5 | 17 | 47 | 2E | D | 1A |
| Octal | 113 | 107 | 72 | 0 | 5 | 27 | 107 | 56 | 15 | 32 |
| Binary | 1001011 | 1000111 | 111010 | 0 | 101 | 10111 | 1000111 | 101110 | 1101 | 11010 |
Color Harmonies of #4B473A
Complementary color
Monochromatic Colors of #4B473A
Black with #4B473A
Text Example
Text Example
White with #4B473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B473A; }
p { color: rgb(75,71,58); }
H1.HeaderClassName
{
color: #4B473A;
}
.AnyTagClassName
{
color: #4B473A;
}
</style>
background-color css
<style>
a { background-color: #4B473A; }
a { background-color: rgb(75,71,58); }
div.DivClassName
{
background-color: #4B473A;
}
.BgClassName
{
background-color: #4B473A;
}
</style>
border-color css
<style>
span { border-color: #4B473A; }
span { border-color: rgb(75,71,58); }
td.TdClassName
{
border-color: #4B473A;
}
.TagClassName
{
border-color: #4B473A;
}
</style>