#495056

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

Shades of Trout #495056

Tints of Trout #495056

Color information

#495056 (or 0x495056) is unknown color: approx Trout. HEX triplet: 49, 50 and 56. RGB value is (73,80,86). Sum of RGB (Red+Green+Blue) = 73+80+86=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #495056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495056 is #B6AFA9. Grayscale: #4E4E4E. Windows color (decimal): -11972522 or 5656649. OLE color: 5656649.

HSL color Cylindrical-coordinate representation of color #495056: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495056 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB738086-
CMYK0.150.0700.66
HSL207.69º8.18%31.18%-
HSV(B)207.69º15.12%33.73%-
XYZ7.37.839.93-
YUV78.59132.18124.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=30.54%
G=33.47%
B=35.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7380860.150.0700.66207.698.1831.18
Hex495056F7042d081f
Octal11112012617701023201037
Binary10010011010000101011011111110100001011010000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495056; }

 p { color: rgb(73,80,86); }

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

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

 a { background-color: rgb(73,80,86); }

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

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

 span { border-color: rgb(73,80,86); }

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