Shades of Panda #49463A
Tints of Panda #49463A
RGB
CMYK
RGB Variations
Color information
#49463A (or 0x49463A) is known color: Panda. HEX triplet: 49, 46 and 3A. RGB value is (73,70,58). Sum of RGB (Red+Green+Blue) = 73+70+58=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #49463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49463A is #B6B9C5. Grayscale: #454545. Windows color (decimal): -11975110 or 3819081. OLE color: 3819081.
HSL color Cylindrical-coordinate representation of color #49463A: hue angle of 48º degrees, saturation: 0.11, 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 #49463A is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 58 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.71 |
| HSL | 48º | 0.11% | 0.26% | - |
| HSV(B) | 48º | 0.21% | 0.29% | - |
| XYZ | 5.7 | 6.1 | 4.88 | - |
| YUV | 69.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 58 | 0 | 0.04 | 0.21 | 0.71 | 48 | 0.11 | 0.26 |
| Hex | 49 | 46 | 3A | 0 | 4 | 15 | 47 | 30 | B | 1A |
| Octal | 111 | 106 | 72 | 0 | 4 | 25 | 107 | 60 | 13 | 32 |
| Binary | 1001001 | 1000110 | 111010 | 0 | 100 | 10101 | 1000111 | 110000 | 1011 | 11010 |
Color Harmonies of #49463A
Complementary color
Monochromatic Colors of #49463A
Black with #49463A
Text Example
Text Example
White with #49463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49463A; }
p { color: rgb(73,70,58); }
H1.HeaderClassName
{
color: #49463A;
}
.AnyTagClassName
{
color: #49463A;
}
</style>
background-color css
<style>
a { background-color: #49463A; }
a { background-color: rgb(73,70,58); }
div.DivClassName
{
background-color: #49463A;
}
.BgClassName
{
background-color: #49463A;
}
</style>
border-color css
<style>
span { border-color: #49463A; }
span { border-color: rgb(73,70,58); }
td.TdClassName
{
border-color: #49463A;
}
.TagClassName
{
border-color: #49463A;
}
</style>