#494D50

Color #494D50 Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #494D50

Tints of Trout #494D50

Color information

#494D50 (or 0x494D50) is unknown color: approx Trout. HEX triplet: 49, 4D and 50. RGB value is (73,77,80). Sum of RGB (Red+Green+Blue) = 73+77+80=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #494D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D50 is #B6B2AF. Grayscale: #4C4C4C. Windows color (decimal): -11973296 or 5262665. OLE color: 5262665.

HSL color Cylindrical-coordinate representation of color #494D50: hue angle of 205.71º 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 #494D50 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB737780-
CMYK0.090.0400.69
HSL205.71º4.58%30%-
HSV(B)205.71º8.75%31.37%-
XYZ6.857.38.64-
YUV76.15130.17125.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=31.74%
G=33.48%
B=34.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7377800.090.0400.69205.714.5830
Hex494D5094045ce51e
Octal1111151201140105316536
Binary1001001100110110100001001100010001011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D50; }

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

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

<style>
 a { background-color: #494D50; }

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

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

<style>
 span { border-color: #494D50; }

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

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