#4D605E

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

Shades of Mako #4D605E

Tints of Mako #4D605E

Color information

#4D605E (or 0x4D605E) is unknown color: approx Mako. HEX triplet: 4D, 60 and 5E. RGB value is (77,96,94). Sum of RGB (Red+Green+Blue) = 77+96+94=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #4D605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D605E is #B29FA1. Grayscale: #5A5A5A. Windows color (decimal): -11706274 or 6185037. OLE color: 6185037.

HSL color Cylindrical-coordinate representation of color #4D605E: hue angle of 173.68º 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 #4D605E is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB779694-
CMYK0.2000.020.62
HSL173.68º10.98%33.92%-
HSV(B)173.68º19.79%37.65%-
XYZ9.2610.7512.18-
YUV90.09130.21118.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=28.84%
G=35.96%
B=35.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796940.2000.020.62173.6810.9833.92
Hex4D605E14023Eaeb22
Octal1151401362402762561342
Binary10011011100000101111010100010111110101011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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