COLOR #7494D9

HEX: #7494D9
RGB: (116,148,217)

Color info

#7494D9 contains mainly blue color. Web safe color of #7494D9 is #6699CC (or #69C).

RGB color model

#7494D9 color RGB value is (116,148,217).

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

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 217 of 255 = 85%

116
148
217

R + G + B ~ 63%. #7494D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 217 = 481 (100%)
R 116 of 481 ~ 24.12%
G 148 of 481 ~ 30.77%
B 217 of 481 ~ 45.11%

%24.12
%30.77
%45.11

CMYK color model

#7494D9 color CMYK value is (47,32,0,15).

  • cyan value is 46.54%
  • magenta value is 31.80%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,32,0,15)
C47M32Y0K15 
(47%,32%,0%,15%)
(0.47/0.32/0.00/0.15)	

CMYK percentages

%46.54
%31.8
%0
%14.9

Codes

Color #7494D9 in popluar color models

7494D9
RGB116148217
HSL221°57.06%65.29%
HSB/HSV221°46.54%85.10%
CMYK46.54%31.80%0.00%
14.90%

Color #7494D9 in popluar number systems.

HEX7494D9
Decimal116148217
Binary11101001001010011011001
Octal164224331

Shades and tints

Shades of #7494D9

#7494D9
(116,148,217)
#6A87C6
(106,135,198)
#607AB3
(96,122,179)
#566DA0
(86,109,160)
#4C608D
(76,96,141)
#42537A
(66,83,122)
#384667
(56,70,103)
#2E3954
(46,57,84)
#242C41
(36,44,65)
#1A1F2E
(26,31,46)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #7494D9

#7494D9
(116,148,217)
#809DDC
(128,157,220)
#8CA6DF
(140,166,223)
#98AFE2
(152,175,226)
#A4B8E5
(164,184,229)
#B0C1E8
(176,193,232)
#BCCAEB
(188,202,235)
#C8D3EE
(200,211,238)
#D4DCF1
(212,220,241)
#E0E5F4
(224,229,244)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7494D9; }

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

This text font color is #7494D9.


Background Color

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

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

This div background color is #7494D9.


Border color

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

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

This div border color is #7494D9.


Opacity

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

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

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

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

This text has shadow with #7494D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7494D9 on black background.


Color preview on white background

This text has color #7494D9 on white background.



Black color preview on #7494D9 background

This text has black color on #7494D9 background.


White color preview on #7494D9 background

This text has white color on #7494D9 background.