#475458

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

Shades of Trout #475458

Tints of Trout #475458

Color information

#475458 (or 0x475458) is unknown color: approx Trout. HEX triplet: 47, 54 and 58. RGB value is (71,84,88). Sum of RGB (Red+Green+Blue) = 71+84+88=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 88 - color contains mainly: blue. Hex color #475458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475458 is #B8ABA7. Grayscale: #505050. Windows color (decimal): -12102568 or 5788743. OLE color: 5788743.

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

Color convert

RGB718488-
CMYK0.190.0500.65
HSL194.12º10.69%31.18%-
HSV(B)194.12º19.32%34.51%-
XYZ7.538.3810.45-
YUV80.57132.19121.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=29.22%
G=34.57%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7184880.190.0500.65194.1210.6931.18
Hex475458135041c2b1f
Octal10712413023501013021337
Binary100011110101001011000100111010100000111000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475458; }

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

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

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

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

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

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

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

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