COLOR #7491AC

HEX: #7491AC
RGB: (116,145,172)

Color info

#7491AC contains red, green and blue colors in about the same proportion. Web safe color of #7491AC is #669999 (or #699).

RGB color model

#7491AC color RGB value is (116,145,172).

  • red value is 116;
  • green value is 145;
  • blue value is 172.
RGB:
(116,145,172)
(45%,57%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 172 of 255 = 67%

116
145
172

R + G + B ~ 56%. #7491AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 145 + 172 = 433 (100%)
R 116 of 433 ~ 26.79%
G 145 of 433 ~ 33.49%
B 172 of 433 ~ 39.72%

%26.79
%33.49
%39.72

CMYK color model

#7491AC color CMYK value is (33,16,0,33).

  • cyan value is 32.56%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,16,0,33)
C33M16Y0K33 
(33%,16%,0%,33%)
(0.33/0.16/0.00/0.33)	

CMYK percentages

%32.56
%15.7
%0
%32.55

Codes

Color #7491AC in popluar color models

7491AC
RGB116145172
HSL209°25.23%56.47%
HSB/HSV209°32.56%67.45%
CMYK32.56%15.70%0.00%
32.55%

Color #7491AC in popluar number systems.

HEX7491AC
Decimal116145172
Binary11101001001000110101100
Octal164221254

Shades and tints

Shades of #7491AC

#7491AC
(116,145,172)
#6A849D
(106,132,157)
#60778E
(96,119,142)
#566A7F
(86,106,127)
#4C5D70
(76,93,112)
#425061
(66,80,97)
#384352
(56,67,82)
#2E3643
(46,54,67)
#242934
(36,41,52)
#1A1C25
(26,28,37)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #7491AC

#7491AC
(116,145,172)
#809BB3
(128,155,179)
#8CA5BA
(140,165,186)
#98AFC1
(152,175,193)
#A4B9C8
(164,185,200)
#B0C3CF
(176,195,207)
#BCCDD6
(188,205,214)
#C8D7DD
(200,215,221)
#D4E1E4
(212,225,228)
#E0EBEB
(224,235,235)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7491AC color. Also use rgb(116,145,172) instead hex code.

Text Font Color

.myTextColor { color: #7491AC; }

<p style="color:#7491AC">This sample text font color is #7491AC.</p>

This text font color is #7491AC.


Background Color

.myBgColor { background-color: #7491AC; }

<div style="background-color:#7491AC">Inner text</div>

This div background color is #7491AC.


Border color

.myBorderColor { border: 1px solid #7491AC; }

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

This div border color is #7491AC.


Opacity

.myOpacity80 { color: #7491AC; opacity: 0.8; }

<p style="color:#7491AC;opacity:0.8;">80%</p>

Text with #7491AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7491AC;}

<p style="text-shadow: 3px 3px 1px #7491AC">Text here.</p>

This text has shadow with #7491AC color.

.textShadow {text-shadow: 3px 3px 1px #7491AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7491AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #7491AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7491AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7491AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #7491AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7491AC;
  -webkit-box-shadow:	1px 1px 3px 2px #7491AC;
  box-shadow:		1px 1px 3px 2px #7491AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7491AC;
-webkit-box-shadow: 1px 1px 3px 2px #7491AC;
box-shadow:1px 1px 3px 2px #7491AC;">
Div content here</div>
This div box has shadow with color #7491AC.

Preview

Color preview on black background

This text has color #7491AC on black background.


Color preview on white background

This text has color #7491AC on white background.



Black color preview on #7491AC background

This text has black color on #7491AC background.


White color preview on #7491AC background

This text has white color on #7491AC background.