#474E50

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

Shades of Trout #474E50

Tints of Trout #474E50

Color information

#474E50 (or 0x474E50) is unknown color: approx Trout. HEX triplet: 47, 4E and 50. RGB value is (71,78,80). Sum of RGB (Red+Green+Blue) = 71+78+80=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #474E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E50 is #B8B1AF. Grayscale: #4C4C4C. Windows color (decimal): -12104112 or 5262919. OLE color: 5262919.

HSL color Cylindrical-coordinate representation of color #474E50: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474E50 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB717880-
CMYK0.110.0200.69
HSL193.33º5.96%29.61%-
HSV(B)193.33º11.25%31.37%-
XYZ6.777.378.65-
YUV76.13130.18124.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=31.00%
G=34.06%
B=34.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178800.110.0200.69193.335.9629.61
Hex474E50B2045c161e
Octal1071161201320105301636
Binary100011110011101010000101110010001011100000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474E50; }

 p { color: rgb(71,78,80); }

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

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

 a { background-color: rgb(71,78,80); }

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

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

 span { border-color: rgb(71,78,80); }

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