Color Hex Logo

#4d849e Color Hex

#4D849E
(77,132,158)
0 Favorites   0 Comments

Color spaces of #4d849e

RGB 77132158
HSL0.550.340.46
HSV199°51°62°
CMYK 0.510.160.00   0.38
XYZ17.483420.548935.3926
Yxy20.54890.23810.2799
Hunter Lab45.3309-10.4845-14.5597
CIE-Lab52.4522-10.6944-19.4931

#4d849e color RGB value is (77,132,158).

#4d849e hex color red value is 77, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #4d849e hue: 0.55 , saturation: 0.34 and the lightness value of 4d849e is 0.46.

The process color (four color CMYK) of #4d849e color hex is 0.51, 0.16, 0.00, 0.38. Web safe color of #4d849e is #669999. Color #4d849e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000100 10011110
Octal 115 204 236
Decimal 77 132 158
Hex 4D 84 9E

RGB Percentages of Color #4d849e

%20.98
%35.97
%43.05

CMYK Percentages of Color #4d849e

%51
%16
%0
%38

Triadic Colors of #4d849e

#4d849e #9e4d84 #849e4d

Analogous Colors of #4d849e

#4d849e #4d5c9e #4d9e90

Monochromatic Colors of #4d849e

#4d849e

Complementary Color

#4d849e #9e674d

#4d849e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d849e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d849e Color CSS Codes

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

#4d849e Text Font Color

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

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


#4d849e Background Color

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

This div background color is #4d849e


#4d849e Border Color

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

This div border color is #4d849e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d849e


Comments

No comments written yet.

Please login to write comment.