#4E5574

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

Shades of East Bay #4E5574

Tints of East Bay #4E5574

Color information

#4E5574 (or 0x4E5574) is unknown color: approx East Bay. HEX triplet: 4E, 55 and 74. RGB value is (78,85,116). Sum of RGB (Red+Green+Blue) = 78+85+116=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5574 is #B1AA8B. Grayscale: #565656. Windows color (decimal): -11643532 or 7624014. OLE color: 7624014.

HSL color Cylindrical-coordinate representation of color #4E5574: hue angle of 228.95º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E5574 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7885116-
CMYK0.330.2700.55
HSL228.95º19.59%38.04%-
HSV(B)228.95º32.76%45.49%-
XYZ9.549.3817.83-
YUV86.44144.68121.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=27.96%
G=30.47%
B=41.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78851160.330.2700.55228.9519.5938.04
Hex4E5574211B037e51426
Octal11612516441330673452446
Binary1001110101010111101001000011101101101111110010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,116); }

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

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

 a { background-color: rgb(78,85,116); }

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

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

 span { border-color: rgb(78,85,116); }

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