Color Hex Logo

#4697ad Color Hex

#4697AD
(70,151,173)
0 Favorites   0 Comments

Color spaces of #4697ad

RGB 70151173
HSL0.540.420.48
HSV193°60°68°
CMYK 0.600.130.00   0.32
XYZ21.135226.452443.5271
Yxy26.45240.23200.2903
Hunter Lab51.4319-16.6538-14.1751
CIE-Lab58.4640-18.0469-18.9456

#4697ad color RGB value is (70,151,173).

#4697ad hex color red value is 70, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4697ad hue: 0.54 , saturation: 0.42 and the lightness value of 4697ad is 0.48.

The process color (four color CMYK) of #4697ad color hex is 0.60, 0.13, 0.00, 0.32. Web safe color of #4697ad is #339999. Color #4697ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010111 10101101
Octal 106 227 255
Decimal 70 151 173
Hex 46 97 AD

RGB Percentages of Color #4697ad

%17.77
%38.32
%43.91

CMYK Percentages of Color #4697ad

%60
%13
%0
%32

Triadic Colors of #4697ad

#4697ad #ad4697 #97ad46

Analogous Colors of #4697ad

#4697ad #4664ad #46ad90

Monochromatic Colors of #4697ad

#4697ad

Complementary Color

#4697ad #ad5c46

#4697ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4697ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4697ad Color CSS Codes

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

#4697ad Text Font Color

<p style="color:#4697ad">Text here</p>

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


#4697ad Background Color

<div style="background-color:#4697ad">
Div content here</div>

This div background color is #4697ad


#4697ad Border Color

<div style="border:3px solid #4697ad">
Div here</div>

This div border color is #4697ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,151,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4697ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4697ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4697ad;
  box-shadow:         1px 1px 3px 2px #4697ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4697ad


Comments

No comments written yet.

Please login to write comment.