Color Hex Logo

#4696aa Color Hex

#4696AA
(70,150,170)
0 Favorites   0 Comments

Color spaces of #4696aa

RGB 70150170
HSL0.530.420.47
HSV192°59°67°
CMYK 0.590.120.00   0.33
XYZ20.687826.017141.9616
Yxy26.01710.23330.2934
Hunter Lab51.0070-16.8648-13.0709
CIE-Lab58.0533-18.4292-17.8658

#4696aa color RGB value is (70,150,170).

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

The process color (four color CMYK) of #4696aa color hex is 0.59, 0.12, 0.00, 0.33. Web safe color of #4696aa is #339999. Color #4696aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 10101010
Octal 106 226 252
Decimal 70 150 170
Hex 46 96 AA

RGB Percentages of Color #4696aa

%17.95
%38.46
%43.59

CMYK Percentages of Color #4696aa

%59
%12
%0
%33

Triadic Colors of #4696aa

#4696aa #aa4696 #96aa46

Analogous Colors of #4696aa

#4696aa #4664aa #46aa8c

Monochromatic Colors of #4696aa

#4696aa

Complementary Color

#4696aa #aa5a46

#4696aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4696aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4696aa Color CSS Codes

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

#4696aa Text Font Color

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

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


#4696aa Background Color

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

This div background color is #4696aa


#4696aa Border Color

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

This div border color is #4696aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4696aa


Comments

No comments written yet.

Please login to write comment.