#50464E

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

Shades of Purple Taupe #50464E

Tints of Purple Taupe #50464E

Color information

#50464E (or 0x50464E) is unknown color: approx Purple Taupe. HEX triplet: 50, 46 and 4E. RGB value is (80,70,78). Sum of RGB (Red+Green+Blue) = 80+70+78=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #50464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50464E is #AFB9B1. Grayscale: #494949. Windows color (decimal): -11516338 or 5129808. OLE color: 5129808.

HSL color Cylindrical-coordinate representation of color #50464E: hue angle of 312º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB807078-
CMYK00.120.020.69
HSL312º6.67%29.41%-
HSV(B)312º12.5%31.37%-
XYZ6.876.648.13-
YUV73.9130.31132.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=35.09%
G=30.70%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80707800.120.020.693126.6729.41
Hex50464E0C24513871d
Octal1201061160142105470735
Binary1010000100011010011100110010100010110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50464E; }

 p { color: rgb(80,70,78); }

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

<style>
 a { background-color: #50464E; }

 a { background-color: rgb(80,70,78); }

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

<style>
 span { border-color: #50464E; }

 span { border-color: rgb(80,70,78); }

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