#4F5657

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

Shades of Mako #4F5657

Tints of Mako #4F5657

Color information

#4F5657 (or 0x4F5657) is unknown color: approx Mako. HEX triplet: 4F, 56 and 57. RGB value is (79,86,87). Sum of RGB (Red+Green+Blue) = 79+86+87=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 87 - color contains mainly: blue. Hex color #4F5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5657 is #B0A9A8. Grayscale: #545454. Windows color (decimal): -11577769 or 5723727. OLE color: 5723727.

HSL color Cylindrical-coordinate representation of color #4F5657: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F5657 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB798687-
CMYK0.090.0100.66
HSL187.5º4.82%32.55%-
HSV(B)187.5º9.2%34.12%-
XYZ8.279.0110.32-
YUV84.02129.68124.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.35%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=31.35%
G=34.13%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986870.090.0100.66187.54.8232.55
Hex4F565791042bb521
Octal1171261271110102273541
Binary100111110101101010111100110100001010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,86,87); }

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

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

 a { background-color: rgb(79,86,87); }

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

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

 span { border-color: rgb(79,86,87); }

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