Html Css Color HEX #4D5573 East Bay

📋 copy color: '#4D5573'

red 77 ◦ green 85 ◦ blue 115

#4D5573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #4D5573

Tints of East Bay #4D5573

RGB

 RED value IS 77 (30.47% from 255) = 27.8%

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 27.8%
G = 30.69%
B = 41.52%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5573 (or 0x4D5573) is known color: East Bay. HEX triplet: 4D, 55 and 73. RGB value is (77,85,115). Sum of RGB (Red+Green+Blue) = 77+85+115=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5573 is #B2AA8C. Grayscale: #555555. Windows color (decimal): -11709069 or 7558477. OLE color: 7558477.

HSL color Cylindrical-coordinate representation of color #4D5573: hue angle of 227.37º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D5573 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 85 115 -
CMYK 0.33 0.26 0 0.55
HSL 227.37º 0.2% 0.38% -
HSV(B) 227.37º 0.33% 0.45% -
XYZ 9.4 9.31 17.52 -
YUV 86.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 77 85 115 0.33 0.26 0 0.55 227.37 0.2 0.38
Hex 4D 55 73 21 1A 0 37 E3 14 26
Octal 115 125 163 41 32 0 67 343 24 46
Binary 1001101 1010101 1110011 100001 11010 0 110111 11100011 10100 100110

Color Harmonies of #4D5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5573

Black with #4D5573

Text Example


Text Example

White with #4D5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5573;
 }
 .AnyTagClassName
 {
   color: #4D5573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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