Color Hex Logo

#4a4780 Color Hex

#4A4780
(74,71,128)
0 Favorites   0 Comments

Color spaces of #4a4780

RGB 7471128
HSL0.680.290.39
HSV243°45°50°
CMYK 0.420.450.00   0.50
XYZ8.97367.520821.4008
Yxy7.52080.23680.1985
Hunter Lab27.424110.4159-27.0710
CIE-Lab32.964316.6207-31.8628

#4a4780 color RGB value is (74,71,128).

#4a4780 hex color red value is 74, green value is 71 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4a4780 hue: 0.68 , saturation: 0.29 and the lightness value of 4a4780 is 0.39.

The process color (four color CMYK) of #4a4780 color hex is 0.42, 0.45, 0.00, 0.50. Web safe color of #4a4780 is #333399. Color #4a4780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000111 10000000
Octal 112 107 200
Decimal 74 71 128
Hex 4A 47 80

RGB Percentages of Color #4a4780

%27.11
%26.01
%46.89

CMYK Percentages of Color #4a4780

%42
%45
%0
%50

Triadic Colors of #4a4780

#4a4780 #804a47 #47804a

Analogous Colors of #4a4780

#4a4780 #674780 #476080

Monochromatic Colors of #4a4780

#4a4780

Complementary Color

#4a4780 #7d8047

#4a4780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4780 Color CSS Codes

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

#4a4780 Text Font Color

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

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


#4a4780 Background Color

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

This div background color is #4a4780


#4a4780 Border Color

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

This div border color is #4a4780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4780


Comments

No comments written yet.

Please login to write comment.