#49575B

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

Shades of Trout #49575B

Tints of Trout #49575B

Color information

#49575B (or 0x49575B) is unknown color: approx Trout. HEX triplet: 49, 57 and 5B. RGB value is (73,87,91). Sum of RGB (Red+Green+Blue) = 73+87+91=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #49575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575B is #B6A8A4. Grayscale: #535353. Windows color (decimal): -11970725 or 5986121. OLE color: 5986121.

HSL color Cylindrical-coordinate representation of color #49575B: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49575B is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738791-
CMYK0.200.0400.64
HSL193.33º10.98%32.16%-
HSV(B)193.33º19.78%35.69%-
XYZ8.048.9911.21-
YUV83.27132.36120.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=29.08%
G=34.66%
B=36.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7387910.200.0400.64193.3310.9832.16
Hex49575B144040c1b20
Octal11112713324401003011340
Binary1001001101011110110111010010001000000110000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49575B; }

 p { color: rgb(73,87,91); }

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

<style>
 a { background-color: #49575B; }

 a { background-color: rgb(73,87,91); }

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

<style>
 span { border-color: #49575B; }

 span { border-color: rgb(73,87,91); }

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