#4E7061

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

Shades of Como #4E7061

Tints of Como #4E7061

Color information

#4E7061 (or 0x4E7061) is unknown color: approx Como. HEX triplet: 4E, 70 and 61. RGB value is (78,112,97). Sum of RGB (Red+Green+Blue) = 78+112+97=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7061 is #B18F9E. Grayscale: #646464. Windows color (decimal): -11636639 or 6385742. OLE color: 6385742.

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

Color convert

RGB7811297-
CMYK0.3000.130.56
HSL153.53º17.89%37.25%-
HSV(B)153.53º30.36%43.92%-
XYZ11.0914.0713.44-
YUV100.12126.24112.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=27.18%
G=39.02%
B=33.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78112970.3000.130.56153.5317.8937.25
Hex4E70611E0D389a1225
Octal11616014136015702322245
Binary10011101110000110000111110011011110001001101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,97); }

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

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

 a { background-color: rgb(78,112,97); }

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

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

 span { border-color: rgb(78,112,97); }

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