#4E795E

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

Shades of Como #4E795E

Tints of Como #4E795E

Color information

#4E795E (or 0x4E795E) is unknown color: approx Como. HEX triplet: 4E, 79 and 5E. RGB value is (78,121,94). Sum of RGB (Red+Green+Blue) = 78+121+94=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #4E795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E795E is #B186A1. Grayscale: #696969. Windows color (decimal): -11634338 or 6191438. OLE color: 6191438.

HSL color Cylindrical-coordinate representation of color #4E795E: hue angle of 142.33º 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 #4E795E is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB7812194-
CMYK0.3600.220.53
HSL142.33º21.61%39.02%-
HSV(B)142.33º35.54%47.45%-
XYZ1216.113.07-
YUV105.06121.75108.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.62%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=26.62%
G=41.30%
B=32.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78121940.3600.220.53142.3321.6139.02
Hex4E795E24016358e1627
Octal11617113644026652162647
Binary1001110111100110111101001000101101101011000111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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