COLOR #746494

HEX: #746494
RGB: (116,100,148)

Color info

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

RGB color model

#746494 color RGB value is (116,100,148).

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

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 148 of 255 = 58%

116
100
148

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

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 148 = 364 (100%)
R 116 of 364 ~ 31.87%
G 100 of 364 ~ 27.47%
B 148 of 364 ~ 40.66%

%31.87
%27.47
%40.66

CMYK color model

#746494 color CMYK value is (22,32,0,42).

  • cyan value is 21.62%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(22,32,0,42)
C22M32Y0K42 
(22%,32%,0%,42%)
(0.22/0.32/0.00/0.42)	

CMYK percentages

%21.62
%32.43
%0
%41.96

Codes

Color #746494 in popluar color models

746494
RGB116100148
HSL260°19.35%48.63%
HSB/HSV260°32.43%58.04%
CMYK21.62%32.43%0.00%
41.96%

Color #746494 in popluar number systems.

HEX746494
Decimal116100148
Binary1110100110010010010100
Octal164144224

Shades and tints

Shades of #746494

#746494
(116,100,148)
#6A5B87
(106,91,135)
#60527A
(96,82,122)
#56496D
(86,73,109)
#4C4060
(76,64,96)
#423753
(66,55,83)
#382E46
(56,46,70)
#2E2539
(46,37,57)
#241C2C
(36,28,44)
#1A131F
(26,19,31)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #746494

#746494
(116,100,148)
#80729D
(128,114,157)
#8C80A6
(140,128,166)
#988EAF
(152,142,175)
#A49CB8
(164,156,184)
#B0AAC1
(176,170,193)
#BCB8CA
(188,184,202)
#C8C6D3
(200,198,211)
#D4D4DC
(212,212,220)
#E0E2E5
(224,226,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746494; }

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

This text font color is #746494.


Background Color

.myBgColor { background-color: #746494; }

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

This div background color is #746494.


Border color

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

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

This div border color is #746494.


Opacity

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

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

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

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

This text has shadow with #746494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746494 on black background.


Color preview on white background

This text has color #746494 on white background.



Black color preview on #746494 background

This text has black color on #746494 background.


White color preview on #746494 background

This text has white color on #746494 background.