Color Hex Logo

#4662aa Color Hex

#4662AA
(70,98,170)
0 Favorites   0 Comments

Color spaces of #4662aa

RGB 7098170
HSL0.620.420.47
HSV223°59°67°
CMYK 0.590.420.00   0.33
XYZ14.149212.939739.7821
Yxy12.93970.21160.1935
Hunter Lab35.97187.2608-40.3900
CIE-Lab42.672212.0954-41.8200

#4662aa color RGB value is (70,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 10101010
Octal 106 142 252
Decimal 70 98 170
Hex 46 62 AA

RGB Percentages of Color #4662aa

%20.71
%28.99
%50.30

CMYK Percentages of Color #4662aa

%59
%42
%0
%33

Triadic Colors of #4662aa

#4662aa #aa4662 #62aa46

Analogous Colors of #4662aa

#4662aa #5c46aa #4694aa

Monochromatic Colors of #4662aa

#4662aa

Complementary Color

#4662aa #aa8e46

#4662aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4662aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4662aa Color CSS Codes

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

#4662aa Text Font Color

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

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


#4662aa Background Color

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

This div background color is #4662aa


#4662aa Border Color

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

This div border color is #4662aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4662aa


Comments

No comments written yet.

Please login to write comment.