Color Hex Logo

#4d4792 Color Hex

#4D4792
(77,71,146)
0 Favorites   0 Comments

Color spaces of #4d4792

RGB 7771146
HSL0.680.350.43
HSV245°51°57°
CMYK 0.470.510.00   0.43
XYZ10.50218.159628.2156
Yxy8.15960.22400.1741
Hunter Lab28.565015.6378-38.5692
CIE-Lab34.313123.0622-40.7620

#4d4792 color RGB value is (77,71,146).

#4d4792 hex color red value is 77, green value is 71 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #4d4792 hue: 0.68 , saturation: 0.35 and the lightness value of 4d4792 is 0.43.

The process color (four color CMYK) of #4d4792 color hex is 0.47, 0.51, 0.00, 0.43. Web safe color of #4d4792 is #663399. Color #4d4792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01000111 10010010
Octal 115 107 222
Decimal 77 71 146
Hex 4D 47 92

RGB Percentages of Color #4d4792

%26.19
%24.15
%49.66

CMYK Percentages of Color #4d4792

%47
%51
%0
%43

Triadic Colors of #4d4792

#4d4792 #924d47 #47924d

Analogous Colors of #4d4792

#4d4792 #734792 #476792

Monochromatic Colors of #4d4792

#4d4792

Complementary Color

#4d4792 #8c9247

#4d4792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d4792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d4792 Color CSS Codes

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

#4d4792 Text Font Color

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

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


#4d4792 Background Color

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

This div background color is #4d4792


#4d4792 Border Color

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

This div border color is #4d4792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d4792


Comments

No comments written yet.

Please login to write comment.