COLOR #7494B9

HEX: #7494B9
RGB: (116,148,185)

Color info

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

RGB color model

#7494B9 color RGB value is (116,148,185).

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

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 185 of 255 = 73%

116
148
185

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 185 = 449 (100%)
R 116 of 449 ~ 25.84%
G 148 of 449 ~ 32.96%
B 185 of 449 ~ 41.2%

%25.84
%32.96
%41.2

CMYK color model

#7494B9 color CMYK value is (37,20,0,27).

  • cyan value is 37.30%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(37,20,0,27)
C37M20Y0K27 
(37%,20%,0%,27%)
(0.37/0.20/0.00/0.27)	

CMYK percentages

%37.3
%20
%0
%27.45

Codes

Color #7494B9 in popluar color models

7494B9
RGB116148185
HSL212°33.01%59.02%
HSB/HSV212°37.30%72.55%
CMYK37.30%20.00%0.00%
27.45%

Color #7494B9 in popluar number systems.

HEX7494B9
Decimal116148185
Binary11101001001010010111001
Octal164224271

Shades and tints

Shades of #7494B9

#7494B9
(116,148,185)
#6A87A9
(106,135,169)
#607A99
(96,122,153)
#566D89
(86,109,137)
#4C6079
(76,96,121)
#425369
(66,83,105)
#384659
(56,70,89)
#2E3949
(46,57,73)
#242C39
(36,44,57)
#1A1F29
(26,31,41)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #7494B9

#7494B9
(116,148,185)
#809DBF
(128,157,191)
#8CA6C5
(140,166,197)
#98AFCB
(152,175,203)
#A4B8D1
(164,184,209)
#B0C1D7
(176,193,215)
#BCCADD
(188,202,221)
#C8D3E3
(200,211,227)
#D4DCE9
(212,220,233)
#E0E5EF
(224,229,239)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7494B9; }

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

This text font color is #7494B9.


Background Color

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

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

This div background color is #7494B9.


Border color

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

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

This div border color is #7494B9.


Opacity

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

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

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

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

This text has shadow with #7494B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7494B9 on black background.


Color preview on white background

This text has color #7494B9 on white background.



Black color preview on #7494B9 background

This text has black color on #7494B9 background.


White color preview on #7494B9 background

This text has white color on #7494B9 background.