#4E5673

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

Shades of East Bay #4E5673

Tints of East Bay #4E5673

Color information

#4E5673 (or 0x4E5673) is unknown color: approx East Bay. HEX triplet: 4E, 56 and 73. RGB value is (78,86,115). Sum of RGB (Red+Green+Blue) = 78+86+115=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5673 is #B1A98C. Grayscale: #565656. Windows color (decimal): -11643277 or 7558734. OLE color: 7558734.

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

Color convert

RGB7886115-
CMYK0.320.2500.55
HSL227.03º19.17%37.84%-
HSV(B)227.03º32.17%45.1%-
XYZ9.569.5117.55-
YUV86.91143.85121.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=27.96%
G=30.82%
B=41.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78861150.320.2500.55227.0319.1737.84
Hex4E56732019037e31326
Octal11612616340310673432346
Binary1001110101011011100111000001100101101111110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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