#4D5063

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

Shades of East Bay #4D5063

Tints of East Bay #4D5063

Color information

#4D5063 (or 0x4D5063) is unknown color: approx East Bay. HEX triplet: 4D, 50 and 63. RGB value is (77,80,99). Sum of RGB (Red+Green+Blue) = 77+80+99=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5063 is #B2AF9C. Grayscale: #515151. Windows color (decimal): -11710365 or 6508621. OLE color: 6508621.

HSL color Cylindrical-coordinate representation of color #4D5063: hue angle of 231.82º 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 #4D5063 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB778099-
CMYK0.220.1900.61
HSL231.82º12.5%34.51%-
HSV(B)231.82º22.22%38.82%-
XYZ8.188.2212.96-
YUV81.27138.01124.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.08%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=30.08%
G=31.25%
B=38.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7780990.220.1900.61231.8212.534.51
Hex4D5063161303De8c23
Octal11512014326230753501443
Binary10011011010000110001110110100110111101111010001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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