Shades of Panda #4B483B
Tints of Panda #4B483B
RGB
CMYK
RGB Variations
Color information
#4B483B (or 0x4B483B) is known color: Panda. HEX triplet: 4B, 48 and 3B. RGB value is (75,72,59). Sum of RGB (Red+Green+Blue) = 75+72+59=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B483B is #B4B7C4. Grayscale: #474747. Windows color (decimal): -11843525 or 3885131. OLE color: 3885131.
HSL color Cylindrical-coordinate representation of color #4B483B: hue angle of 48.75º 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 #4B483B is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 72 | 59 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.71 |
| HSL | 48.75º | 0.12% | 0.26% | - |
| HSV(B) | 48.75º | 0.21% | 0.29% | - |
| XYZ | 6.01 | 6.45 | 5.07 | - |
| YUV | 71.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 59 | 0 | 0.04 | 0.21 | 0.71 | 48.75 | 0.12 | 0.26 |
| Hex | 4B | 48 | 3B | 0 | 4 | 15 | 47 | 31 | C | 1A |
| Octal | 113 | 110 | 73 | 0 | 4 | 25 | 107 | 61 | 14 | 32 |
| Binary | 1001011 | 1001000 | 111011 | 0 | 100 | 10101 | 1000111 | 110001 | 1100 | 11010 |
Color Harmonies of #4B483B
Complementary color
Monochromatic Colors of #4B483B
Black with #4B483B
Text Example
Text Example
White with #4B483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B483B; }
p { color: rgb(75,72,59); }
H1.HeaderClassName
{
color: #4B483B;
}
.AnyTagClassName
{
color: #4B483B;
}
</style>
background-color css
<style>
a { background-color: #4B483B; }
a { background-color: rgb(75,72,59); }
div.DivClassName
{
background-color: #4B483B;
}
.BgClassName
{
background-color: #4B483B;
}
</style>
border-color css
<style>
span { border-color: #4B483B; }
span { border-color: rgb(75,72,59); }
td.TdClassName
{
border-color: #4B483B;
}
.TagClassName
{
border-color: #4B483B;
}
</style>