Color Hex Logo

#4661aa Color Hex

#4661AA
(70,97,170)
0 Favorites   0 Comments

Color spaces of #4661aa

RGB 7097170
HSL0.620.420.47
HSV224°59°67°
CMYK 0.590.430.00   0.33
XYZ14.056212.753839.7511
Yxy12.75380.21120.1916
Hunter Lab35.71257.7597-40.9962
CIE-Lab42.389912.7305-42.2697

#4661aa color RGB value is (70,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 10101010
Octal 106 141 252
Decimal 70 97 170
Hex 46 61 AA

RGB Percentages of Color #4661aa

%20.77
%28.78
%50.45

CMYK Percentages of Color #4661aa

%59
%43
%0
%33

Triadic Colors of #4661aa

#4661aa #aa4661 #61aa46

Analogous Colors of #4661aa

#4661aa #5d46aa #4693aa

Monochromatic Colors of #4661aa

#4661aa

Complementary Color

#4661aa #aa8f46

#4661aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4661aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4661aa Color CSS Codes

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

#4661aa Text Font Color

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

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


#4661aa Background Color

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

This div background color is #4661aa


#4661aa Border Color

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

This div border color is #4661aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4661aa


Comments

No comments written yet.

Please login to write comment.