Html Css Color HEX #4D4F63 East Bay

📋 copy color: '#4D4F63'

red 77 ◦ green 79 ◦ blue 99

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

Shades of East Bay #4D4F63

Tints of East Bay #4D4F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 30.2%
G = 30.98%
B = 38.82%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D4F63 (or 0x4D4F63) is known color: East Bay. HEX triplet: 4D, 4F and 63. RGB value is (77,79,99). Sum of RGB (Red+Green+Blue) = 77+79+99=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D4F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4F63 is #B2B09C. Grayscale: #505050. Windows color (decimal): -11710621 or 6508365. OLE color: 6508365.

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

Color convert

RGB 77 79 99 -
CMYK 0.22 0.20 0 0.61
HSL 234.55º 0.13% 0.35% -
HSV(B) 234.55º 0.22% 0.39% -
XYZ 8.11 8.07 12.93 -
YUV 80.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 77 79 99 0.22 0.20 0 0.61 234.55 0.13 0.35
Hex 4D 4F 63 16 14 0 3D EB C 23
Octal 115 117 143 26 24 0 75 353 14 43
Binary 1001101 1001111 1100011 10110 10100 0 111101 11101011 1100 100011

Color Harmonies of #4D4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F63

Black with #4D4F63

Text Example


Text Example

White with #4D4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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