Color Hex Logo

#7491aa Color Hex

#7491AA
(116,145,170)
0 Favorites   0 Comments

Color spaces of #7491aa

RGB 116145170
HSL0.580.240.56
HSV208°32°67°
CMYK 0.320.150.00   0.33
XYZ24.583626.866141.9202
Yxy26.86610.26330.2877
Hunter Lab51.8325-6.0463-11.6688
CIE-Lab58.8502-4.0595-16.4440

#7491aa color RGB value is (116,145,170).

#7491aa hex color red value is 116, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7491aa hue: 0.58 , saturation: 0.24 and the lightness value of 7491aa is 0.56.

The process color (four color CMYK) of #7491aa color hex is 0.32, 0.15, 0.00, 0.33. Web safe color of #7491aa is #669999. Color #7491aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 10101010
Octal 164 221 252
Decimal 116 145 170
Hex 74 91 AA

RGB Percentages of Color #7491aa

%26.91
%33.64
%39.44

CMYK Percentages of Color #7491aa

%32
%15
%0
%33

Triadic Colors of #7491aa

#7491aa #aa7491 #91aa74

Analogous Colors of #7491aa

#7491aa #7476aa #74aaa8

Monochromatic Colors of #7491aa

#7491aa

Complementary Color

#7491aa #aa8d74

#7491aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7491aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7491aa Color CSS Codes

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

#7491aa Text Font Color

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

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


#7491aa Background Color

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

This div background color is #7491aa


#7491aa Border Color

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

This div border color is #7491aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7491aa


Comments

No comments written yet.

Please login to write comment.