#4B4249

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

Shades of Purple Taupe #4B4249

Tints of Purple Taupe #4B4249

Color information

#4B4249 (or 0x4B4249) is unknown color: approx Purple Taupe. HEX triplet: 4B, 42 and 49. RGB value is (75,66,73). Sum of RGB (Red+Green+Blue) = 75+66+73=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4249 is #B4BDB6. Grayscale: #454545. Windows color (decimal): -11845047 or 4801099. OLE color: 4801099.

HSL color Cylindrical-coordinate representation of color #4B4249: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4249 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB756673-
CMYK00.120.030.71
HSL313.33º6.38%27.65%-
HSV(B)313.33º12%29.41%-
XYZ6.055.877.12-
YUV69.49129.98131.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=35.05%
G=30.84%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75667300.120.030.71313.336.3827.65
Hex4B42490C34713961c
Octal1131021110143107471634
Binary1001011100001010010010110011100011110011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,73); }

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

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

 a { background-color: rgb(75,66,73); }

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

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

 span { border-color: rgb(75,66,73); }

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