#50476D

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

Shades of Meteorite #50476D

Tints of Meteorite #50476D

Color information

#50476D (or 0x50476D) is unknown color: approx Meteorite. HEX triplet: 50, 47 and 6D. RGB value is (80,71,109). Sum of RGB (Red+Green+Blue) = 80+71+109=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #50476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50476D is #AFB892. Grayscale: #4D4D4D. Windows color (decimal): -11516051 or 7161680. OLE color: 7161680.

HSL color Cylindrical-coordinate representation of color #50476D: hue angle of 254.21º degrees, saturation: 0.21, 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 #50476D is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8071109-
CMYK0.270.3500.57
HSL254.21º21.11%35.29%-
HSV(B)254.21º34.86%42.75%-
XYZ8.327.3215.44-
YUV78.02145.48129.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=30.77%
G=27.31%
B=41.92%

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
Decimal80711090.270.3500.57254.2121.1135.29
Hex50476D1B23039fe1523
Octal12010715533430713762543
Binary1010000100011111011011101110001101110011111111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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