#4E684B

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

Shades of Nandor #4E684B

Tints of Nandor #4E684B

Color information

#4E684B (or 0x4E684B) is unknown color: approx Nandor. HEX triplet: 4E, 68 and 4B. RGB value is (78,104,75). Sum of RGB (Red+Green+Blue) = 78+104+75=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #4E684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E684B is #B197B4. Grayscale: #5D5D5D. Windows color (decimal): -11638709 or 4941902. OLE color: 4941902.

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

Color convert

RGB7810475-
CMYK0.2500.280.59
HSL113.79º16.2%35.1%-
HSV(B)113.79º27.88%40.78%-
XYZ9.3612.038.48-
YUV92.92117.89117.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.35%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=30.35%
G=40.47%
B=29.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104750.2500.280.59113.7916.235.1
Hex4E684B1901C3B721023
Octal11615011331034731622043
Binary10011101101000100101111001011100111011111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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