#49545A

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

Shades of Trout #49545A

Tints of Trout #49545A

Color information

#49545A (or 0x49545A) is unknown color: approx Trout. HEX triplet: 49, 54 and 5A. RGB value is (73,84,90). Sum of RGB (Red+Green+Blue) = 73+84+90=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #49545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49545A is #B6ABA5. Grayscale: #515151. Windows color (decimal): -11971494 or 5919817. OLE color: 5919817.

HSL color Cylindrical-coordinate representation of color #49545A: hue angle of 201.18º 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 #49545A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB738490-
CMYK0.190.0700.65
HSL201.18º10.43%31.96%-
HSV(B)201.18º18.89%35.29%-
XYZ7.768.510.9-
YUV81.4132.86122.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=29.55%
G=34.01%
B=36.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7384900.190.0700.65201.1810.4331.96
Hex49545A137041c9a20
Octal11112413223701013111240
Binary1001001101010010110101001111101000001110010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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