#4E595D

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

Shades of Fiord #4E595D

Tints of Fiord #4E595D

Color information

#4E595D (or 0x4E595D) is unknown color: approx Fiord. HEX triplet: 4E, 59 and 5D. RGB value is (78,89,93). Sum of RGB (Red+Green+Blue) = 78+89+93=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E595D is #B1A6A2. Grayscale: #565656. Windows color (decimal): -11642531 or 6117710. OLE color: 6117710.

HSL color Cylindrical-coordinate representation of color #4E595D: hue angle of 196º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E595D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB788993-
CMYK0.160.0400.64
HSL196º8.77%33.53%-
HSV(B)196º16.13%36.47%-
XYZ8.699.5511.74-
YUV86.17131.86122.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=30%
G=34.23%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7889930.160.0400.641968.7733.53
Hex4E595D104040c4922
Octal11613113520401003041142
Binary1001110101100110111011000010001000000110001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,89,93); }

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

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

 a { background-color: rgb(78,89,93); }

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

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

 span { border-color: rgb(78,89,93); }

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