#475358

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

Shades of Trout #475358

Tints of Trout #475358

Color information

#475358 (or 0x475358) is unknown color: approx Trout. HEX triplet: 47, 53 and 58. RGB value is (71,83,88). Sum of RGB (Red+Green+Blue) = 71+83+88=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #475358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475358 is #B8ACA7. Grayscale: #4F4F4F. Windows color (decimal): -12102824 or 5788487. OLE color: 5788487.

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

Color convert

RGB718388-
CMYK0.190.0600.65
HSL197.65º10.69%31.18%-
HSV(B)197.65º19.32%34.51%-
XYZ7.458.2310.43-
YUV79.98132.52121.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=29.34%
G=34.30%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7183880.190.0600.65197.6510.6931.18
Hex475358136041c6b1f
Octal10712313023601013061337
Binary100011110100111011000100111100100000111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475358; }

 p { color: rgb(71,83,88); }

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

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

 a { background-color: rgb(71,83,88); }

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

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

 span { border-color: rgb(71,83,88); }

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