#495157

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

Shades of Trout #495157

Tints of Trout #495157

Color information

#495157 (or 0x495157) is unknown color: approx Trout. HEX triplet: 49, 51 and 57. RGB value is (73,81,87). Sum of RGB (Red+Green+Blue) = 73+81+87=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 87 - color contains mainly: blue. Hex color #495157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495157 is #B6AEA8. Grayscale: #4F4F4F. Windows color (decimal): -11972265 or 5722441. OLE color: 5722441.

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

Color convert

RGB738187-
CMYK0.160.0700.66
HSL205.71º8.75%31.37%-
HSV(B)205.71º16.09%34.12%-
XYZ7.417.9910.17-
YUV79.29132.35123.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=30.29%
G=33.61%
B=36.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7381870.160.0700.66205.718.7531.37
Hex495157107042ce91f
Octal11112112720701023161137
Binary100100110100011010111100001110100001011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495157; }

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

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

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

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

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

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

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

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