#4D5570

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

Shades of East Bay #4D5570

Tints of East Bay #4D5570

Color information

#4D5570 (or 0x4D5570) is unknown color: approx East Bay. HEX triplet: 4D, 55 and 70. RGB value is (77,85,112). Sum of RGB (Red+Green+Blue) = 77+85+112=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5570 is #B2AA8F. Grayscale: #555555. Windows color (decimal): -11709072 or 7361869. OLE color: 7361869.

HSL color Cylindrical-coordinate representation of color #4D5570: hue angle of 226.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D5570 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7785112-
CMYK0.310.2400.56
HSL226.29º18.52%37.06%-
HSV(B)226.29º31.25%43.92%-
XYZ9.239.2416.63-
YUV85.69142.85121.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=28.10%
G=31.02%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77851120.310.2400.56226.2918.5237.06
Hex4D55701F18038e21325
Octal11512516037300703422345
Binary100110110101011110000111111100001110001110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,112); }

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

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

 a { background-color: rgb(77,85,112); }

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

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

 span { border-color: rgb(77,85,112); }

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