Color Hex Logo

#417caa Color Hex

#417CAA
(65,124,170)
0 Favorites   0 Comments

Color spaces of #417caa

RGB 65124170
HSL0.570.450.46
HSV206°62°67°
CMYK 0.620.270.00   0.33
XYZ16.643318.441440.7126
Yxy18.44140.21960.2433
Hunter Lab42.9435-5.9710-26.1496
CIE-Lab50.0272-4.8711-30.2453

#417caa color RGB value is (65,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 10101010
Octal 101 174 252
Decimal 65 124 170
Hex 41 7C AA

RGB Percentages of Color #417caa

%18.11
%34.54
%47.35

CMYK Percentages of Color #417caa

%62
%27
%0
%33

Triadic Colors of #417caa

#417caa #aa417c #7caa41

Analogous Colors of #417caa

#417caa #4147aa #41aaa4

Monochromatic Colors of #417caa

#417caa

Complementary Color

#417caa #aa6f41

#417caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#417caa Color CSS Codes

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

#417caa Text Font Color

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

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


#417caa Background Color

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

This div background color is #417caa


#417caa Border Color

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

This div border color is #417caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417caa


Comments

No comments written yet.

Please login to write comment.