Color Hex Logo

#4a5293 Color Hex

#4A5293
(74,82,147)
0 Favorites   0 Comments

Color spaces of #4a5293

RGB 7482147
HSL0.650.330.43
HSV233°50°58°
CMYK 0.500.440.00   0.42
XYZ11.10789.597028.8707
Yxy9.59700.22410.1936
Hunter Lab30.97909.7894-33.5696
CIE-Lab37.109215.5365-36.9204

#4a5293 color RGB value is (74,82,147).

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

The process color (four color CMYK) of #4a5293 color hex is 0.50, 0.44, 0.00, 0.42. Web safe color of #4a5293 is #336699. Color #4a5293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010010 10010011
Octal 112 122 223
Decimal 74 82 147
Hex 4A 52 93

RGB Percentages of Color #4a5293

%24.42
%27.06
%48.51

CMYK Percentages of Color #4a5293

%50
%44
%0
%42

Triadic Colors of #4a5293

#4a5293 #934a52 #52934a

Analogous Colors of #4a5293

#4a5293 #674a93 #4a7793

Monochromatic Colors of #4a5293

#4a5293

Complementary Color

#4a5293 #938b4a

#4a5293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5293 Color CSS Codes

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

#4a5293 Text Font Color

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

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


#4a5293 Background Color

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

This div background color is #4a5293


#4a5293 Border Color

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

This div border color is #4a5293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5293


Comments

No comments written yet.

Please login to write comment.