#4E614F

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

Shades of Nandor #4E614F

Tints of Nandor #4E614F

Color information

#4E614F (or 0x4E614F) is unknown color: approx Nandor. HEX triplet: 4E, 61 and 4F. RGB value is (78,97,79). Sum of RGB (Red+Green+Blue) = 78+97+79=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #4E614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E614F is #B19EB0. Grayscale: #595959. Windows color (decimal): -11640497 or 5202254. OLE color: 5202254.

HSL color Cylindrical-coordinate representation of color #4E614F: hue angle of 123.16º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E614F is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB789779-
CMYK0.2000.190.62
HSL123.16º10.86%34.31%-
HSV(B)123.16º19.59%38.04%-
XYZ8.8310.739-
YUV89.27122.21119.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=30.71%
G=38.19%
B=31.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897790.2000.190.62123.1610.8634.31
Hex4E614F140133E7bb22
Octal11614111724023761731342
Binary1001110110000110011111010001001111111011110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,79); }

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

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

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

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

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

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

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