#4E5A4D

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

Shades of Nandor #4E5A4D

Tints of Nandor #4E5A4D

Color information

#4E5A4D (or 0x4E5A4D) is unknown color: approx Nandor. HEX triplet: 4E, 5A and 4D. RGB value is (78,90,77). Sum of RGB (Red+Green+Blue) = 78+90+77=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A4D is #B1A5B2. Grayscale: #545454. Windows color (decimal): -11642291 or 5069390. OLE color: 5069390.

HSL color Cylindrical-coordinate representation of color #4E5A4D: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E5A4D is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB789077-
CMYK0.1300.140.65
HSL115.38º7.78%32.75%-
HSV(B)115.38º14.44%35.29%-
XYZ8.149.478.42-
YUV84.93123.52123.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.84%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=31.84%
G=36.73%
B=31.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7890770.1300.140.65115.387.7832.75
Hex4E5A4DD0E4173821
Octal116132115150161011631041
Binary100111010110101001101110101110100000111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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