#4E615E

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

Shades of Mako #4E615E

Tints of Mako #4E615E

Color information

#4E615E (or 0x4E615E) is unknown color: approx Mako. HEX triplet: 4E, 61 and 5E. RGB value is (78,97,94). Sum of RGB (Red+Green+Blue) = 78+97+94=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #4E615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E615E is #B19EA1. Grayscale: #5A5A5A. Windows color (decimal): -11640482 or 6185294. OLE color: 6185294.

HSL color Cylindrical-coordinate representation of color #4E615E: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E615E is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB789794-
CMYK0.2000.030.62
HSL170.53º10.86%34.31%-
HSV(B)170.53º19.59%38.04%-
XYZ9.4410.9812.21-
YUV90.98129.71118.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=29.00%
G=36.06%
B=34.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897940.2000.030.62170.5310.8634.31
Hex4E615E14033Eabb22
Octal1161411362403762531342
Binary10011101100001101111010100011111110101010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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