#475154

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

Shades of Trout #475154

Tints of Trout #475154

Color information

#475154 (or 0x475154) is unknown color: approx Trout. HEX triplet: 47, 51 and 54. RGB value is (71,81,84). Sum of RGB (Red+Green+Blue) = 71+81+84=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #475154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475154 is #B8AEAB. Grayscale: #4E4E4E. Windows color (decimal): -12103340 or 5525831. OLE color: 5525831.

HSL color Cylindrical-coordinate representation of color #475154: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475154 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB718184-
CMYK0.150.0400.67
HSL193.85º8.39%30.39%-
HSV(B)193.85º15.48%32.94%-
XYZ7.147.869.53-
YUV78.35131.19122.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=30.08%
G=34.32%
B=35.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7181840.150.0400.67193.858.3930.39
Hex475154F4043c281e
Octal10712112417401033021036
Binary10001111010001101010011111000100001111000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475154; }

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

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

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

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

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

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

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

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