#50476E

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

Shades of Meteorite #50476E

Tints of Meteorite #50476E

Color information

#50476E (or 0x50476E) is unknown color: approx Meteorite. HEX triplet: 50, 47 and 6E. RGB value is (80,71,110). Sum of RGB (Red+Green+Blue) = 80+71+110=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #50476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50476E is #AFB891. Grayscale: #4D4D4D. Windows color (decimal): -11516050 or 7227216. OLE color: 7227216.

HSL color Cylindrical-coordinate representation of color #50476E: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50476E is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8071110-
CMYK0.270.3500.57
HSL253.85º21.55%35.49%-
HSV(B)253.85º35.45%43.14%-
XYZ8.387.3415.73-
YUV78.14145.98129.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=30.65%
G=27.20%
B=42.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80711100.270.3500.57253.8521.5535.49
Hex50476E1B23039fe1623
Octal12010715633430713762643
Binary1010000100011111011101101110001101110011111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,71,110); }

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

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

 a { background-color: rgb(80,71,110); }

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

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

 span { border-color: rgb(80,71,110); }

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