Color Hex Logo

#4691ad Color Hex

#4691AD
(70,145,173)
0 Favorites   0 Comments

Color spaces of #4691ad

RGB 70145173
HSL0.550.420.48
HSV196°60°68°
CMYK 0.600.160.00   0.32
XYZ20.194024.570043.2133
Yxy24.57000.22950.2793
Hunter Lab49.5681-14.0235-16.9911
CIE-Lab56.6540-14.8103-21.7113

#4691ad color RGB value is (70,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010001 10101101
Octal 106 221 255
Decimal 70 145 173
Hex 46 91 AD

RGB Percentages of Color #4691ad

%18.04
%37.37
%44.59

CMYK Percentages of Color #4691ad

%60
%16
%0
%32

Triadic Colors of #4691ad

#4691ad #ad4691 #91ad46

Analogous Colors of #4691ad

#4691ad #465ead #46ad96

Monochromatic Colors of #4691ad

#4691ad

Complementary Color

#4691ad #ad6246

#4691ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4691ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4691ad Color CSS Codes

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

#4691ad Text Font Color

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

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


#4691ad Background Color

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

This div background color is #4691ad


#4691ad Border Color

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

This div border color is #4691ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4691ad


Comments

No comments written yet.

Please login to write comment.