#49585D

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

Shades of Trout #49585D

Tints of Trout #49585D

Color information

#49585D (or 0x49585D) is unknown color: approx Trout. HEX triplet: 49, 58 and 5D. RGB value is (73,88,93). Sum of RGB (Red+Green+Blue) = 73+88+93=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #49585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585D is #B6A7A2. Grayscale: #545454. Windows color (decimal): -11970467 or 6117449. OLE color: 6117449.

HSL color Cylindrical-coordinate representation of color #49585D: hue angle of 195º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49585D is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738893-
CMYK0.220.0500.64
HSL195º12.05%32.55%-
HSV(B)195º21.51%36.47%-
XYZ8.219.1911.7-
YUV84.08133.03120.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=28.74%
G=34.65%
B=36.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7388930.220.0500.6419512.0532.55
Hex49585D165040c3c21
Octal11113013526501003031441
Binary1001001101100010111011011010101000000110000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49585D; }

 p { color: rgb(73,88,93); }

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

<style>
 a { background-color: #49585D; }

 a { background-color: rgb(73,88,93); }

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

<style>
 span { border-color: #49585D; }

 span { border-color: rgb(73,88,93); }

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