#4E5475

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

Shades of East Bay #4E5475

Tints of East Bay #4E5475

Color information

#4E5475 (or 0x4E5475) is unknown color: approx East Bay. HEX triplet: 4E, 54 and 75. RGB value is (78,84,117). Sum of RGB (Red+Green+Blue) = 78+84+117=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E5475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5475 is #B1AB8A. Grayscale: #555555. Windows color (decimal): -11643787 or 7689294. OLE color: 7689294.

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

Color convert

RGB7884117-
CMYK0.330.2800.54
HSL230.77º20%38.24%-
HSV(B)230.77º33.33%45.88%-
XYZ9.529.2418.11-
YUV85.97145.51122.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=27.96%
G=30.11%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78841170.330.2800.54230.772038.24
Hex4E5475211C036e71426
Octal11612416541340663472446
Binary1001110101010011101011000011110001101101110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,117); }

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

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

 a { background-color: rgb(78,84,117); }

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

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

 span { border-color: rgb(78,84,117); }

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