Color Hex Logo

#414aaa Color Hex

#414AAA
(65,74,170)
0 Favorites   0 Comments

Color spaces of #414aaa

RGB 6574170
HSL0.650.450.46
HSV235°62°67°
CMYK 0.620.560.00   0.33
XYZ11.88458.923739.1263
Yxy8.92370.19830.1489
Hunter Lab29.872618.7375-56.7457
CIE-Lab35.837026.5902-52.8150

#414aaa color RGB value is (65,74,170).

#414aaa hex color red value is 65, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #414aaa hue: 0.65 , saturation: 0.45 and the lightness value of 414aaa is 0.46.

The process color (four color CMYK) of #414aaa color hex is 0.62, 0.56, 0.00, 0.33. Web safe color of #414aaa is #333399. Color #414aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001010 10101010
Octal 101 112 252
Decimal 65 74 170
Hex 41 4A AA

RGB Percentages of Color #414aaa

%21.04
%23.95
%55.02

CMYK Percentages of Color #414aaa

%62
%56
%0
%33

Triadic Colors of #414aaa

#414aaa #aa414a #4aaa41

Analogous Colors of #414aaa

#414aaa #6d41aa #417faa

Monochromatic Colors of #414aaa

#414aaa

Complementary Color

#414aaa #aaa141

#414aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#414aaa Color CSS Codes

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

#414aaa Text Font Color

<p style="color:#414aaa">Text here</p>

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


#414aaa Background Color

<div style="background-color:#414aaa">
Div content here</div>

This div background color is #414aaa


#414aaa Border Color

<div style="border:3px solid #414aaa">
Div here</div>

This div border color is #414aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414aaa


Comments

No comments written yet.

Please login to write comment.