Html Css Color HEX #50466D Meteorite

📋 copy color: '#50466D'

red 80 ◦ green 70 ◦ blue 109

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

Shades of Meteorite #50466D

Tints of Meteorite #50466D

RGB

 RED value IS 80 (31.64% from 255) = 30.89%

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 30.89%
G = 27.03%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50466D (or 0x50466D) is known color: Meteorite. HEX triplet: 50, 46 and 6D. RGB value is (80,70,109). Sum of RGB (Red+Green+Blue) = 80+70+109=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #50466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50466D is #AFB992. Grayscale: #4D4D4D. Windows color (decimal): -11516307 or 7161424. OLE color: 7161424.

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

Color convert

RGB 80 70 109 -
CMYK 0.27 0.36 0 0.57
HSL 255.38º 0.22% 0.35% -
HSV(B) 255.38º 0.36% 0.43% -
XYZ 8.26 7.19 15.42 -
YUV 77.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 80 70 109 0.27 0.36 0 0.57 255.38 0.22 0.35
Hex 50 46 6D 1B 24 0 39 FF 16 23
Octal 120 106 155 33 44 0 71 377 26 43
Binary 1010000 1000110 1101101 11011 100100 0 111001 11111111 10110 100011

Color Harmonies of #50466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50466D

Black with #50466D

Text Example


Text Example

White with #50466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50466D;
 }
 .AnyTagClassName
 {
   color: #50466D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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