#4D536E

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

Shades of East Bay #4D536E

Tints of East Bay #4D536E

Color information

#4D536E (or 0x4D536E) is unknown color: approx East Bay. HEX triplet: 4D, 53 and 6E. RGB value is (77,83,110). Sum of RGB (Red+Green+Blue) = 77+83+110=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D536E is #B2AC91. Grayscale: #545454. Windows color (decimal): -11709586 or 7230285. OLE color: 7230285.

HSL color Cylindrical-coordinate representation of color #4D536E: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D536E is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7783110-
CMYK0.30.2500.57
HSL229.09º17.65%36.67%-
HSV(B)229.09º30%43.14%-
XYZ8.978.8916-
YUV84.28142.51122.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.52%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=28.52%
G=30.74%
B=40.74%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77831100.30.2500.57229.0917.6536.67
Hex4D536E1E19039e51225
Octal11512315636310713452245
Binary100110110100111101110111101100101110011110010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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