#474F55

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

Shades of Trout #474F55

Tints of Trout #474F55

Color information

#474F55 (or 0x474F55) is unknown color: approx Trout. HEX triplet: 47, 4F and 55. RGB value is (71,79,85). Sum of RGB (Red+Green+Blue) = 71+79+85=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #474F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F55 is #B8B0AA. Grayscale: #4D4D4D. Windows color (decimal): -12103851 or 5590855. OLE color: 5590855.

HSL color Cylindrical-coordinate representation of color #474F55: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474F55 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717985-
CMYK0.160.0700.67
HSL205.71º8.97%30.59%-
HSV(B)205.71º16.47%33.33%-
XYZ7.037.599.69-
YUV77.29132.35123.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=30.21%
G=33.62%
B=36.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7179850.160.0700.67205.718.9730.59
Hex474F55107043ce91f
Octal10711712520701033161137
Binary100011110011111010101100001110100001111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,79,85); }

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

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

 a { background-color: rgb(71,79,85); }

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

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

 span { border-color: rgb(71,79,85); }

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