COLOR #7490A9

HEX: #7490A9
RGB: (116,144,169)

Color info

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

RGB color model

#7490A9 color RGB value is (116,144,169).

  • red value is 116;
  • green value is 144;
  • blue value is 169.
RGB:
(116,144,169)
(45%,56%,66%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 169 of 255 = 66%

116
144
169

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

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 169 = 429 (100%)
R 116 of 429 ~ 27.04%
G 144 of 429 ~ 33.57%
B 169 of 429 ~ 39.39%

%27.04
%33.57
%39.39

CMYK color model

#7490A9 color CMYK value is (31,15,0,34).

  • cyan value is 31.36%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(31,15,0,34)
C31M15Y0K34 
(31%,15%,0%,34%)
(0.31/0.15/0.00/0.34)	

CMYK percentages

%31.36
%14.79
%0
%33.73

Codes

Color #7490A9 in popluar color models

7490A9
RGB116144169
HSL208°23.56%55.88%
HSB/HSV208°31.36%66.27%
CMYK31.36%14.79%0.00%
33.73%

Color #7490A9 in popluar number systems.

HEX7490A9
Decimal116144169
Binary11101001001000010101001
Octal164220251

Shades and tints

Shades of #7490A9

#7490A9
(116,144,169)
#6A839A
(106,131,154)
#60768B
(96,118,139)
#56697C
(86,105,124)
#4C5C6D
(76,92,109)
#424F5E
(66,79,94)
#38424F
(56,66,79)
#2E3540
(46,53,64)
#242831
(36,40,49)
#1A1B22
(26,27,34)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #7490A9

#7490A9
(116,144,169)
#809AB0
(128,154,176)
#8CA4B7
(140,164,183)
#98AEBE
(152,174,190)
#A4B8C5
(164,184,197)
#B0C2CC
(176,194,204)
#BCCCD3
(188,204,211)
#C8D6DA
(200,214,218)
#D4E0E1
(212,224,225)
#E0EAE8
(224,234,232)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7490A9 color. Also use rgb(116,144,169) instead hex code.

Text Font Color

.myTextColor { color: #7490A9; }

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

This text font color is #7490A9.


Background Color

.myBgColor { background-color: #7490A9; }

<div style="background-color:#7490A9">Inner text</div>

This div background color is #7490A9.


Border color

.myBorderColor { border: 1px solid #7490A9; }

<div style="border:3px solid #7490A9">Div</div>

This div border color is #7490A9.


Opacity

.myOpacity80 { color: #7490A9; opacity: 0.8; }

<p style="color:#7490A9;opacity:0.8;">80%</p>

Text with #7490A9 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 #7490A9;}

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

This text has shadow with #7490A9 color.

.textShadow {text-shadow: 3px 3px 1px #7490A9, 3px 3px 1px red;}

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

This text has shadow with #7490A9 primary color and red secondary color.


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

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

This text has shadow with #7490A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7490A9 on black background.


Color preview on white background

This text has color #7490A9 on white background.



Black color preview on #7490A9 background

This text has black color on #7490A9 background.


White color preview on #7490A9 background

This text has white color on #7490A9 background.