#4E544F

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

Shades of Nandor #4E544F

Tints of Nandor #4E544F

Color information

#4E544F (or 0x4E544F) is unknown color: approx Nandor. HEX triplet: 4E, 54 and 4F. RGB value is (78,84,79). Sum of RGB (Red+Green+Blue) = 78+84+79=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 84 - color contains mainly: green. Hex color #4E544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E544F is #B1ABB0. Grayscale: #515151. Windows color (decimal): -11643825 or 5198926. OLE color: 5198926.

HSL color Cylindrical-coordinate representation of color #4E544F: hue angle of 130º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E544F is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB788479-
CMYK0.0700.060.67
HSL130º3.7%31.76%-
HSV(B)130º7.14%32.94%-
XYZ7.728.528.64-
YUV81.64126.51125.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=32.37%
G=34.85%
B=32.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884790.0700.060.671303.731.76
Hex4E544F7064382420
Octal116124117706103202440
Binary1001110101010010011111110110100001110000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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