#49555A

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

Shades of Trout #49555A

Tints of Trout #49555A

Color information

#49555A (or 0x49555A) is unknown color: approx Trout. HEX triplet: 49, 55 and 5A. RGB value is (73,85,90). Sum of RGB (Red+Green+Blue) = 73+85+90=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #49555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555A is #B6AAA5. Grayscale: #515151. Windows color (decimal): -11971238 or 5920073. OLE color: 5920073.

HSL color Cylindrical-coordinate representation of color #49555A: hue angle of 197.65º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49555A is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB738590-
CMYK0.190.0600.65
HSL197.65º10.43%31.96%-
HSV(B)197.65º18.89%35.29%-
XYZ7.848.6510.93-
YUV81.98132.52121.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=29.44%
G=34.27%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7385900.190.0600.65197.6510.4331.96
Hex49555A136041c6a20
Octal11112513223601013061240
Binary1001001101010110110101001111001000001110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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