#4D5369

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

Shades of East Bay #4D5369

Tints of East Bay #4D5369

Color information

#4D5369 (or 0x4D5369) is unknown color: approx East Bay. HEX triplet: 4D, 53 and 69. RGB value is (77,83,105). Sum of RGB (Red+Green+Blue) = 77+83+105=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D5369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5369 is #B2AC96. Grayscale: #535353. Windows color (decimal): -11709591 or 6902605. OLE color: 6902605.

HSL color Cylindrical-coordinate representation of color #4D5369: hue angle of 227.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D5369 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7783105-
CMYK0.270.2100.59
HSL227.14º15.38%35.69%-
HSV(B)227.14º26.67%41.18%-
XYZ8.78.7814.6-
YUV83.71140.01123.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.06%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=29.06%
G=31.32%
B=39.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77831050.270.2100.59227.1415.3835.69
Hex4D53691B1503Be3f24
Octal11512315133250733431744
Binary10011011010011110100111011101010111011111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,83,105); }

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

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

 a { background-color: rgb(77,83,105); }

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

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

 span { border-color: rgb(77,83,105); }

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