#4D556F

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

Shades of East Bay #4D556F

Tints of East Bay #4D556F

Color information

#4D556F (or 0x4D556F) is unknown color: approx East Bay. HEX triplet: 4D, 55 and 6F. RGB value is (77,85,111). Sum of RGB (Red+Green+Blue) = 77+85+111=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D556F is #B2AA90. Grayscale: #555555. Windows color (decimal): -11709073 or 7296333. OLE color: 7296333.

HSL color Cylindrical-coordinate representation of color #4D556F: hue angle of 225.88º degrees, saturation: 0.18, 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 #4D556F is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7785111-
CMYK0.310.2300.56
HSL225.88º18.09%36.86%-
HSV(B)225.88º30.63%43.53%-
XYZ9.189.2216.34-
YUV85.57142.35121.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.21%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=28.21%
G=31.14%
B=40.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77851110.310.2300.56225.8818.0936.86
Hex4D556F1F17038e21225
Octal11512515737270703422245
Binary100110110101011101111111111011101110001110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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