Color Hex Logo

#417eaa Color Hex

#417EAA
(65,126,170)
0 Favorites   0 Comments

Color spaces of #417eaa

RGB 65126170
HSL0.570.450.46
HSV205°62°67°
CMYK 0.620.260.00   0.33
XYZ16.896518.947840.7970
Yxy18.94780.22050.2472
Hunter Lab43.5291-6.8883-25.0984
CIE-Lab50.6261-6.0413-29.3122

#417eaa color RGB value is (65,126,170).

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

The process color (four color CMYK) of #417eaa color hex is 0.62, 0.26, 0.00, 0.33. Web safe color of #417eaa is #336699. Color #417eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 10101010
Octal 101 176 252
Decimal 65 126 170
Hex 41 7E AA

RGB Percentages of Color #417eaa

%18.01
%34.90
%47.09

CMYK Percentages of Color #417eaa

%62
%26
%0
%33

Triadic Colors of #417eaa

#417eaa #aa417e #7eaa41

Analogous Colors of #417eaa

#417eaa #4149aa #41aaa2

Monochromatic Colors of #417eaa

#417eaa

Complementary Color

#417eaa #aa6d41

#417eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#417eaa Color CSS Codes

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

#417eaa Text Font Color

<p style="color:#417eaa">Text here</p>

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


#417eaa Background Color

<div style="background-color:#417eaa">
Div content here</div>

This div background color is #417eaa


#417eaa Border Color

<div style="border:3px solid #417eaa">
Div here</div>

This div border color is #417eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417eaa


Comments

No comments written yet.

Please login to write comment.