Color Hex Logo

#4a4193 Color Hex

#4A4193
(74,65,147)
0 Favorites   0 Comments

Color spaces of #4a4193

RGB 7465147
HSL0.680.390.42
HSV247°56°58°
CMYK 0.500.560.00   0.42
XYZ9.98087.343028.4951
Yxy7.34300.21780.1603
Hunter Lab27.098018.3242-43.3783
CIE-Lab32.575326.5151-44.1777

#4a4193 color RGB value is (74,65,147).

#4a4193 hex color red value is 74, green value is 65 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #4a4193 hue: 0.68 , saturation: 0.39 and the lightness value of 4a4193 is 0.42.

The process color (four color CMYK) of #4a4193 color hex is 0.50, 0.56, 0.00, 0.42. Web safe color of #4a4193 is #333399. Color #4a4193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000001 10010011
Octal 112 101 223
Decimal 74 65 147
Hex 4A 41 93

RGB Percentages of Color #4a4193

%25.87
%22.73
%51.40

CMYK Percentages of Color #4a4193

%50
%56
%0
%42

Triadic Colors of #4a4193

#4a4193 #934a41 #41934a

Analogous Colors of #4a4193

#4a4193 #734193 #416193

Monochromatic Colors of #4a4193

#4a4193

Complementary Color

#4a4193 #8a9341

#4a4193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4193 Color CSS Codes

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

#4a4193 Text Font Color

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

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


#4a4193 Background Color

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

This div background color is #4a4193


#4a4193 Border Color

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

This div border color is #4a4193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4193


Comments

No comments written yet.

Please login to write comment.