#4E6859

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

Shades of Feldgrau #4E6859

Tints of Feldgrau #4E6859

Color information

#4E6859 (or 0x4E6859) is unknown color: approx Feldgrau. HEX triplet: 4E, 68 and 59. RGB value is (78,104,89). Sum of RGB (Red+Green+Blue) = 78+104+89=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6859 is #B197A6. Grayscale: #5E5E5E. Windows color (decimal): -11638695 or 5859406. OLE color: 5859406.

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

Color convert

RGB7810489-
CMYK0.2500.140.59
HSL145.38º14.29%35.69%-
HSV(B)145.38º25%40.78%-
XYZ9.912.2411.29-
YUV94.52124.89116.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=28.78%
G=38.38%
B=32.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104890.2500.140.59145.3814.2935.69
Hex4E6859190E3B91e24
Octal11615013131016732211644
Binary1001110110100010110011100101110111011100100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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