#4C526B

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

Shades of East Bay #4C526B

Tints of East Bay #4C526B

Color information

#4C526B (or 0x4C526B) is unknown color: approx East Bay. HEX triplet: 4C, 52 and 6B. RGB value is (76,82,107). Sum of RGB (Red+Green+Blue) = 76+82+107=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C526B is #B3AD94. Grayscale: #525252. Windows color (decimal): -11775381 or 7033420. OLE color: 7033420.

HSL color Cylindrical-coordinate representation of color #4C526B: hue angle of 228.39º 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 #4C526B is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7682107-
CMYK0.290.2300.58
HSL228.39º16.94%35.88%-
HSV(B)228.39º28.97%41.96%-
XYZ8.658.6315.12-
YUV83.06141.51122.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=28.68%
G=30.94%
B=40.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76821070.290.2300.58228.3916.9435.88
Hex4C526B1D1703Ae41124
Octal11412215335270723442144
Binary100110010100101101011111011011101110101110010010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,82,107); }

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

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

 a { background-color: rgb(76,82,107); }

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

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

 span { border-color: rgb(76,82,107); }

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