Color Hex Logo

#4a4caa Color Hex

#4A4CAA
(74,76,170)
0 Favorites   0 Comments

Color spaces of #4a4caa

RGB 7476170
HSL0.660.390.48
HSV239°56°67°
CMYK 0.560.550.00   0.33
XYZ12.66429.527039.2016
Yxy9.52700.20630.1552
Hunter Lab30.865819.2230-53.6960
CIE-Lab36.979827.0167-50.9358

#4a4caa color RGB value is (74,76,170).

#4a4caa hex color red value is 74, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4a4caa hue: 0.66 , saturation: 0.39 and the lightness value of 4a4caa is 0.48.

The process color (four color CMYK) of #4a4caa color hex is 0.56, 0.55, 0.00, 0.33. Web safe color of #4a4caa is #333399. Color #4a4caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001100 10101010
Octal 112 114 252
Decimal 74 76 170
Hex 4A 4C AA

RGB Percentages of Color #4a4caa

%23.13
%23.75
%53.13

CMYK Percentages of Color #4a4caa

%56
%55
%0
%33

Triadic Colors of #4a4caa

#4a4caa #aa4a4c #4caa4a

Analogous Colors of #4a4caa

#4a4caa #784aaa #4a7caa

Monochromatic Colors of #4a4caa

#4a4caa

Complementary Color

#4a4caa #aaa84a

#4a4caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4caa Color CSS Codes

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

#4a4caa Text Font Color

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

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


#4a4caa Background Color

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

This div background color is #4a4caa


#4a4caa Border Color

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

This div border color is #4a4caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4caa


Comments

No comments written yet.

Please login to write comment.