#4E5151

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

Shades of Mako #4E5151

Tints of Mako #4E5151

Color information

#4E5151 (or 0x4E5151) is unknown color: approx Mako. HEX triplet: 4E, 51 and 51. RGB value is (78,81,81). Sum of RGB (Red+Green+Blue) = 78+81+81=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #4E5151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5151 is #B1AEAE. Grayscale: #505050. Windows color (decimal): -11644591 or 5329230. OLE color: 5329230.

HSL color Cylindrical-coordinate representation of color #4E5151: hue angle of 180º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4E5151 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB788181-
CMYK0.04000.68
HSL180º1.89%31.18%-
HSV(B)180º3.7%31.76%-
XYZ7.578.18.95-
YUV80.1128.51126.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=32.5%
G=33.75%
B=33.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881810.04000.681801.8931.18
Hex4E515140044b421f
Octal116121121400104264237
Binary100111010100011010001100001000100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,81,81); }

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

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

 a { background-color: rgb(78,81,81); }

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

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

 span { border-color: rgb(78,81,81); }

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