#4E525F

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

Shades of Bright Grey #4E525F

Tints of Bright Grey #4E525F

Color information

#4E525F (or 0x4E525F) is unknown color: approx Bright Grey. HEX triplet: 4E, 52 and 5F. RGB value is (78,82,95). Sum of RGB (Red+Green+Blue) = 78+82+95=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E525F is #B1ADA0. Grayscale: #525252. Windows color (decimal): -11644321 or 6246990. OLE color: 6246990.

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

Color convert

RGB788295-
CMYK0.180.1400.63
HSL225.88º9.83%33.92%-
HSV(B)225.88º17.89%37.25%-
XYZ8.228.4812.03-
YUV82.29135.17124.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=30.59%
G=32.16%
B=37.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7882950.180.1400.63225.889.8333.92
Hex4E525F12E03Fe2a22
Octal11612213722160773421242
Binary1001110101001010111111001011100111111111000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,95); }

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

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

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

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

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

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

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