#50496E

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

Shades of Meteorite #50496E

Tints of Meteorite #50496E

Color information

#50496E (or 0x50496E) is unknown color: approx Meteorite. HEX triplet: 50, 49 and 6E. RGB value is (80,73,110). Sum of RGB (Red+Green+Blue) = 80+73+110=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #50496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50496E is #AFB691. Grayscale: #4F4F4F. Windows color (decimal): -11515538 or 7227728. OLE color: 7227728.

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

Color convert

RGB8073110-
CMYK0.270.3400.57
HSL251.35º20.22%35.88%-
HSV(B)251.35º33.64%43.14%-
XYZ8.517.615.77-
YUV79.31145.32128.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=30.42%
G=27.76%
B=41.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80731100.270.3400.57251.3520.2235.88
Hex50496E1B22039fb1424
Octal12011115633420713732444
Binary1010000100100111011101101110001001110011111101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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