#50464F

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

Shades of Purple Taupe #50464F

Tints of Purple Taupe #50464F

Color information

#50464F (or 0x50464F) is unknown color: approx Purple Taupe. HEX triplet: 50, 46 and 4F. RGB value is (80,70,79). Sum of RGB (Red+Green+Blue) = 80+70+79=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #50464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50464F is #AFB9B0. Grayscale: #494949. Windows color (decimal): -11516337 or 5195344. OLE color: 5195344.

HSL color Cylindrical-coordinate representation of color #50464F: hue angle of 306º 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 #50464F is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB807079-
CMYK00.120.010.69
HSL306º6.67%29.41%-
HSV(B)306º12.5%31.37%-
XYZ6.916.658.32-
YUV74.02130.81132.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=34.93%
G=30.57%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80707900.120.010.693066.6729.41
Hex50464F0C14513271d
Octal1201061170141105462735
Binary101000010001101001111011001100010110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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