#4E566E

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

Shades of East Bay #4E566E

Tints of East Bay #4E566E

Color information

#4E566E (or 0x4E566E) is unknown color: approx East Bay. HEX triplet: 4E, 56 and 6E. RGB value is (78,86,110). Sum of RGB (Red+Green+Blue) = 78+86+110=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E566E is #B1A991. Grayscale: #565656. Windows color (decimal): -11643282 or 7231054. OLE color: 7231054.

HSL color Cylindrical-coordinate representation of color #4E566E: hue angle of 225º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E566E is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7886110-
CMYK0.290.2200.57
HSL225º17.02%36.86%-
HSV(B)225º29.09%43.14%-
XYZ9.289.416.08-
YUV86.34141.35122.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=28.47%
G=31.39%
B=40.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78861100.290.2200.5722517.0236.86
Hex4E566E1D16039e11125
Octal11612615635260713412145
Binary100111010101101101110111011011001110011110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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