Html Css Color HEX #4D5572 East Bay

📋 copy color: '#4D5572'

red 77 ◦ green 85 ◦ blue 114

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

Shades of East Bay #4D5572

Tints of East Bay #4D5572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 27.9%
G = 30.8%
B = 41.3%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5572 (or 0x4D5572) is known color: East Bay. HEX triplet: 4D, 55 and 72. RGB value is (77,85,114). Sum of RGB (Red+Green+Blue) = 77+85+114=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5572 is #B2AA8D. Grayscale: #555555. Windows color (decimal): -11709070 or 7492941. OLE color: 7492941.

HSL color Cylindrical-coordinate representation of color #4D5572: hue angle of 227.03º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5572 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 85 114 -
CMYK 0.32 0.25 0 0.55
HSL 227.03º 0.19% 0.37% -
HSV(B) 227.03º 0.32% 0.45% -
XYZ 9.35 9.29 17.22 -
YUV 85.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 77 85 114 0.32 0.25 0 0.55 227.03 0.19 0.37
Hex 4D 55 72 20 19 0 37 E3 13 25
Octal 115 125 162 40 31 0 67 343 23 45
Binary 1001101 1010101 1110010 100000 11001 0 110111 11100011 10011 100101

Color Harmonies of #4D5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5572

Black with #4D5572

Text Example


Text Example

White with #4D5572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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