#4F5E5C

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

Shades of Mako #4F5E5C

Tints of Mako #4F5E5C

Color information

#4F5E5C (or 0x4F5E5C) is unknown color: approx Mako. HEX triplet: 4F, 5E and 5C. RGB value is (79,94,92). Sum of RGB (Red+Green+Blue) = 79+94+92=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E5C is #B0A1A3. Grayscale: #595959. Windows color (decimal): -11575716 or 6053455. OLE color: 6053455.

HSL color Cylindrical-coordinate representation of color #4F5E5C: hue angle of 172º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F5E5C is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB799492-
CMYK0.1600.020.63
HSL172º8.67%33.92%-
HSV(B)172º15.96%36.86%-
XYZ9.1610.4411.66-
YUV89.29129.53120.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=29.81%
G=35.47%
B=34.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7994920.1600.020.631728.6733.92
Hex4F5E5C10023Fac922
Octal1171361342002772541142
Binary10011111011110101110010000010111111101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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