#4D5071

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

Shades of East Bay #4D5071

Tints of East Bay #4D5071

Color information

#4D5071 (or 0x4D5071) is unknown color: approx East Bay. HEX triplet: 4D, 50 and 71. RGB value is (77,80,113). Sum of RGB (Red+Green+Blue) = 77+80+113=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5071 is #B2AF8E. Grayscale: #525252. Windows color (decimal): -11710351 or 7426125. OLE color: 7426125.

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

Color convert

RGB7780113-
CMYK0.320.2900.56
HSL235º18.95%37.25%-
HSV(B)235º31.86%44.31%-
XYZ8.918.5116.8-
YUV82.86145.01123.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.52%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=28.52%
G=29.63%
B=41.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77801130.320.2900.5623518.9537.25
Hex4D5071201D038eb1325
Octal11512016140350703532345
Binary1001101101000011100011000001110101110001110101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,113); }

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

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

 a { background-color: rgb(77,80,113); }

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

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

 span { border-color: rgb(77,80,113); }

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