Color Hex Logo

#4d449f Color Hex

#4D449F
(77,68,159)
0 Favorites   0 Comments

Color spaces of #4d449f

RGB 7768159
HSL0.680.400.45
HSV246°57°62°
CMYK 0.520.570.00   0.38
XYZ11.38578.215233.7865
Yxy8.21520.21330.1539
Hunter Lab28.662220.7482-49.8266
CIE-Lab34.427129.1192-48.4585

#4d449f color RGB value is (77,68,159).

#4d449f hex color red value is 77, green value is 68 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #4d449f hue: 0.68 , saturation: 0.40 and the lightness value of 4d449f is 0.45.

The process color (four color CMYK) of #4d449f color hex is 0.52, 0.57, 0.00, 0.38. Web safe color of #4d449f is #663399. Color #4d449f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000100 10011111
Octal 115 104 237
Decimal 77 68 159
Hex 4D 44 9F

RGB Percentages of Color #4d449f

%25.33
%22.37
%52.30

CMYK Percentages of Color #4d449f

%52
%57
%0
%38

Triadic Colors of #4d449f

#4d449f #9f4d44 #449f4d

Analogous Colors of #4d449f

#4d449f #7b449f #44699f

Monochromatic Colors of #4d449f

#4d449f

Complementary Color

#4d449f #969f44

#4d449f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d449f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d449f Color CSS Codes

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

#4d449f Text Font Color

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

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


#4d449f Background Color

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

This div background color is #4d449f


#4d449f Border Color

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

This div border color is #4d449f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d449f


Comments

No comments written yet.

Please login to write comment.