#4F605E

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

Shades of Mako #4F605E

Tints of Mako #4F605E

Color information

#4F605E (or 0x4F605E) is unknown color: approx Mako. HEX triplet: 4F, 60 and 5E. RGB value is (79,96,94). Sum of RGB (Red+Green+Blue) = 79+96+94=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #4F605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F605E is #B09FA1. Grayscale: #5A5A5A. Windows color (decimal): -11575202 or 6185039. OLE color: 6185039.

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

Color convert

RGB799694-
CMYK0.1800.020.62
HSL172.94º9.71%34.31%-
HSV(B)172.94º17.71%37.65%-
XYZ9.4310.8412.18-
YUV90.69129.87119.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=29.37%
G=35.69%
B=34.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996940.1800.020.62172.949.7134.31
Hex4F605E12023Eada22
Octal1171401362202762551242
Binary10011111100000101111010010010111110101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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