#4E526A

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

Shades of East Bay #4E526A

Tints of East Bay #4E526A

Color information

#4E526A (or 0x4E526A) is unknown color: approx East Bay. HEX triplet: 4E, 52 and 6A. RGB value is (78,82,106). Sum of RGB (Red+Green+Blue) = 78+82+106=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E526A is #B1AD95. Grayscale: #535353. Windows color (decimal): -11644310 or 6967886. OLE color: 6967886.

HSL color Cylindrical-coordinate representation of color #4E526A: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E526A is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7882106-
CMYK0.260.2300.58
HSL231.43º15.22%36.08%-
HSV(B)231.43º26.42%41.57%-
XYZ8.768.6914.85-
YUV83.54140.67124.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=29.32%
G=30.83%
B=39.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78821060.260.2300.58231.4315.2236.08
Hex4E526A1A1703Ae7f24
Octal11612215232270723471744
Binary10011101010010110101011010101110111010111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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