#4E566F

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

Shades of East Bay #4E566F

Tints of East Bay #4E566F

Color information

#4E566F (or 0x4E566F) is unknown color: approx East Bay. HEX triplet: 4E, 56 and 6F. RGB value is (78,86,111). Sum of RGB (Red+Green+Blue) = 78+86+111=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E566F is #B1A990. Grayscale: #565656. Windows color (decimal): -11643281 or 7296590. OLE color: 7296590.

HSL color Cylindrical-coordinate representation of color #4E566F: hue angle of 225.45º 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 #4E566F is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7886111-
CMYK0.300.2300.56
HSL225.45º17.46%37.06%-
HSV(B)225.45º29.73%43.53%-
XYZ9.349.4216.37-
YUV86.46141.85121.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=28.36%
G=31.27%
B=40.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78861110.300.2300.56225.4517.4637.06
Hex4E566F1E17038e11125
Octal11612615736270703412145
Binary100111010101101101111111101011101110001110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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