#495459

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

Shades of Trout #495459

Tints of Trout #495459

Color information

#495459 (or 0x495459) is unknown color: approx Trout. HEX triplet: 49, 54 and 59. RGB value is (73,84,89). Sum of RGB (Red+Green+Blue) = 73+84+89=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #495459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495459 is #B6ABA6. Grayscale: #515151. Windows color (decimal): -11971495 or 5854281. OLE color: 5854281.

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

Color convert

RGB738489-
CMYK0.180.0600.65
HSL198.75º9.88%31.76%-
HSV(B)198.75º17.98%34.9%-
XYZ7.728.4810.68-
YUV81.28132.36122.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=29.67%
G=34.15%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7384890.180.0600.65198.759.8831.76
Hex495459126041c7a20
Octal11112413122601013071240
Binary1001001101010010110011001011001000001110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495459; }

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

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

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

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

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

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

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

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