#4B3C4A

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

Shades of Purple Taupe #4B3C4A

Tints of Purple Taupe #4B3C4A

Color information

#4B3C4A (or 0x4B3C4A) is unknown color: approx Purple Taupe. HEX triplet: 4B, 3C and 4A. RGB value is (75,60,74). Sum of RGB (Red+Green+Blue) = 75+60+74=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C4A is #B4C3B5. Grayscale: #424242. Windows color (decimal): -11846582 or 4865099. OLE color: 4865099.

HSL color Cylindrical-coordinate representation of color #4B3C4A: hue angle of 304º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B3C4A is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB756074-
CMYK00.200.010.71
HSL304º11.11%26.47%-
HSV(B)304º20%29.41%-
XYZ5.755.227.18-
YUV66.08132.47134.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=35.89%
G=28.71%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75607400.200.010.7130411.1126.47
Hex4B3C4A014147130b1a
Octal1137411202411074601332
Binary1001011111100100101001010011000111100110000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,74); }

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

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

 a { background-color: rgb(75,60,74); }

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

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

 span { border-color: rgb(75,60,74); }

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