Color Hex Logo

#417aae Color Hex

#417AAE
(65,122,174)
0 Favorites   0 Comments

Color spaces of #417aae

RGB 65122174
HSL0.580.460.47
HSV209°63°68°
CMYK 0.630.300.00   0.32
XYZ16.779518.098942.6535
Yxy18.09890.21640.2334
Hunter Lab42.5428-4.0469-29.6643
CIE-Lab49.6158-2.3372-33.2087

#417aae color RGB value is (65,122,174).

#417aae hex color red value is 65, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #417aae hue: 0.58 , saturation: 0.46 and the lightness value of 417aae is 0.47.

The process color (four color CMYK) of #417aae color hex is 0.63, 0.30, 0.00, 0.32. Web safe color of #417aae is #336699. Color #417aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 10101110
Octal 101 172 256
Decimal 65 122 174
Hex 41 7A AE

RGB Percentages of Color #417aae

%18.01
%33.80
%48.20

CMYK Percentages of Color #417aae

%63
%30
%0
%32

Triadic Colors of #417aae

#417aae #ae417a #7aae41

Analogous Colors of #417aae

#417aae #4144ae #41aeac

Monochromatic Colors of #417aae

#417aae

Complementary Color

#417aae #ae7541

#417aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#417aae Color CSS Codes

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

#417aae Text Font Color

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

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


#417aae Background Color

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

This div background color is #417aae


#417aae Border Color

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

This div border color is #417aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,122,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417aae


Comments

No comments written yet.

Please login to write comment.