Color Hex Logo

#4169ae Color Hex

#4169AE
(65,105,174)
0 Favorites   0 Comments

Color spaces of #4169ae

RGB 65105174
HSL0.610.460.47
HSV218°63°68°
CMYK 0.630.400.00   0.32
XYZ14.871514.283042.0175
Yxy14.28300.20900.2007
Hunter Lab37.79294.1023-39.4627
CIE-Lab44.63618.0652-41.0635

#4169ae color RGB value is (65,105,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101001 10101110
Octal 101 151 256
Decimal 65 105 174
Hex 41 69 AE

RGB Percentages of Color #4169ae

%18.90
%30.52
%50.58

CMYK Percentages of Color #4169ae

%63
%40
%0
%32

Triadic Colors of #4169ae

#4169ae #ae4169 #69ae41

Analogous Colors of #4169ae

#4169ae #5041ae #41a0ae

Monochromatic Colors of #4169ae

#4169ae

Complementary Color

#4169ae #ae8641

#4169ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4169ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4169ae Color CSS Codes

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

#4169ae Text Font Color

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

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


#4169ae Background Color

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

This div background color is #4169ae


#4169ae Border Color

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

This div border color is #4169ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4169ae


Comments

No comments written yet.

Please login to write comment.