Html Css Color HEX #4D5771 East Bay

📋 copy color: '#4D5771'

red 77 ◦ green 87 ◦ blue 113

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

Shades of East Bay #4D5771

Tints of East Bay #4D5771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 27.8%
G = 31.41%
B = 40.79%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D5771 (or 0x4D5771) is known color: East Bay. HEX triplet: 4D, 57 and 71. RGB value is (77,87,113). Sum of RGB (Red+Green+Blue) = 77+87+113=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5771 is #B2A88E. Grayscale: #565656. Windows color (decimal): -11708559 or 7427917. OLE color: 7427917.

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

Color convert

RGB 77 87 113 -
CMYK 0.32 0.23 0 0.56
HSL 223.33º 0.19% 0.37% -
HSV(B) 223.33º 0.32% 0.44% -
XYZ 9.45 9.59 16.98 -
YUV 86.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 77 87 113 0.32 0.23 0 0.56 223.33 0.19 0.37
Hex 4D 57 71 20 17 0 38 DF 13 25
Octal 115 127 161 40 27 0 70 337 23 45
Binary 1001101 1010111 1110001 100000 10111 0 111000 11011111 10011 100101

Color Harmonies of #4D5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5771

Black with #4D5771

Text Example


Text Example

White with #4D5771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,87,113); }

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

background-color css

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

 a { background-color: rgb(77,87,113); }

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

border-color css

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

 span { border-color: rgb(77,87,113); }

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