Color Hex Logo

#4171ad Color Hex

#4171AD
(65,113,173)
0 Favorites   0 Comments

Color spaces of #4171ad

RGB 65113173
HSL0.590.450.47
HSV213°62°68°
CMYK 0.620.350.00   0.32
XYZ15.627915.951241.7904
Yxy15.95120.21300.2174
Hunter Lab39.9390-0.0471-34.0812
CIE-Lab46.91042.7547-36.8795

#4171ad color RGB value is (65,113,173).

#4171ad hex color red value is 65, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4171ad hue: 0.59 , saturation: 0.45 and the lightness value of 4171ad is 0.47.

The process color (four color CMYK) of #4171ad color hex is 0.62, 0.35, 0.00, 0.32. Web safe color of #4171ad is #336699. Color #4171ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110001 10101101
Octal 101 161 255
Decimal 65 113 173
Hex 41 71 AD

RGB Percentages of Color #4171ad

%18.52
%32.19
%49.29

CMYK Percentages of Color #4171ad

%62
%35
%0
%32

Triadic Colors of #4171ad

#4171ad #ad4171 #71ad41

Analogous Colors of #4171ad

#4171ad #4741ad #41a7ad

Monochromatic Colors of #4171ad

#4171ad

Complementary Color

#4171ad #ad7d41

#4171ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4171ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4171ad Color CSS Codes

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

#4171ad Text Font Color

<p style="color:#4171ad">Text here</p>

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


#4171ad Background Color

<div style="background-color:#4171ad">
Div content here</div>

This div background color is #4171ad


#4171ad Border Color

<div style="border:3px solid #4171ad">
Div here</div>

This div border color is #4171ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,113,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4171ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4171ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4171ad;
  box-shadow:         1px 1px 3px 2px #4171ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4171ad


Comments

No comments written yet.

Please login to write comment.