Color Hex Logo

#4161ac Color Hex

#4161AC
(65,97,172)
0 Favorites   0 Comments

Color spaces of #4161ac

RGB 6597172
HSL0.620.450.46
HSV222°62°67°
CMYK 0.620.440.00   0.33
XYZ13.901112.651840.7391
Yxy12.65180.20660.1880
Hunter Lab35.56947.5144-43.0088
CIE-Lab42.233812.4271-43.7134

#4161ac color RGB value is (65,97,172).

#4161ac hex color red value is 65, green value is 97 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4161ac hue: 0.62 , saturation: 0.45 and the lightness value of 4161ac is 0.46.

The process color (four color CMYK) of #4161ac color hex is 0.62, 0.44, 0.00, 0.33. Web safe color of #4161ac is #336699. Color #4161ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100001 10101100
Octal 101 141 254
Decimal 65 97 172
Hex 41 61 AC

RGB Percentages of Color #4161ac

%19.46
%29.04
%51.50

CMYK Percentages of Color #4161ac

%62
%44
%0
%33

Triadic Colors of #4161ac

#4161ac #ac4161 #61ac41

Analogous Colors of #4161ac

#4161ac #5641ac #4197ac

Monochromatic Colors of #4161ac

#4161ac

Complementary Color

#4161ac #ac8c41

#4161ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4161ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4161ac Color CSS Codes

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

#4161ac Text Font Color

<p style="color:#4161ac">Text here</p>

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


#4161ac Background Color

<div style="background-color:#4161ac">
Div content here</div>

This div background color is #4161ac


#4161ac Border Color

<div style="border:3px solid #4161ac">
Div here</div>

This div border color is #4161ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,97,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4161ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4161ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4161ac;
  box-shadow:         1px 1px 3px 2px #4161ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4161ac


Comments

No comments written yet.

Please login to write comment.