#4F5759

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

Shades of Trout #4F5759

Tints of Trout #4F5759

Color information

#4F5759 (or 0x4F5759) is unknown color: approx Trout. HEX triplet: 4F, 57 and 59. RGB value is (79,87,89). Sum of RGB (Red+Green+Blue) = 79+87+89=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5759 is #B0A8A6. Grayscale: #545454. Windows color (decimal): -11577511 or 5855055. OLE color: 5855055.

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

Color convert

RGB798789-
CMYK0.110.0200.65
HSL192º5.95%32.94%-
HSV(B)192º11.24%34.9%-
XYZ8.449.210.78-
YUV84.84130.35123.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=30.98%
G=34.12%
B=34.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7987890.110.0200.651925.9532.94
Hex4F5759B2041c0621
Octal1171271311320101300641
Binary1001111101011110110011011100100000111000000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5759; }

 p { color: rgb(79,87,89); }

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

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

 a { background-color: rgb(79,87,89); }

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

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

 span { border-color: rgb(79,87,89); }

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