COLOR #746DAD

HEX: #746DAD
RGB: (116,109,173)

Color info

#746DAD contains mainly red and blue colors. Web safe color of #746DAD is #666699 (or #669).

RGB color model

#746DAD color RGB value is (116,109,173).

  • red value is 116;
  • green value is 109;
  • blue value is 173.
RGB:
(116,109,173)
(45%,43%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 173 of 255 = 68%

116
109
173

R + G + B ~ 52%. #746DAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 173 = 398 (100%)
R 116 of 398 ~ 29.15%
G 109 of 398 ~ 27.39%
B 173 of 398 ~ 43.47%

%29.15
%27.39
%43.47

CMYK color model

#746DAD color CMYK value is (33,37,0,32).

  • cyan value is 32.95%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(33,37,0,32)
C33M37Y0K32 
(33%,37%,0%,32%)
(0.33/0.37/0.00/0.32)	

CMYK percentages

%32.95
%36.99
%0
%32.16

Codes

Color #746DAD in popluar color models

746DAD
RGB116109173
HSL247°28.07%55.29%
HSB/HSV247°36.99%67.84%
CMYK32.95%36.99%0.00%
32.16%

Color #746DAD in popluar number systems.

HEX746DAD
Decimal116109173
Binary1110100110110110101101
Octal164155255

Shades and tints

Shades of #746DAD

#746DAD
(116,109,173)
#6A649E
(106,100,158)
#605B8F
(96,91,143)
#565280
(86,82,128)
#4C4971
(76,73,113)
#424062
(66,64,98)
#383753
(56,55,83)
#2E2E44
(46,46,68)
#242535
(36,37,53)
#1A1C26
(26,28,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #746DAD

#746DAD
(116,109,173)
#807AB4
(128,122,180)
#8C87BB
(140,135,187)
#9894C2
(152,148,194)
#A4A1C9
(164,161,201)
#B0AED0
(176,174,208)
#BCBBD7
(188,187,215)
#C8C8DE
(200,200,222)
#D4D5E5
(212,213,229)
#E0E2EC
(224,226,236)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746DAD color. Also use rgb(116,109,173) instead hex code.

Text Font Color

.myTextColor { color: #746DAD; }

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

This text font color is #746DAD.


Background Color

.myBgColor { background-color: #746DAD; }

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

This div background color is #746DAD.


Border color

.myBorderColor { border: 1px solid #746DAD; }

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

This div border color is #746DAD.


Opacity

.myOpacity80 { color: #746DAD; opacity: 0.8; }

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

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

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

This text has shadow with #746DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746DAD on black background.


Color preview on white background

This text has color #746DAD on white background.



Black color preview on #746DAD background

This text has black color on #746DAD background.


White color preview on #746DAD background

This text has white color on #746DAD background.