#4E5276

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

Shades of East Bay #4E5276

Tints of East Bay #4E5276

Color information

#4E5276 (or 0x4E5276) is unknown color: approx East Bay. HEX triplet: 4E, 52 and 76. RGB value is (78,82,118). Sum of RGB (Red+Green+Blue) = 78+82+118=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E5276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5276 is #B1AD89. Grayscale: #545454. Windows color (decimal): -11644298 or 7754318. OLE color: 7754318.

HSL color Cylindrical-coordinate representation of color #4E5276: hue angle of 234º 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 #4E5276 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7882118-
CMYK0.340.3100.54
HSL234º20.41%38.43%-
HSV(B)234º33.9%46.27%-
XYZ9.438.9618.37-
YUV84.91146.67123.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=28.06%
G=29.50%
B=42.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78821180.340.3100.5423420.4138.43
Hex4E5276221F036ea1426
Octal11612216642370663522446
Binary1001110101001011101101000101111101101101110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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