#4E584D

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

Shades of Nandor #4E584D

Tints of Nandor #4E584D

Color information

#4E584D (or 0x4E584D) is unknown color: approx Nandor. HEX triplet: 4E, 58 and 4D. RGB value is (78,88,77). Sum of RGB (Red+Green+Blue) = 78+88+77=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E584D is #B1A7B2. Grayscale: #535353. Windows color (decimal): -11642803 or 5068878. OLE color: 5068878.

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

Color convert

RGB788877-
CMYK0.1100.120.65
HSL114.55º6.67%32.35%-
HSV(B)114.55º12.5%34.51%-
XYZ7.979.138.36-
YUV83.76124.19123.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=32.10%
G=36.21%
B=31.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888770.1100.120.65114.556.6732.35
Hex4E584DB0C4173720
Octal11613011513014101163740
Binary10011101011000100110110110110010000011110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,77); }

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

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

 a { background-color: rgb(78,88,77); }

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

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

 span { border-color: rgb(78,88,77); }

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