Color Hex Logo

#4a5780 Color Hex

#4A5780
(74,87,128)
0 Favorites   0 Comments

Color spaces of #4a5780

RGB 7487128
HSL0.630.270.40
HSV226°42°50°
CMYK 0.420.320.00   0.50
XYZ10.12859.830721.7858
Yxy9.83070.24260.2355
Hunter Lab31.35392.7928-19.2490
CIE-Lab37.53686.2871-24.6723

#4a5780 color RGB value is (74,87,128).

#4a5780 hex color red value is 74, green value is 87 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4a5780 hue: 0.63 , saturation: 0.27 and the lightness value of 4a5780 is 0.40.

The process color (four color CMYK) of #4a5780 color hex is 0.42, 0.32, 0.00, 0.50. Web safe color of #4a5780 is #336699. Color #4a5780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010111 10000000
Octal 112 127 200
Decimal 74 87 128
Hex 4A 57 80

RGB Percentages of Color #4a5780

%25.61
%30.10
%44.29

CMYK Percentages of Color #4a5780

%42
%32
%0
%50

Triadic Colors of #4a5780

#4a5780 #804a57 #57804a

Analogous Colors of #4a5780

#4a5780 #584a80 #4a7280

Monochromatic Colors of #4a5780

#4a5780

Complementary Color

#4a5780 #80734a

#4a5780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5780 Color CSS Codes

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

#4a5780 Text Font Color

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

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


#4a5780 Background Color

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

This div background color is #4a5780


#4a5780 Border Color

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

This div border color is #4a5780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,87,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 #4a5780">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5780


Comments

No comments written yet.

Please login to write comment.