COLOR #7491A8

HEX: #7491A8
RGB: (116,145,168)

Color info

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

RGB color model

#7491A8 color RGB value is (116,145,168).

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

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 168 of 255 = 66%

116
145
168

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

Portions of RGB colors in percentages

R + G + B =
116 + 145 + 168 = 429 (100%)
R 116 of 429 ~ 27.04%
G 145 of 429 ~ 33.8%
B 168 of 429 ~ 39.16%

%27.04
%33.8
%39.16

CMYK color model

#7491A8 color CMYK value is (31,14,0,34).

  • cyan value is 30.95%
  • magenta value is 13.69%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(31,14,0,34)
C31M14Y0K34 
(31%,14%,0%,34%)
(0.31/0.14/0.00/0.34)	

CMYK percentages

%30.95
%13.69
%0
%34.12

Codes

Color #7491A8 in popluar color models

7491A8
RGB116145168
HSL207°23.01%55.69%
HSB/HSV207°30.95%65.88%
CMYK30.95%13.69%0.00%
34.12%

Color #7491A8 in popluar number systems.

HEX7491A8
Decimal116145168
Binary11101001001000110101000
Octal164221250

Shades and tints

Shades of #7491A8

#7491A8
(116,145,168)
#6A8499
(106,132,153)
#60778A
(96,119,138)
#566A7B
(86,106,123)
#4C5D6C
(76,93,108)
#42505D
(66,80,93)
#38434E
(56,67,78)
#2E363F
(46,54,63)
#242930
(36,41,48)
#1A1C21
(26,28,33)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7491A8

#7491A8
(116,145,168)
#809BAF
(128,155,175)
#8CA5B6
(140,165,182)
#98AFBD
(152,175,189)
#A4B9C4
(164,185,196)
#B0C3CB
(176,195,203)
#BCCDD2
(188,205,210)
#C8D7D9
(200,215,217)
#D4E1E0
(212,225,224)
#E0EBE7
(224,235,231)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7491A8; }

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

This text font color is #7491A8.


Background Color

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

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

This div background color is #7491A8.


Border color

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

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

This div border color is #7491A8.


Opacity

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

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

Text with #7491A8 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 #7491A8;}

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

This text has shadow with #7491A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7491A8 on black background.


Color preview on white background

This text has color #7491A8 on white background.



Black color preview on #7491A8 background

This text has black color on #7491A8 background.


White color preview on #7491A8 background

This text has white color on #7491A8 background.