Color Hex Logo

#4a497e Color Hex

#4A497E
(74,73,126)
0 Favorites   0 Comments

Color spaces of #4a497e

RGB 7473126
HSL0.670.270.39
HSV241°42°49°
CMYK 0.410.420.00   0.51
XYZ8.97257.727320.7573
Yxy7.72730.23950.2063
Hunter Lab27.79808.9688-24.8143
CIE-Lab33.408414.6972-29.9198

#4a497e color RGB value is (74,73,126).

#4a497e hex color red value is 74, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #4a497e hue: 0.67 , saturation: 0.27 and the lightness value of 4a497e is 0.39.

The process color (four color CMYK) of #4a497e color hex is 0.41, 0.42, 0.00, 0.51. Web safe color of #4a497e is #333366. Color #4a497e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001001 01111110
Octal 112 111 176
Decimal 74 73 126
Hex 4A 49 7E

RGB Percentages of Color #4a497e

%27.11
%26.74
%46.15

CMYK Percentages of Color #4a497e

%41
%42
%0
%51

Triadic Colors of #4a497e

#4a497e #7e4a49 #497e4a

Analogous Colors of #4a497e

#4a497e #65497e #49627e

Monochromatic Colors of #4a497e

#4a497e

Complementary Color

#4a497e #7d7e49

#4a497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a497e Color CSS Codes

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

#4a497e Text Font Color

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

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


#4a497e Background Color

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

This div background color is #4a497e


#4a497e Border Color

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

This div border color is #4a497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a497e


Comments

No comments written yet.

Please login to write comment.