Html Css Color HEX #4D5772 East Bay

📋 copy color: '#4D5772'

red 77 ◦ green 87 ◦ blue 114

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

Shades of East Bay #4D5772

Tints of East Bay #4D5772

RGB

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

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

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

R = 27.7%
G = 31.29%
B = 41.01%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5772 (or 0x4D5772) is known color: East Bay. HEX triplet: 4D, 57 and 72. RGB value is (77,87,114). Sum of RGB (Red+Green+Blue) = 77+87+114=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5772 is #B2A88D. Grayscale: #565656. Windows color (decimal): -11708558 or 7493453. OLE color: 7493453.

HSL color Cylindrical-coordinate representation of color #4D5772: hue angle of 223.78º 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 #4D5772 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 87 114 -
CMYK 0.32 0.24 0 0.55
HSL 223.78º 0.19% 0.37% -
HSV(B) 223.78º 0.32% 0.45% -
XYZ 9.51 9.61 17.27 -
YUV 87.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 77 87 114 0.32 0.24 0 0.55 223.78 0.19 0.37
Hex 4D 57 72 20 18 0 37 E0 13 25
Octal 115 127 162 40 30 0 67 340 23 45
Binary 1001101 1010111 1110010 100000 11000 0 110111 11100000 10011 100101

Color Harmonies of #4D5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5772

Black with #4D5772

Text Example


Text Example

White with #4D5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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