#495155

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

Shades of Trout #495155

Tints of Trout #495155

Color information

#495155 (or 0x495155) is unknown color: approx Trout. HEX triplet: 49, 51 and 55. RGB value is (73,81,85). Sum of RGB (Red+Green+Blue) = 73+81+85=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #495155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495155 is #B6AEAA. Grayscale: #4F4F4F. Windows color (decimal): -11972267 or 5591369. OLE color: 5591369.

HSL color Cylindrical-coordinate representation of color #495155: hue angle of 200º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495155 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB738185-
CMYK0.140.0500.67
HSL200º7.59%30.98%-
HSV(B)200º14.12%33.33%-
XYZ7.337.969.74-
YUV79.06131.35123.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=30.54%
G=33.89%
B=35.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7381850.140.0500.672007.5930.98
Hex495155E5043c881f
Octal11112112516501033101037
Binary10010011010001101010111101010100001111001000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495155; }

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

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

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

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

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

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

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

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