#4B493D

Color #4B493D Panda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panda #4B493D

Tints of Panda #4B493D

Color information

#4B493D (or 0x4B493D) is unknown color: approx 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

RGB757361-
CMYK00.030.190.71
HSL51.43º10.29%26.67%-
HSV(B)51.43º18.67%29.41%-
XYZ6.136.65.37-
YUV72.23121.66129.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=35.89%
G=34.93%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75736100.030.190.7151.4310.2926.67
Hex4B493D03134733a1b
Octal113111750323107631233
Binary10010111001001111101011100111000111110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>