#475259

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

Shades of Trout #475259

Tints of Trout #475259

Color information

#475259 (or 0x475259) is unknown color: approx Trout. HEX triplet: 47, 52 and 59. RGB value is (71,82,89). Sum of RGB (Red+Green+Blue) = 71+82+89=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #475259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475259 is #B8ADA6. Grayscale: #4F4F4F. Windows color (decimal): -12103079 or 5853767. OLE color: 5853767.

HSL color Cylindrical-coordinate representation of color #475259: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475259 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB718289-
CMYK0.200.0800.65
HSL203.33º11.25%31.37%-
HSV(B)203.33º20.22%34.9%-
XYZ7.428.110.62-
YUV79.51133.36121.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=29.34%
G=33.88%
B=36.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7182890.200.0800.65203.3311.2531.37
Hex475259148041cbb1f
Octal107122131241001013131337
Binary1000111101001010110011010010000100000111001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475259; }

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

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

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

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

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

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

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

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