Color Hex Logo

#4176ae Color Hex

#4176AE
(65,118,174)
0 Favorites   0 Comments

Color spaces of #4176ae

RGB 65118174
HSL0.590.460.47
HSV211°63°68°
CMYK 0.630.320.00   0.32
XYZ16.298417.136742.4931
Yxy17.13670.21470.2257
Hunter Lab41.3965-2.1658-31.8831
CIE-Lab48.43180.0596-35.0665

#4176ae color RGB value is (65,118,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110110 10101110
Octal 101 166 256
Decimal 65 118 174
Hex 41 76 AE

RGB Percentages of Color #4176ae

%18.21
%33.05
%48.74

CMYK Percentages of Color #4176ae

%63
%32
%0
%32

Triadic Colors of #4176ae

#4176ae #ae4176 #76ae41

Analogous Colors of #4176ae

#4176ae #4241ae #41adae

Monochromatic Colors of #4176ae

#4176ae

Complementary Color

#4176ae #ae7941

#4176ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4176ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4176ae Color CSS Codes

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

#4176ae Text Font Color

<p style="color:#4176ae">Text here</p>

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


#4176ae Background Color

<div style="background-color:#4176ae">
Div content here</div>

This div background color is #4176ae


#4176ae Border Color

<div style="border:3px solid #4176ae">
Div here</div>

This div border color is #4176ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4176ae


Comments

No comments written yet.

Please login to write comment.