#4E5058

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

Shades of Bright Grey #4E5058

Tints of Bright Grey #4E5058

Color information

#4E5058 (or 0x4E5058) is unknown color: approx Bright Grey. HEX triplet: 4E, 50 and 58. RGB value is (78,80,88). Sum of RGB (Red+Green+Blue) = 78+80+88=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5058 is #B1AFA7. Grayscale: #505050. Windows color (decimal): -11644840 or 5787726. OLE color: 5787726.

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

Color convert

RGB788088-
CMYK0.110.0900.65
HSL228º6.02%32.55%-
HSV(B)228º11.36%34.51%-
XYZ7.778.0610.38-
YUV80.31132.34126.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.71%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=31.71%
G=32.52%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7880880.110.0900.652286.0232.55
Hex4E5058B9041e4621
Octal11612013013110101344641
Binary100111010100001011000101110010100000111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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