Color Hex Logo

#4d818e Color Hex

#4D818E
(77,129,142)
0 Favorites   0 Comments

Color spaces of #4d818e

RGB 77129142
HSL0.530.300.43
HSV192°46°56°
CMYK 0.460.090.00   0.44
XYZ15.793319.231328.4708
Yxy19.23130.24870.3029
Hunter Lab43.8535-12.4591-7.7951
CIE-Lab50.9567-13.7234-12.4493

#4d818e color RGB value is (77,129,142).

#4d818e hex color red value is 77, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4d818e hue: 0.53 , saturation: 0.30 and the lightness value of 4d818e is 0.43.

The process color (four color CMYK) of #4d818e color hex is 0.46, 0.09, 0.00, 0.44. Web safe color of #4d818e is #669999. Color #4d818e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000001 10001110
Octal 115 201 216
Decimal 77 129 142
Hex 4D 81 8E

RGB Percentages of Color #4d818e

%22.13
%37.07
%40.80

CMYK Percentages of Color #4d818e

%46
%9
%0
%44

Triadic Colors of #4d818e

#4d818e #8e4d81 #818e4d

Analogous Colors of #4d818e

#4d818e #4d618e #4d8e7b

Monochromatic Colors of #4d818e

#4d818e

Complementary Color

#4d818e #8e5a4d

#4d818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d818e Color CSS Codes

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

#4d818e Text Font Color

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

This sample text font color is #4d818e
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.


#4d818e Background Color

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

This div background color is #4d818e


#4d818e Border Color

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

This div border color is #4d818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d818e


Comments

No comments written yet.

Please login to write comment.