#4E5059

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

Shades of Bright Grey #4E5059

Tints of Bright Grey #4E5059

Color information

#4E5059 (or 0x4E5059) is unknown color: approx Bright Grey. HEX triplet: 4E, 50 and 59. RGB value is (78,80,89). Sum of RGB (Red+Green+Blue) = 78+80+89=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5059 is #B1AFA6. Grayscale: #505050. Windows color (decimal): -11644839 or 5853262. OLE color: 5853262.

HSL color Cylindrical-coordinate representation of color #4E5059: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5059 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB788089-
CMYK0.120.1000.65
HSL229.09º6.59%32.75%-
HSV(B)229.09º12.36%34.9%-
XYZ7.818.0810.6-
YUV80.43132.84126.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.58%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=31.58%
G=32.39%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7880890.120.1000.65229.096.5932.75
Hex4E5059CA041e5721
Octal11612013114120101345741
Binary100111010100001011001110010100100000111100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,80,89); }

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

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

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

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

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

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

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