#49555B

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

Shades of Trout #49555B

Tints of Trout #49555B

Color information

#49555B (or 0x49555B) is unknown color: approx Trout. HEX triplet: 49, 55 and 5B. RGB value is (73,85,91). Sum of RGB (Red+Green+Blue) = 73+85+91=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #49555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555B is #B6AAA4. Grayscale: #525252. Windows color (decimal): -11971237 or 5985609. OLE color: 5985609.

HSL color Cylindrical-coordinate representation of color #49555B: hue angle of 200º 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 #49555B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738591-
CMYK0.200.0700.64
HSL200º10.98%32.16%-
HSV(B)200º19.78%35.69%-
XYZ7.888.6711.16-
YUV82.1133.02121.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=29.32%
G=34.14%
B=36.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7385910.200.0700.6420010.9832.16
Hex49555B147040c8b20
Octal11112513324701003101340
Binary1001001101010110110111010011101000000110010001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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