#4E5355

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

Shades of Trout #4E5355

Tints of Trout #4E5355

Color information

#4E5355 (or 0x4E5355) is unknown color: approx Trout. HEX triplet: 4E, 53 and 55. RGB value is (78,83,85). Sum of RGB (Red+Green+Blue) = 78+83+85=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E5355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5355 is #B1ACAA. Grayscale: #515151. Windows color (decimal): -11644075 or 5591886. OLE color: 5591886.

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

Color convert

RGB788385-
CMYK0.080.0200.67
HSL197.14º4.29%31.96%-
HSV(B)197.14º8.24%33.33%-
XYZ7.878.469.81-
YUV81.73129.84125.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.71%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=31.71%
G=33.74%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883850.080.0200.67197.144.2931.96
Hex4E535582043c5420
Octal1161231251020103305440
Binary1001110101001110101011000100100001111000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,83,85); }

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

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

 a { background-color: rgb(78,83,85); }

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

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

 span { border-color: rgb(78,83,85); }

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