Color Hex Logo

#414baa Color Hex

#414BAA
(65,75,170)
0 Favorites   0 Comments

Color spaces of #414baa

RGB 6575170
HSL0.650.450.46
HSV234°62°67°
CMYK 0.620.560.00   0.33
XYZ11.95179.058339.1487
Yxy9.05830.19870.1506
Hunter Lab30.097018.2136-56.0536
CIE-Lab36.096325.9428-52.3950

#414baa color RGB value is (65,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001011 10101010
Octal 101 113 252
Decimal 65 75 170
Hex 41 4B AA

RGB Percentages of Color #414baa

%20.97
%24.19
%54.84

CMYK Percentages of Color #414baa

%62
%56
%0
%33

Triadic Colors of #414baa

#414baa #aa414b #4baa41

Analogous Colors of #414baa

#414baa #6c41aa #4180aa

Monochromatic Colors of #414baa

#414baa

Complementary Color

#414baa #aaa041

#414baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#414baa Color CSS Codes

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

#414baa Text Font Color

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

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


#414baa Background Color

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

This div background color is #414baa


#414baa Border Color

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

This div border color is #414baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414baa


Comments

No comments written yet.

Please login to write comment.