#4E5463

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

Shades of Bright Grey #4E5463

Tints of Bright Grey #4E5463

Color information

#4E5463 (or 0x4E5463) is unknown color: approx Bright Grey. HEX triplet: 4E, 54 and 63. RGB value is (78,84,99). Sum of RGB (Red+Green+Blue) = 78+84+99=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5463 is #B1AB9C. Grayscale: #535353. Windows color (decimal): -11643805 or 6509646. OLE color: 6509646.

HSL color Cylindrical-coordinate representation of color #4E5463: hue angle of 222.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5463 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB788499-
CMYK0.210.1500.61
HSL222.86º11.86%34.71%-
HSV(B)222.86º21.21%38.82%-
XYZ8.568.8613.06-
YUV83.92136.51123.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=29.89%
G=32.18%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7884990.210.1500.61222.8611.8634.71
Hex4E546315F03Ddfc23
Octal11612414325170753371443
Binary1001110101010011000111010111110111101110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,99); }

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

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

 a { background-color: rgb(78,84,99); }

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

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

 span { border-color: rgb(78,84,99); }

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