#4E535B

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

Shades of Bright Grey #4E535B

Tints of Bright Grey #4E535B

Color information

#4E535B (or 0x4E535B) is unknown color: approx Bright Grey. HEX triplet: 4E, 53 and 5B. RGB value is (78,83,91). Sum of RGB (Red+Green+Blue) = 78+83+91=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E535B is #B1ACA4. Grayscale: #525252. Windows color (decimal): -11644069 or 5985102. OLE color: 5985102.

HSL color Cylindrical-coordinate representation of color #4E535B: hue angle of 216.92º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E535B is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB788391-
CMYK0.140.0900.64
HSL216.92º7.69%33.14%-
HSV(B)216.92º14.29%35.69%-
XYZ8.128.5611.12-
YUV82.42132.84124.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.95%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=30.95%
G=32.94%
B=36.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7883910.140.0900.64216.927.6933.14
Hex4E535BE9040d9821
Octal116123133161101003311041
Binary1001110101001110110111110100101000000110110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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