#4F615E

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

Shades of Mako #4F615E

Tints of Mako #4F615E

Color information

#4F615E (or 0x4F615E) is unknown color: approx Mako. HEX triplet: 4F, 61 and 5E. RGB value is (79,97,94). Sum of RGB (Red+Green+Blue) = 79+97+94=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #4F615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F615E is #B09EA1. Grayscale: #5B5B5B. Windows color (decimal): -11574946 or 6185295. OLE color: 6185295.

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

Color convert

RGB799794-
CMYK0.1900.030.62
HSL170º10.23%34.51%-
HSV(B)170º18.56%38.04%-
XYZ9.5211.0212.21-
YUV91.28129.54119.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=29.26%
G=35.93%
B=34.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997940.1900.030.6217010.2334.51
Hex4F615E13033Eaaa23
Octal1171411362303762521243
Binary10011111100001101111010011011111110101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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