#4D5D5B

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

Shades of Mako #4D5D5B

Tints of Mako #4D5D5B

Color information

#4D5D5B (or 0x4D5D5B) is unknown color: approx Mako. HEX triplet: 4D, 5D and 5B. RGB value is (77,93,91). Sum of RGB (Red+Green+Blue) = 77+93+91=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D5B is #B2A2A4. Grayscale: #575757. Windows color (decimal): -11707045 or 5987661. OLE color: 5987661.

HSL color Cylindrical-coordinate representation of color #4D5D5B: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D5D5B is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB779391-
CMYK0.1700.020.64
HSL172.5º9.41%33.33%-
HSV(B)172.5º17.2%36.47%-
XYZ8.8610.1611.39-
YUV87.99129.7120.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=29.50%
G=35.63%
B=34.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7793910.1700.020.64172.59.4133.33
Hex4D5D5B110240ac921
Octal11513513321021002541141
Binary100110110111011011011100010101000000101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,93,91); }

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

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

 a { background-color: rgb(77,93,91); }

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

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

 span { border-color: rgb(77,93,91); }

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