#4E535A

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

Shades of Bright Grey #4E535A

Tints of Bright Grey #4E535A

Color information

#4E535A (or 0x4E535A) is unknown color: approx Bright Grey. HEX triplet: 4E, 53 and 5A. RGB value is (78,83,90). Sum of RGB (Red+Green+Blue) = 78+83+90=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E535A is #B1ACA5. Grayscale: #525252. Windows color (decimal): -11644070 or 5919566. OLE color: 5919566.

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

Color convert

RGB788390-
CMYK0.130.0800.65
HSL215º7.14%32.94%-
HSV(B)215º13.33%35.29%-
XYZ8.088.5410.9-
YUV82.3132.34124.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.08%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=31.08%
G=33.07%
B=35.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7883900.130.0800.652157.1432.94
Hex4E535AD8041d7721
Octal11612313215100101327741
Binary100111010100111011010110110000100000111010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,83,90); }

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

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

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

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

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

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

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