#4E715E

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

Shades of Como #4E715E

Tints of Como #4E715E

Color information

#4E715E (or 0x4E715E) is unknown color: approx Como. HEX triplet: 4E, 71 and 5E. RGB value is (78,113,94). Sum of RGB (Red+Green+Blue) = 78+113+94=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #4E715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E715E is #B18EA1. Grayscale: #646464. Windows color (decimal): -11636386 or 6189390. OLE color: 6189390.

HSL color Cylindrical-coordinate representation of color #4E715E: hue angle of 147.43º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E715E is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB7811394-
CMYK0.3100.170.56
HSL147.43º18.32%37.45%-
HSV(B)147.43º30.97%44.31%-
XYZ11.0714.2412.75-
YUV100.37124.4112.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=27.37%
G=39.65%
B=32.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78113940.3100.170.56147.4318.3237.45
Hex4E715E1F01138931225
Octal11616113637021702232245
Binary100111011100011011110111110100011110001001001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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