#4E6850

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

Shades of Nandor #4E6850

Tints of Nandor #4E6850

Color information

#4E6850 (or 0x4E6850) is unknown color: approx Nandor. HEX triplet: 4E, 68 and 50. RGB value is (78,104,80). Sum of RGB (Red+Green+Blue) = 78+104+80=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6850 is #B197AF. Grayscale: #5D5D5D. Windows color (decimal): -11638704 or 5269582. OLE color: 5269582.

HSL color Cylindrical-coordinate representation of color #4E6850: hue angle of 124.62º 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 #4E6850 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB7810480-
CMYK0.2500.230.59
HSL124.62º14.29%35.69%-
HSV(B)124.62º25%40.78%-
XYZ9.5412.19.42-
YUV93.49120.39116.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.77%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=29.77%
G=39.69%
B=30.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104800.2500.230.59124.6214.2935.69
Hex4E6850190173B7de24
Octal11615012031027731751644
Binary1001110110100010100001100101011111101111111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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