Color Hex Logo

#4a575e Color Hex

#4A575E
(74,87,94)
0 Favorites   0 Comments

Color spaces of #4a575e

RGB 748794
HSL0.560.120.33
HSV201°21°37°
CMYK 0.210.070.00   0.63
XYZ8.25269.080411.9074
Yxy9.08040.28220.3105
Hunter Lab30.1337-3.8489-2.3350
CIE-Lab36.1386-3.3305-5.7479

#4a575e color RGB value is (74,87,94).

#4a575e hex color red value is 74, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4a575e hue: 0.56 , saturation: 0.12 and the lightness value of 4a575e is 0.33.

The process color (four color CMYK) of #4a575e color hex is 0.21, 0.07, 0.00, 0.63. Web safe color of #4a575e is #336666. Color #4a575e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010111 01011110
Octal 112 127 136
Decimal 74 87 94
Hex 4A 57 5E

RGB Percentages of Color #4a575e

%29.02
%34.12
%36.86

CMYK Percentages of Color #4a575e

%21
%7
%0
%63

Triadic Colors of #4a575e

#4a575e #5e4a57 #575e4a

Analogous Colors of #4a575e

#4a575e #4a4d5e #4a5e5b

Monochromatic Colors of #4a575e

#4a575e

Complementary Color

#4a575e #5e514a

#4a575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a575e Color CSS Codes

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

#4a575e Text Font Color

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

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


#4a575e Background Color

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

This div background color is #4a575e


#4a575e Border Color

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

This div border color is #4a575e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a575e


Comments

No comments written yet.

Please login to write comment.