#4D5263

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

Shades of East Bay #4D5263

Tints of East Bay #4D5263

Color information

#4D5263 (or 0x4D5263) is unknown color: approx East Bay. HEX triplet: 4D, 52 and 63. RGB value is (77,82,99). Sum of RGB (Red+Green+Blue) = 77+82+99=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5263 is #B2AD9C. Grayscale: #525252. Windows color (decimal): -11709853 or 6509133. OLE color: 6509133.

HSL color Cylindrical-coordinate representation of color #4D5263: hue angle of 226.36º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5263 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB778299-
CMYK0.220.1700.61
HSL226.36º12.5%34.51%-
HSV(B)226.36º22.22%38.82%-
XYZ8.338.5113.01-
YUV82.44137.34124.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.84%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=29.84%
G=31.78%
B=38.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7782990.220.1700.61226.3612.534.51
Hex4D5263161103De2c23
Octal11512214326210753421443
Binary10011011010010110001110110100010111101111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,82,99); }

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

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

 a { background-color: rgb(77,82,99); }

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

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

 span { border-color: rgb(77,82,99); }

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