COLOR #746D9B

HEX: #746D9B
RGB: (116,109,155)

Color info

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

RGB color model

#746D9B color RGB value is (116,109,155).

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

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 155 of 255 = 61%

116
109
155

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 155 = 380 (100%)
R 116 of 380 ~ 30.53%
G 109 of 380 ~ 28.68%
B 155 of 380 ~ 40.79%

%30.53
%28.68
%40.79

CMYK color model

#746D9B color CMYK value is (25,30,0,39).

  • cyan value is 25.16%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,30,0,39)
C25M30Y0K39 
(25%,30%,0%,39%)
(0.25/0.30/0.00/0.39)	

CMYK percentages

%25.16
%29.68
%0
%39.22

Codes

Color #746D9B in popluar color models

746D9B
RGB116109155
HSL249°18.70%51.76%
HSB/HSV249°29.68%60.78%
CMYK25.16%29.68%0.00%
39.22%

Color #746D9B in popluar number systems.

HEX746D9B
Decimal116109155
Binary1110100110110110011011
Octal164155233

Shades and tints

Shades of #746D9B

#746D9B
(116,109,155)
#6A648D
(106,100,141)
#605B7F
(96,91,127)
#565271
(86,82,113)
#4C4963
(76,73,99)
#424055
(66,64,85)
#383747
(56,55,71)
#2E2E39
(46,46,57)
#24252B
(36,37,43)
#1A1C1D
(26,28,29)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #746D9B

#746D9B
(116,109,155)
#807AA4
(128,122,164)
#8C87AD
(140,135,173)
#9894B6
(152,148,182)
#A4A1BF
(164,161,191)
#B0AEC8
(176,174,200)
#BCBBD1
(188,187,209)
#C8C8DA
(200,200,218)
#D4D5E3
(212,213,227)
#E0E2EC
(224,226,236)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D9B; }

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

This text font color is #746D9B.


Background Color

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

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

This div background color is #746D9B.


Border color

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

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

This div border color is #746D9B.


Opacity

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

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

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

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

This text has shadow with #746D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D9B on black background.


Color preview on white background

This text has color #746D9B on white background.



Black color preview on #746D9B background

This text has black color on #746D9B background.


White color preview on #746D9B background

This text has white color on #746D9B background.