Color Hex Logo

#4695aa Color Hex

#4695AA
(70,149,170)
0 Favorites   0 Comments

Color spaces of #4695aa

RGB 70149170
HSL0.540.420.47
HSV193°59°67°
CMYK 0.590.120.00   0.33
XYZ20.528925.699341.9087
Yxy25.69930.23290.2916
Hunter Lab50.6945-16.4312-13.5284
CIE-Lab57.7505-17.8963-18.3266

#4695aa color RGB value is (70,149,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010101 10101010
Octal 106 225 252
Decimal 70 149 170
Hex 46 95 AA

RGB Percentages of Color #4695aa

%17.99
%38.30
%43.70

CMYK Percentages of Color #4695aa

%59
%12
%0
%33

Triadic Colors of #4695aa

#4695aa #aa4695 #95aa46

Analogous Colors of #4695aa

#4695aa #4663aa #46aa8d

Monochromatic Colors of #4695aa

#4695aa

Complementary Color

#4695aa #aa5b46

#4695aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4695aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4695aa Color CSS Codes

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

#4695aa Text Font Color

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

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


#4695aa Background Color

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

This div background color is #4695aa


#4695aa Border Color

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

This div border color is #4695aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4695aa


Comments

No comments written yet.

Please login to write comment.