#4E5362

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

Shades of Bright Grey #4E5362

Tints of Bright Grey #4E5362

Color information

#4E5362 (or 0x4E5362) is unknown color: approx Bright Grey. HEX triplet: 4E, 53 and 62. RGB value is (78,83,98). Sum of RGB (Red+Green+Blue) = 78+83+98=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5362 is #B1AC9D. Grayscale: #535353. Windows color (decimal): -11644062 or 6443854. OLE color: 6443854.

HSL color Cylindrical-coordinate representation of color #4E5362: hue angle of 225º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5362 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB788398-
CMYK0.200.1500.62
HSL225º11.36%34.51%-
HSV(B)225º20.41%38.43%-
XYZ8.448.6912.79-
YUV83.21136.34124.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.12%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=30.12%
G=32.05%
B=37.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7883980.200.1500.6222511.3634.51
Hex4E536214F03Ee1b23
Octal11612314224170763411343
Binary1001110101001111000101010011110111110111000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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