#4E5776

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

Shades of East Bay #4E5776

Tints of East Bay #4E5776

Color information

#4E5776 (or 0x4E5776) is unknown color: approx East Bay. HEX triplet: 4E, 57 and 76. RGB value is (78,87,118). Sum of RGB (Red+Green+Blue) = 78+87+118=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5776 is #B1A889. Grayscale: #575757. Windows color (decimal): -11643018 or 7755598. OLE color: 7755598.

HSL color Cylindrical-coordinate representation of color #4E5776: hue angle of 226.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E5776 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7887118-
CMYK0.340.2600.54
HSL226.5º20.41%38.43%-
HSV(B)226.5º33.9%46.27%-
XYZ9.829.7418.5-
YUV87.84145.02120.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=27.56%
G=30.74%
B=41.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78871180.340.2600.54226.520.4138.43
Hex4E5776221A036e21426
Octal11612716642320663422446
Binary1001110101011111101101000101101001101101110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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