#494D4F

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

Shades of Trout #494D4F

Tints of Trout #494D4F

Color information

#494D4F (or 0x494D4F) is unknown color: approx Trout. HEX triplet: 49, 4D and 4F. RGB value is (73,77,79). Sum of RGB (Red+Green+Blue) = 73+77+79=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 79 - color contains mainly: blue. Hex color #494D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D4F is #B6B2B0. Grayscale: #4C4C4C. Windows color (decimal): -11973297 or 5197129. OLE color: 5197129.

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

Color convert

RGB737779-
CMYK0.080.0300.69
HSL200º3.95%29.8%-
HSV(B)200º7.59%30.98%-
XYZ6.817.298.44-
YUV76.03129.67125.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=31.88%
G=33.62%
B=34.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7377790.080.0300.692003.9529.8
Hex494D4F83045c841e
Octal1111151171030105310436
Binary100100110011011001111100011010001011100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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