#4E586F

Color #4E586F East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #4E586F

Tints of East Bay #4E586F

Color information

#4E586F (or 0x4E586F) is unknown color: approx East Bay. HEX triplet: 4E, 58 and 6F. RGB value is (78,88,111). Sum of RGB (Red+Green+Blue) = 78+88+111=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E586F is #B1A790. Grayscale: #575757. Windows color (decimal): -11642769 or 7297102. OLE color: 7297102.

HSL color Cylindrical-coordinate representation of color #4E586F: hue angle of 221.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E586F is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7888111-
CMYK0.300.2100.56
HSL221.82º17.46%37.06%-
HSV(B)221.82º29.73%43.53%-
XYZ9.59.7516.42-
YUV87.63141.19121.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=28.16%
G=31.77%
B=40.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78881110.300.2100.56221.8217.4637.06
Hex4E586F1E15038de1125
Octal11613015736250703362145
Binary100111010110001101111111101010101110001101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,111); }

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

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

 a { background-color: rgb(78,88,111); }

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

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

 span { border-color: rgb(78,88,111); }

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