Html Css Color HEX #50496E Meteorite

📋 copy color: '#50496E'

red 80 ◦ green 73 ◦ blue 110

#50496E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #50496E

Tints of Meteorite #50496E

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 value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50496E (or 0x50496E) is known color: 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

RGB 80 73 110 -
CMYK 0.27 0.34 0 0.57
HSL 251.35º 0.2% 0.36% -
HSV(B) 251.35º 0.34% 0.43% -
XYZ 8.51 7.6 15.77 -
YUV 79.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 80 73 110 0.27 0.34 0 0.57 251.35 0.2 0.36
Hex 50 49 6E 1B 22 0 39 FB 14 24
Octal 120 111 156 33 42 0 71 373 24 44
Binary 1010000 1001001 1101110 11011 100010 0 111001 11111011 10100 100100

Color Harmonies of #50496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50496E

Black with #50496E

Text Example


Text Example

White with #50496E

Text Example


Text Example

HTML Codes & Css Web 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>