#4E605E

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

Shades of Mako #4E605E

Tints of Mako #4E605E

Color information

#4E605E (or 0x4E605E) is unknown color: approx Mako. HEX triplet: 4E, 60 and 5E. RGB value is (78,96,94). Sum of RGB (Red+Green+Blue) = 78+96+94=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #4E605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E605E is #B19FA1. Grayscale: #5A5A5A. Windows color (decimal): -11640738 or 6185038. OLE color: 6185038.

HSL color Cylindrical-coordinate representation of color #4E605E: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E605E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB789694-
CMYK0.1900.020.62
HSL173.33º10.34%34.12%-
HSV(B)173.33º18.75%37.65%-
XYZ9.3510.7912.18-
YUV90.39130.04119.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=29.10%
G=35.82%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896940.1900.020.62173.3310.3434.12
Hex4E605E13023Eada22
Octal1161401362302762551242
Binary10011101100000101111010011010111110101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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