#4E5772

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

Shades of East Bay #4E5772

Tints of East Bay #4E5772

Color information

#4E5772 (or 0x4E5772) is unknown color: approx East Bay. HEX triplet: 4E, 57 and 72. RGB value is (78,87,114). Sum of RGB (Red+Green+Blue) = 78+87+114=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5772 is #B1A88D. Grayscale: #575757. Windows color (decimal): -11643022 or 7493454. OLE color: 7493454.

HSL color Cylindrical-coordinate representation of color #4E5772: hue angle of 225º 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 #4E5772 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7887114-
CMYK0.320.2400.55
HSL225º18.75%37.65%-
HSV(B)225º31.58%44.71%-
XYZ9.599.6517.28-
YUV87.39143.02121.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=27.96%
G=31.18%
B=40.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78871140.320.2400.5522518.7537.65
Hex4E57722018037e11326
Octal11612716240300673412346
Binary1001110101011111100101000001100001101111110000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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