#4D546C

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

Shades of East Bay #4D546C

Tints of East Bay #4D546C

Color information

#4D546C (or 0x4D546C) is unknown color: approx East Bay. HEX triplet: 4D, 54 and 6C. RGB value is (77,84,108). Sum of RGB (Red+Green+Blue) = 77+84+108=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D546C is #B2AB93. Grayscale: #545454. Windows color (decimal): -11709332 or 7099469. OLE color: 7099469.

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

Color convert

RGB7784108-
CMYK0.290.2200.58
HSL226.45º16.76%36.27%-
HSV(B)226.45º28.7%42.35%-
XYZ8.94915.45-
YUV84.64141.18122.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.62%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=28.62%
G=31.23%
B=40.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77841080.290.2200.58226.4516.7636.27
Hex4D546C1D1603Ae21124
Octal11512415435260723422144
Binary100110110101001101100111011011001110101110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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