Html Css Color HEX #4D4F64 East Bay

📋 copy color: '#4D4F64'

red 77 ◦ green 79 ◦ blue 100

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

Shades of East Bay #4D4F64

Tints of East Bay #4D4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

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

R = 30.08%
G = 30.86%
B = 39.06%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D4F64 (or 0x4D4F64) is known color: East Bay. HEX triplet: 4D, 4F and 64. RGB value is (77,79,100). Sum of RGB (Red+Green+Blue) = 77+79+100=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D4F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F64 is #B2B09B. Grayscale: #505050. Windows color (decimal): -11710620 or 6573901. OLE color: 6573901.

HSL color Cylindrical-coordinate representation of color #4D4F64: hue angle of 234.78º 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 #4D4F64 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 79 100 -
CMYK 0.23 0.21 0 0.61
HSL 234.78º 0.13% 0.35% -
HSV(B) 234.78º 0.23% 0.39% -
XYZ 8.16 8.09 13.19 -
YUV 80.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 77 79 100 0.23 0.21 0 0.61 234.78 0.13 0.35
Hex 4D 4F 64 17 15 0 3D EB D 23
Octal 115 117 144 27 25 0 75 353 15 43
Binary 1001101 1001111 1100100 10111 10101 0 111101 11101011 1101 100011

Color Harmonies of #4D4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F64

Black with #4D4F64

Text Example


Text Example

White with #4D4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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