#4E684E

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

Shades of Nandor #4E684E

Tints of Nandor #4E684E

Color information

#4E684E (or 0x4E684E) is unknown color: approx Nandor. HEX triplet: 4E, 68 and 4E. RGB value is (78,104,78). Sum of RGB (Red+Green+Blue) = 78+104+78=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E684E is #B197B1. Grayscale: #5D5D5D. Windows color (decimal): -11638706 or 5138510. OLE color: 5138510.

HSL color Cylindrical-coordinate representation of color #4E684E: hue angle of 120º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E684E is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB7810478-
CMYK0.2500.250.59
HSL120º14.29%35.69%-
HSV(B)120º25%40.78%-
XYZ9.4712.079.04-
YUV93.26119.39117.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104780.2500.250.5912014.2935.69
Hex4E684E190193B78e24
Octal11615011631031731701644
Binary1001110110100010011101100101100111101111110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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