COLOR #7490A2

HEX: #7490A2
RGB: (116,144,162)

Color info

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

RGB color model

#7490A2 color RGB value is (116,144,162).

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

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 162 of 255 = 64%

116
144
162

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

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 162 = 422 (100%)
R 116 of 422 ~ 27.49%
G 144 of 422 ~ 34.12%
B 162 of 422 ~ 38.39%

%27.49
%34.12
%38.39

CMYK color model

#7490A2 color CMYK value is (28,11,0,36).

  • cyan value is 28.40%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,11,0,36)
C28M11Y0K36 
(28%,11%,0%,36%)
(0.28/0.11/0.00/0.36)	

CMYK percentages

%28.4
%11.11
%0
%36.47

Codes

Color #7490A2 in popluar color models

7490A2
RGB116144162
HSL203°19.83%54.51%
HSB/HSV203°28.40%63.53%
CMYK28.40%11.11%0.00%
36.47%

Color #7490A2 in popluar number systems.

HEX7490A2
Decimal116144162
Binary11101001001000010100010
Octal164220242

Shades and tints

Shades of #7490A2

#7490A2
(116,144,162)
#6A8394
(106,131,148)
#607686
(96,118,134)
#566978
(86,105,120)
#4C5C6A
(76,92,106)
#424F5C
(66,79,92)
#38424E
(56,66,78)
#2E3540
(46,53,64)
#242832
(36,40,50)
#1A1B24
(26,27,36)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #7490A2

#7490A2
(116,144,162)
#809AAA
(128,154,170)
#8CA4B2
(140,164,178)
#98AEBA
(152,174,186)
#A4B8C2
(164,184,194)
#B0C2CA
(176,194,202)
#BCCCD2
(188,204,210)
#C8D6DA
(200,214,218)
#D4E0E2
(212,224,226)
#E0EAEA
(224,234,234)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7490A2; }

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

This text font color is #7490A2.


Background Color

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

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

This div background color is #7490A2.


Border color

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

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

This div border color is #7490A2.


Opacity

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

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

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

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

This text has shadow with #7490A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7490A2 on black background.


Color preview on white background

This text has color #7490A2 on white background.



Black color preview on #7490A2 background

This text has black color on #7490A2 background.


White color preview on #7490A2 background

This text has white color on #7490A2 background.