COLOR #7494B7

HEX: #7494B7
RGB: (116,148,183)

Color info

#7494B7 contains mainly green and blue colors. Web safe color of #7494B7 is #6699CC (or #69C).

RGB color model

#7494B7 color RGB value is (116,148,183).

  • red value is 116;
  • green value is 148;
  • blue value is 183.
RGB:
(116,148,183)
(45%,58%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 183 of 255 = 72%

116
148
183

R + G + B ~ 58%. #7494B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 183 = 447 (100%)
R 116 of 447 ~ 25.95%
G 148 of 447 ~ 33.11%
B 183 of 447 ~ 40.94%

%25.95
%33.11
%40.94

CMYK color model

#7494B7 color CMYK value is (37,19,0,28).

  • cyan value is 36.61%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(37,19,0,28)
C37M19Y0K28 
(37%,19%,0%,28%)
(0.37/0.19/0.00/0.28)	

CMYK percentages

%36.61
%19.13
%0
%28.24

Codes

Color #7494B7 in popluar color models

7494B7
RGB116148183
HSL211°31.75%58.63%
HSB/HSV211°36.61%71.76%
CMYK36.61%19.13%0.00%
28.24%

Color #7494B7 in popluar number systems.

HEX7494B7
Decimal116148183
Binary11101001001010010110111
Octal164224267

Shades and tints

Shades of #7494B7

#7494B7
(116,148,183)
#6A87A7
(106,135,167)
#607A97
(96,122,151)
#566D87
(86,109,135)
#4C6077
(76,96,119)
#425367
(66,83,103)
#384657
(56,70,87)
#2E3947
(46,57,71)
#242C37
(36,44,55)
#1A1F27
(26,31,39)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #7494B7

#7494B7
(116,148,183)
#809DBD
(128,157,189)
#8CA6C3
(140,166,195)
#98AFC9
(152,175,201)
#A4B8CF
(164,184,207)
#B0C1D5
(176,193,213)
#BCCADB
(188,202,219)
#C8D3E1
(200,211,225)
#D4DCE7
(212,220,231)
#E0E5ED
(224,229,237)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7494B7 color. Also use rgb(116,148,183) instead hex code.

Text Font Color

.myTextColor { color: #7494B7; }

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

This text font color is #7494B7.


Background Color

.myBgColor { background-color: #7494B7; }

<div style="background-color:#7494B7">Inner text</div>

This div background color is #7494B7.


Border color

.myBorderColor { border: 1px solid #7494B7; }

<div style="border:3px solid #7494B7">Div</div>

This div border color is #7494B7.


Opacity

.myOpacity80 { color: #7494B7; opacity: 0.8; }

<p style="color:#7494B7;opacity:0.8;">80%</p>

Text with #7494B7 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 #7494B7;}

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

This text has shadow with #7494B7 color.

.textShadow {text-shadow: 3px 3px 1px #7494B7, 3px 3px 1px red;}

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

This text has shadow with #7494B7 primary color and red secondary color.


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

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

This text has shadow with #7494B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7494B7 on black background.


Color preview on white background

This text has color #7494B7 on white background.



Black color preview on #7494B7 background

This text has black color on #7494B7 background.


White color preview on #7494B7 background

This text has white color on #7494B7 background.