#4C454B

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

Shades of Purple Taupe #4C454B

Tints of Purple Taupe #4C454B

Color information

#4C454B (or 0x4C454B) is unknown color: approx Purple Taupe. HEX triplet: 4C, 45 and 4B. RGB value is (76,69,75). Sum of RGB (Red+Green+Blue) = 76+69+75=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 76 - color contains mainly: red. Hex color #4C454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C454B is #B3BAB4. Grayscale: #474747. Windows color (decimal): -11778741 or 4932940. OLE color: 4932940.

HSL color Cylindrical-coordinate representation of color #4C454B: hue angle of 308.57º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C454B is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB766975-
CMYK00.090.010.70
HSL308.57º4.83%28.43%-
HSV(B)308.57º9.21%29.8%-
XYZ6.386.37.54-
YUV71.78129.82131.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=34.55%
G=31.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76697500.090.010.70308.574.8328.43
Hex4C454B0914613551c
Octal1141051130111106465534
Binary100110010001011001011010011100011010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,75); }

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

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

 a { background-color: rgb(76,69,75); }

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

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

 span { border-color: rgb(76,69,75); }

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