Html Css Color HEX #50476F Meteorite

📋 copy color: '#50476F'

red 80 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #50476F

Tints of Meteorite #50476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 30.53%
G = 27.1%
B = 42.37%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50476F (or 0x50476F) is known color: Meteorite. HEX triplet: 50, 47 and 6F. RGB value is (80,71,111). Sum of RGB (Red+Green+Blue) = 80+71+111=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #50476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50476F is #AFB890. Grayscale: #4E4E4E. Windows color (decimal): -11516049 or 7292752. OLE color: 7292752.

HSL color Cylindrical-coordinate representation of color #50476F: hue angle of 253.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50476F is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 71 111 -
CMYK 0.28 0.36 0 0.56
HSL 253.5º 0.22% 0.36% -
HSV(B) 253.5º 0.36% 0.44% -
XYZ 8.43 7.36 16.02 -
YUV 78.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 80 71 111 0.28 0.36 0 0.56 253.5 0.22 0.36
Hex 50 47 6F 1C 24 0 38 FE 16 24
Octal 120 107 157 34 44 0 70 376 26 44
Binary 1010000 1000111 1101111 11100 100100 0 111000 11111110 10110 100100

Color Harmonies of #50476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50476F

Black with #50476F

Text Example


Text Example

White with #50476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50476F;
 }
 .AnyTagClassName
 {
   color: #50476F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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