Html Css Color HEX #4D5060 East Bay

📋 copy color: '#4D5060'

red 77 ◦ green 80 ◦ blue 96

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

Shades of East Bay #4D5060

Tints of East Bay #4D5060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 30.43%
G = 31.62%
B = 37.94%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D5060 (or 0x4D5060) is known color: East Bay. HEX triplet: 4D, 50 and 60. RGB value is (77,80,96). Sum of RGB (Red+Green+Blue) = 77+80+96=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D5060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5060 is #B2AF9F. Grayscale: #505050. Windows color (decimal): -11710368 or 6312013. OLE color: 6312013.

HSL color Cylindrical-coordinate representation of color #4D5060: hue angle of 230.53º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5060 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 80 96 -
CMYK 0.20 0.17 0 0.62
HSL 230.53º 0.11% 0.34% -
HSV(B) 230.53º 0.2% 0.38% -
XYZ 8.04 8.16 12.22 -
YUV 80.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 77 80 96 0.20 0.17 0 0.62 230.53 0.11 0.34
Hex 4D 50 60 14 11 0 3E E7 B 22
Octal 115 120 140 24 21 0 76 347 13 42
Binary 1001101 1010000 1100000 10100 10001 0 111110 11100111 1011 100010

Color Harmonies of #4D5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5060

Black with #4D5060

Text Example


Text Example

White with #4D5060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,96); }

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

background-color css

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

 a { background-color: rgb(77,80,96); }

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

border-color css

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

 span { border-color: rgb(77,80,96); }

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