#475156

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

Shades of Trout #475156

Tints of Trout #475156

Color information

#475156 (or 0x475156) is unknown color: approx Trout. HEX triplet: 47, 51 and 56. RGB value is (71,81,86). Sum of RGB (Red+Green+Blue) = 71+81+86=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #475156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475156 is #B8AEA9. Grayscale: #4E4E4E. Windows color (decimal): -12103338 or 5656903. OLE color: 5656903.

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

Color convert

RGB718186-
CMYK0.170.0600.66
HSL200º9.55%30.78%-
HSV(B)200º17.44%33.73%-
XYZ7.227.99.95-
YUV78.58132.19122.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=29.83%
G=34.03%
B=36.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7181860.170.0600.662009.5530.78
Hex475156116042c8a1f
Octal10712112621601023101237
Binary100011110100011010110100011100100001011001000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475156; }

 p { color: rgb(71,81,86); }

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

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

 a { background-color: rgb(71,81,86); }

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

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

 span { border-color: rgb(71,81,86); }

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