#4B483F

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

Shades of Panda #4B483F

Tints of Panda #4B483F

Color information

#4B483F (or 0x4B483F) is unknown color: approx Panda. HEX triplet: 4B, 48 and 3F. RGB value is (75,72,63). Sum of RGB (Red+Green+Blue) = 75+72+63=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 75 - color contains mainly: red. Hex color #4B483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B483F is #B4B7C0. Grayscale: #474747. Windows color (decimal): -11843521 or 4147275. OLE color: 4147275.

HSL color Cylindrical-coordinate representation of color #4B483F: hue angle of 45º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B483F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB757263-
CMYK00.040.160.71
HSL45º8.7%27.06%-
HSV(B)45º16%29.41%-
XYZ6.126.495.63-
YUV71.87122.99130.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 63 (25% from 255) = 30%
R=35.71%
G=34.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75726300.040.160.71458.727.06
Hex4B483F0410472d91b
Octal113110770420107551133
Binary100101110010001111110100100001000111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B483F; }

 p { color: rgb(75,72,63); }

 H1.HeaderClassName
 {
   color: #4B483F;
 }
 .AnyTagClassName
 {
   color: #4B483F;
 }
</style>
background-color css

<style>
 a { background-color: #4B483F; }

 a { background-color: rgb(75,72,63); }

 div.DivClassName
 {
   background-color: #4B483F;
 }
 .BgClassName
 {
   background-color: #4B483F;
 }
</style>
border-color css

<style>
 span { border-color: #4B483F; }

 span { border-color: rgb(75,72,63); }

 td.TdClassName
 {
   border-color: #4B483F;
 }
 .TagClassName
 {
   border-color: #4B483F;
 }
</style>