#4D526C

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

Shades of East Bay #4D526C

Tints of East Bay #4D526C

Color information

#4D526C (or 0x4D526C) is unknown color: approx East Bay. HEX triplet: 4D, 52 and 6C. RGB value is (77,82,108). Sum of RGB (Red+Green+Blue) = 77+82+108=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D526C is #B2AD93. Grayscale: #535353. Windows color (decimal): -11709844 or 7098957. OLE color: 7098957.

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

Color convert

RGB7782108-
CMYK0.290.2400.58
HSL230.32º16.76%36.27%-
HSV(B)230.32º28.7%42.35%-
XYZ8.788.715.4-
YUV83.47141.84123.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=28.84%
G=30.71%
B=40.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77821080.290.2400.58230.3216.7636.27
Hex4D526C1D1803Ae61124
Octal11512215435300723462144
Binary100110110100101101100111011100001110101110011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,82,108); }

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

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

 a { background-color: rgb(77,82,108); }

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

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

 span { border-color: rgb(77,82,108); }

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