#4D625F

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

Shades of Mako #4D625F

Tints of Mako #4D625F

Color information

#4D625F (or 0x4D625F) is unknown color: approx Mako. HEX triplet: 4D, 62 and 5F. RGB value is (77,98,95). Sum of RGB (Red+Green+Blue) = 77+98+95=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #4D625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D625F is #B29DA0. Grayscale: #5B5B5B. Windows color (decimal): -11705761 or 6251085. OLE color: 6251085.

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

Color convert

RGB779895-
CMYK0.2100.030.62
HSL171.43º12%34.31%-
HSV(B)171.43º21.43%38.43%-
XYZ9.4911.1412.48-
YUV91.38130.04117.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.52%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=28.52%
G=36.30%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7798950.2100.030.62171.431234.31
Hex4D625F15033Eabc22
Octal1151421372503762531442
Binary10011011100010101111110101011111110101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,98,95); }

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

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

 a { background-color: rgb(77,98,95); }

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

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

 span { border-color: rgb(77,98,95); }

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