Color Hex Logo

#4a577d Color Hex

#4A577D
(74,87,125)
0 Favorites   0 Comments

Color spaces of #4a577d

RGB 7487125
HSL0.620.260.39
HSV225°41°49°
CMYK 0.410.300.00   0.51
XYZ9.93399.752920.7610
Yxy9.75290.24560.2411
Hunter Lab31.22962.1276-17.5544
CIE-Lab37.39525.3695-23.0527

#4a577d color RGB value is (74,87,125).

#4a577d hex color red value is 74, green value is 87 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4a577d hue: 0.62 , saturation: 0.26 and the lightness value of 4a577d is 0.39.

The process color (four color CMYK) of #4a577d color hex is 0.41, 0.30, 0.00, 0.51. Web safe color of #4a577d is #336666. Color #4a577d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010111 01111101
Octal 112 127 175
Decimal 74 87 125
Hex 4A 57 7D

RGB Percentages of Color #4a577d

%25.87
%30.42
%43.71

CMYK Percentages of Color #4a577d

%41
%30
%0
%51

Triadic Colors of #4a577d

#4a577d #7d4a57 #577d4a

Analogous Colors of #4a577d

#4a577d #574a7d #4a717d

Monochromatic Colors of #4a577d

#4a577d

Complementary Color

#4a577d #7d704a

#4a577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a577d Color CSS Codes

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

#4a577d Text Font Color

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

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


#4a577d Background Color

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

This div background color is #4a577d


#4a577d Border Color

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

This div border color is #4a577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a577d


Comments

No comments written yet.

Please login to write comment.