Color Hex Logo

#4661ac Color Hex

#4661AC
(70,97,172)
0 Favorites   0 Comments

Color spaces of #4661ac

RGB 7097172
HSL0.620.420.47
HSV224°59°67°
CMYK 0.590.440.00   0.33
XYZ14.246912.830040.7553
Yxy12.83000.21000.1891
Hunter Lab35.81908.3146-42.3876
CIE-Lab42.506013.4207-43.2633

#4661ac color RGB value is (70,97,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 10101100
Octal 106 141 254
Decimal 70 97 172
Hex 46 61 AC

RGB Percentages of Color #4661ac

%20.65
%28.61
%50.74

CMYK Percentages of Color #4661ac

%59
%44
%0
%33

Triadic Colors of #4661ac

#4661ac #ac4661 #61ac46

Analogous Colors of #4661ac

#4661ac #5e46ac #4694ac

Monochromatic Colors of #4661ac

#4661ac

Complementary Color

#4661ac #ac9146

#4661ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4661ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4661ac Color CSS Codes

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

#4661ac Text Font Color

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

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


#4661ac Background Color

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

This div background color is #4661ac


#4661ac Border Color

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

This div border color is #4661ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #4661ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4661ac


Comments

No comments written yet.

Please login to write comment.