COLOR #747490

HEX: #747490
RGB: (116,116,144)

Color info

#747490 contains red, green and blue colors in about the same proportion. Web safe color of #747490 is #666699 (or #669).

RGB color model

#747490 color RGB value is (116,116,144).

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

RGB channels and saturation

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

116
116
144

R + G + B ~ 49%. #747490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 144 = 376 (100%)
R 116 of 376 ~ 30.85%
G 116 of 376 ~ 30.85%
B 144 of 376 ~ 38.3%

%30.85
%30.85
%38.3

CMYK color model

#747490 color CMYK value is (19,19,0,44).

  • cyan value is 19.44%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,19,0,44)
C19M19Y0K44 
(19%,19%,0%,44%)
(0.19/0.19/0.00/0.44)	

CMYK percentages

%19.44
%19.44
%0
%43.53

Codes

Color #747490 in popluar color models

747490
RGB116116144
HSL240°11.20%50.98%
HSB/HSV240°19.44%56.47%
CMYK19.44%19.44%0.00%
43.53%

Color #747490 in popluar number systems.

HEX747490
Decimal116116144
Binary1110100111010010010000
Octal164164220

Shades and tints

Shades of #747490

#747490
(116,116,144)
#6A6A83
(106,106,131)
#606076
(96,96,118)
#565669
(86,86,105)
#4C4C5C
(76,76,92)
#42424F
(66,66,79)
#383842
(56,56,66)
#2E2E35
(46,46,53)
#242428
(36,36,40)
#1A1A1B
(26,26,27)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #747490

#747490
(116,116,144)
#80809A
(128,128,154)
#8C8CA4
(140,140,164)
#9898AE
(152,152,174)
#A4A4B8
(164,164,184)
#B0B0C2
(176,176,194)
#BCBCCC
(188,188,204)
#C8C8D6
(200,200,214)
#D4D4E0
(212,212,224)
#E0E0EA
(224,224,234)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747490; }

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

This text font color is #747490.


Background Color

.myBgColor { background-color: #747490; }

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

This div background color is #747490.


Border color

.myBorderColor { border: 1px solid #747490; }

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

This div border color is #747490.


Opacity

.myOpacity80 { color: #747490; opacity: 0.8; }

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

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

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

This text has shadow with #747490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747490 on black background.


Color preview on white background

This text has color #747490 on white background.



Black color preview on #747490 background

This text has black color on #747490 background.


White color preview on #747490 background

This text has white color on #747490 background.