Color Hex Logo

#4a597d Color Hex

#4A597D
(74,89,125)
0 Favorites   0 Comments

Color spaces of #4a597d

RGB 7489125
HSL0.620.260.39
HSV222°41°49°
CMYK 0.410.290.00   0.51
XYZ10.098110.081320.8157
Yxy10.08130.24630.2459
Hunter Lab31.75111.2057-16.6442
CIE-Lab37.98794.1053-22.1318

#4a597d color RGB value is (74,89,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011001 01111101
Octal 112 131 175
Decimal 74 89 125
Hex 4A 59 7D

RGB Percentages of Color #4a597d

%25.69
%30.90
%43.40

CMYK Percentages of Color #4a597d

%41
%29
%0
%51

Triadic Colors of #4a597d

#4a597d #7d4a59 #597d4a

Analogous Colors of #4a597d

#4a597d #554a7d #4a737d

Monochromatic Colors of #4a597d

#4a597d

Complementary Color

#4a597d #7d6e4a

#4a597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a597d Color CSS Codes

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

#4a597d Text Font Color

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

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


#4a597d Background Color

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

This div background color is #4a597d


#4a597d Border Color

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

This div border color is #4a597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a597d

#4a597d Color Palettes


Comments

No comments written yet.

Please login to write comment.