Html Css Color HEX #50494A Emperor

📋 copy color: '#50494A'

red 80 ◦ green 73 ◦ blue 74

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

Shades of Emperor #50494A

Tints of Emperor #50494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 35.24%
G = 32.16%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50494A (or 0x50494A) is known color: Emperor. HEX triplet: 50, 49 and 4A. RGB value is (80,73,74). Sum of RGB (Red+Green+Blue) = 80+73+74=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50494A is #AFB6B5. Grayscale: #4B4B4B. Windows color (decimal): -11515574 or 4868432. OLE color: 4868432.

HSL color Cylindrical-coordinate representation of color #50494A: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50494A is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 74 -
CMYK 0 0.09 0.08 0.69
HSL 351.43º 0.05% 0.3% -
HSV(B) 351.43º 0.09% 0.31% -
XYZ 6.93 6.96 7.46 -
YUV 75.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 80 73 74 0 0.09 0.08 0.69 351.43 0.05 0.3
Hex 50 49 4A 0 9 8 45 15F 5 1E
Octal 120 111 112 0 11 10 105 537 5 36
Binary 1010000 1001001 1001010 0 1001 1000 1000101 101011111 101 11110

Color Harmonies of #50494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50494A

Black with #50494A

Text Example


Text Example

White with #50494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50494A; }

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

 H1.HeaderClassName
 {
   color: #50494A;
 }
 .AnyTagClassName
 {
   color: #50494A;
 }
</style>

background-color css

<style>
 a { background-color: #50494A; }

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

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

border-color css

<style>
 span { border-color: #50494A; }

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

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