#4E526F

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

Shades of East Bay #4E526F

Tints of East Bay #4E526F

Color information

#4E526F (or 0x4E526F) is unknown color: approx East Bay. HEX triplet: 4E, 52 and 6F. RGB value is (78,82,111). Sum of RGB (Red+Green+Blue) = 78+82+111=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E526F is #B1AD90. Grayscale: #535353. Windows color (decimal): -11644305 or 7295566. OLE color: 7295566.

HSL color Cylindrical-coordinate representation of color #4E526F: hue angle of 232.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E526F is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7882111-
CMYK0.300.2600.56
HSL232.73º17.46%37.06%-
HSV(B)232.73º29.73%43.53%-
XYZ9.038.816.26-
YUV84.11143.17123.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=28.78%
G=30.26%
B=40.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78821110.300.2600.56232.7317.4637.06
Hex4E526F1E1A038e91125
Octal11612215736320703512145
Binary100111010100101101111111101101001110001110100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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