#4E795F

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

Shades of Como #4E795F

Tints of Como #4E795F

Color information

#4E795F (or 0x4E795F) is unknown color: approx Como. HEX triplet: 4E, 79 and 5F. RGB value is (78,121,95). Sum of RGB (Red+Green+Blue) = 78+121+95=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #4E795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E795F is #B186A0. Grayscale: #696969. Windows color (decimal): -11634337 or 6256974. OLE color: 6256974.

HSL color Cylindrical-coordinate representation of color #4E795F: hue angle of 143.72º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E795F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB7812195-
CMYK0.3600.210.53
HSL143.72º21.61%39.02%-
HSV(B)143.72º35.54%47.45%-
XYZ12.0416.1213.3-
YUV105.18122.25108.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=26.53%
G=41.16%
B=32.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78121950.3600.210.53143.7221.6139.02
Hex4E795F2401535901627
Octal11617113744025652202647
Binary1001110111100110111111001000101011101011001000010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,121,95); }

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

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

 a { background-color: rgb(78,121,95); }

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

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

 span { border-color: rgb(78,121,95); }

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