#4E584E

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

Shades of Nandor #4E584E

Tints of Nandor #4E584E

Color information

#4E584E (or 0x4E584E) is unknown color: approx Nandor. HEX triplet: 4E, 58 and 4E. RGB value is (78,88,78). Sum of RGB (Red+Green+Blue) = 78+88+78=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E584E is #B1A7B1. Grayscale: #535353. Windows color (decimal): -11642802 or 5134414. OLE color: 5134414.

HSL color Cylindrical-coordinate representation of color #4E584E: hue angle of 120º 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 #4E584E is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB788878-
CMYK0.1100.110.65
HSL120º6.02%32.55%-
HSV(B)120º11.36%34.51%-
XYZ8.019.158.55-
YUV83.87124.69123.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=31.97%
G=36.07%
B=31.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7888780.1100.110.651206.0232.55
Hex4E584EB0B4178621
Octal11613011613013101170641
Binary10011101011000100111010110101110000011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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