Color Hex Logo

#4d494f Color Hex

#4D494F
(77,73,79)
0 Favorites   0 Comments

Color spaces of #4d494f

RGB 777379
HSL0.780.040.30
HSV280°31°
CMYK 0.030.080.00   0.69
XYZ6.85446.90748.3691
Yxy6.90740.30970.3121
Hunter Lab26.28190.5599-0.4827
CIE-Lab31.59522.9684-2.9754

#4d494f color RGB value is (77,73,79).

#4d494f hex color red value is 77, green value is 73 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4d494f hue: 0.78 , saturation: 0.04 and the lightness value of 4d494f is 0.30.

The process color (four color CMYK) of #4d494f color hex is 0.03, 0.08, 0.00, 0.69. Web safe color of #4d494f is #663366. Color #4d494f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01001001 01001111
Octal 115 111 117
Decimal 77 73 79
Hex 4D 49 4F

RGB Percentages of Color #4d494f

%33.62
%31.88
%34.50

CMYK Percentages of Color #4d494f

%3
%8
%0
%69

Triadic Colors of #4d494f

#4d494f #4f4d49 #494f4d

Analogous Colors of #4d494f

#4d494f #4f494e #4a494f

Monochromatic Colors of #4d494f

#4d494f

Complementary Color

#4d494f #4b4f49

#4d494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d494f Color CSS Codes

.mybgcolor {background-color:#4d494f; } 
.myforecolor {color:#4d494f; }
.mybordercolor {border:3px solid #4d494f; }

#4d494f Text Font Color

<p style="color:#4d494f">Text here</p>

This sample text font color is #4d494f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4d494f Background Color

<div style="background-color:#4d494f">
Div content here</div>

This div background color is #4d494f


#4d494f Border Color

<div style="border:3px solid #4d494f">
Div here</div>

This div border color is #4d494f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,73,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d494f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d494f;
  -webkit-box-shadow: 1px 1px 3px 2px #4d494f;
  box-shadow:         1px 1px 3px 2px #4d494f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,73,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4d494f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4d494f;
  -webkit-box-shadow: 1px 1px 3px 2px #4d494f;
  box-shadow:         1px 1px 3px 2px #4d494f;">
Div content here</div>

This div box has shadow with color #4d494f


Comments

No comments written yet.

Please login to write comment.