Color Hex Logo

#4291ad Color Hex

#4291AD
(66,145,173)
0 Favorites   0 Comments

Color spaces of #4291ad

RGB 66145173
HSL0.540.450.47
HSV196°62°68°
CMYK 0.620.160.00   0.32
XYZ19.915024.426243.2003
Yxy24.42620.22750.2790
Hunter Lab49.4229-14.5632-17.2291
CIE-Lab56.5120-15.5785-21.9415

#4291ad color RGB value is (66,145,173).

#4291ad hex color red value is 66, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4291ad hue: 0.54 , saturation: 0.45 and the lightness value of 4291ad is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010001 10101101
Octal 102 221 255
Decimal 66 145 173
Hex 42 91 AD

RGB Percentages of Color #4291ad

%17.19
%37.76
%45.05

CMYK Percentages of Color #4291ad

%62
%16
%0
%32

Triadic Colors of #4291ad

#4291ad #ad4291 #91ad42

Analogous Colors of #4291ad

#4291ad #425bad #42ad94

Monochromatic Colors of #4291ad

#4291ad

Complementary Color

#4291ad #ad5e42

#4291ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4291ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4291ad Color CSS Codes

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

#4291ad Text Font Color

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

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


#4291ad Background Color

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

This div background color is #4291ad


#4291ad Border Color

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

This div border color is #4291ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4291ad


Comments

No comments written yet.

Please login to write comment.