Color Hex Logo

#4173aa Color Hex

#4173AA
(65,115,170)
0 Favorites   0 Comments

Color spaces of #4173aa

RGB 65115170
HSL0.590.450.46
HSV211°62°67°
CMYK 0.620.320.00   0.33
XYZ15.566416.287640.3536
Yxy16.28760.21560.2256
Hunter Lab40.3579-1.7773-31.0332
CIE-Lab47.34960.5019-34.4371

#4173aa color RGB value is (65,115,170).

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

The process color (four color CMYK) of #4173aa color hex is 0.62, 0.32, 0.00, 0.33. Web safe color of #4173aa is #336699. Color #4173aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110011 10101010
Octal 101 163 252
Decimal 65 115 170
Hex 41 73 AA

RGB Percentages of Color #4173aa

%18.57
%32.86
%48.57

CMYK Percentages of Color #4173aa

%62
%32
%0
%33

Triadic Colors of #4173aa

#4173aa #aa4173 #73aa41

Analogous Colors of #4173aa

#4173aa #4441aa #41a8aa

Monochromatic Colors of #4173aa

#4173aa

Complementary Color

#4173aa #aa7841

#4173aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4173aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4173aa Color CSS Codes

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

#4173aa Text Font Color

<p style="color:#4173aa">Text here</p>

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


#4173aa Background Color

<div style="background-color:#4173aa">
Div content here</div>

This div background color is #4173aa


#4173aa Border Color

<div style="border:3px solid #4173aa">
Div here</div>

This div border color is #4173aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4173aa


Comments

No comments written yet.

Please login to write comment.