#4D5373

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

Shades of East Bay #4D5373

Tints of East Bay #4D5373

Color information

#4D5373 (or 0x4D5373) is unknown color: approx East Bay. HEX triplet: 4D, 53 and 73. RGB value is (77,83,115). Sum of RGB (Red+Green+Blue) = 77+83+115=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5373 is #B2AC8C. Grayscale: #545454. Windows color (decimal): -11709581 or 7557965. OLE color: 7557965.

HSL color Cylindrical-coordinate representation of color #4D5373: hue angle of 230.53º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D5373 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7783115-
CMYK0.330.2800.55
HSL230.53º19.79%37.65%-
HSV(B)230.53º33.04%45.1%-
XYZ9.25917.47-
YUV84.85145.01122.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=28%
G=30.18%
B=41.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77831150.330.2800.55230.5319.7937.65
Hex4D5373211C037e71426
Octal11512316341340673472446
Binary1001101101001111100111000011110001101111110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,83,115); }

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

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

 a { background-color: rgb(77,83,115); }

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

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

 span { border-color: rgb(77,83,115); }

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