#475256

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

Shades of Trout #475256

Tints of Trout #475256

Color information

#475256 (or 0x475256) is unknown color: approx Trout. HEX triplet: 47, 52 and 56. RGB value is (71,82,86). Sum of RGB (Red+Green+Blue) = 71+82+86=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 82 (32.42% from 255 or 34.31% 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 #475256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475256 is #B8ADA9. Grayscale: #4F4F4F. Windows color (decimal): -12103082 or 5657159. OLE color: 5657159.

HSL color Cylindrical-coordinate representation of color #475256: hue angle of 196º 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 #475256 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB718286-
CMYK0.170.0500.66
HSL196º9.55%30.78%-
HSV(B)196º17.44%33.73%-
XYZ7.38.059.97-
YUV79.17131.86122.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=29.71%
G=34.31%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7182860.170.0500.661969.5530.78
Hex475256115042c4a1f
Octal10712212621501023041237
Binary100011110100101010110100011010100001011000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475256; }

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

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

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

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

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

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

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

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