Color Hex Logo

#417aab Color Hex

#417AAB
(65,122,171)
0 Favorites   0 Comments

Color spaces of #417aab

RGB 65122171
HSL0.580.450.46
HSV208°62°67°
CMYK 0.620.290.00   0.33
XYZ16.490217.983241.1300
Yxy17.98320.21810.2379
Hunter Lab42.4066-4.8002-27.8205
CIE-Lab49.4757-3.3546-31.6868

#417aab color RGB value is (65,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 10101011
Octal 101 172 253
Decimal 65 122 171
Hex 41 7A AB

RGB Percentages of Color #417aab

%18.16
%34.08
%47.77

CMYK Percentages of Color #417aab

%62
%29
%0
%33

Triadic Colors of #417aab

#417aab #ab417a #7aab41

Analogous Colors of #417aab

#417aab #4145ab #41aba7

Monochromatic Colors of #417aab

#417aab

Complementary Color

#417aab #ab7241

#417aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#417aab Color CSS Codes

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

#417aab Text Font Color

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

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


#417aab Background Color

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

This div background color is #417aab


#417aab Border Color

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

This div border color is #417aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417aab


Comments

No comments written yet.

Please login to write comment.