Color Hex Logo

#4a5297 Color Hex

#4A5297
(74,82,151)
0 Favorites   0 Comments

Color spaces of #4a5297

RGB 7482151
HSL0.650.340.44
HSV234°51°59°
CMYK 0.510.460.00   0.41
XYZ11.42729.724830.5529
Yxy9.72480.22100.1881
Hunter Lab31.184610.8360-36.2597
CIE-Lab37.343916.8458-38.9643

#4a5297 color RGB value is (74,82,151).

#4a5297 hex color red value is 74, green value is 82 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #4a5297 hue: 0.65 , saturation: 0.34 and the lightness value of 4a5297 is 0.44.

The process color (four color CMYK) of #4a5297 color hex is 0.51, 0.46, 0.00, 0.41. Web safe color of #4a5297 is #336699. Color #4a5297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010010 10010111
Octal 112 122 227
Decimal 74 82 151
Hex 4A 52 97

RGB Percentages of Color #4a5297

%24.10
%26.71
%49.19

CMYK Percentages of Color #4a5297

%51
%46
%0
%41

Triadic Colors of #4a5297

#4a5297 #974a52 #52974a

Analogous Colors of #4a5297

#4a5297 #694a97 #4a7997

Monochromatic Colors of #4a5297

#4a5297

Complementary Color

#4a5297 #978f4a

#4a5297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5297 Color CSS Codes

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

#4a5297 Text Font Color

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

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


#4a5297 Background Color

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

This div background color is #4a5297


#4a5297 Border Color

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

This div border color is #4a5297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5297


Comments

No comments written yet.

Please login to write comment.