Html Css Color HEX #4D5464 East Bay

📋 copy color: '#4D5464'

red 77 ◦ green 84 ◦ blue 100

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

Shades of East Bay #4D5464

Tints of East Bay #4D5464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 29.5%
G = 32.18%
B = 38.31%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D5464 (or 0x4D5464) is known color: East Bay. HEX triplet: 4D, 54 and 64. RGB value is (77,84,100). Sum of RGB (Red+Green+Blue) = 77+84+100=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D5464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5464 is #B2AB9B. Grayscale: #535353. Windows color (decimal): -11709340 or 6575181. OLE color: 6575181.

HSL color Cylindrical-coordinate representation of color #4D5464: hue angle of 221.74º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5464 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 84 100 -
CMYK 0.23 0.16 0 0.61
HSL 221.74º 0.13% 0.35% -
HSV(B) 221.74º 0.23% 0.39% -
XYZ 8.53 8.84 13.31 -
YUV 83.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 77 84 100 0.23 0.16 0 0.61 221.74 0.13 0.35
Hex 4D 54 64 17 10 0 3D DE D 23
Octal 115 124 144 27 20 0 75 336 15 43
Binary 1001101 1010100 1100100 10111 10000 0 111101 11011110 1101 100011

Color Harmonies of #4D5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5464

Black with #4D5464

Text Example


Text Example

White with #4D5464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,100); }

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

background-color css

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

 a { background-color: rgb(77,84,100); }

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

border-color css

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

 span { border-color: rgb(77,84,100); }

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