#4E5769

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

Shades of East Bay #4E5769

Tints of East Bay #4E5769

Color information

#4E5769 (or 0x4E5769) is unknown color: approx East Bay. HEX triplet: 4E, 57 and 69. RGB value is (78,87,105). Sum of RGB (Red+Green+Blue) = 78+87+105=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5769 is #B1A896. Grayscale: #565656. Windows color (decimal): -11643031 or 6903630. OLE color: 6903630.

HSL color Cylindrical-coordinate representation of color #4E5769: hue angle of 220º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E5769 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7887105-
CMYK0.260.1700.59
HSL220º14.75%35.88%-
HSV(B)220º25.71%41.18%-
XYZ9.19.4614.71-
YUV86.36138.52122.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=28.89%
G=32.22%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78871050.260.1700.5922014.7535.88
Hex4E57691A1103Bdcf24
Octal11612715132210733341744
Binary10011101010111110100111010100010111011110111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,87,105); }

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

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

 a { background-color: rgb(78,87,105); }

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

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

 span { border-color: rgb(78,87,105); }

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