COLOR #746B9C

HEX: #746B9C
RGB: (116,107,156)

Color info

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

RGB color model

#746B9C color RGB value is (116,107,156).

  • red value is 116;
  • green value is 107;
  • blue value is 156.
RGB:
(116,107,156)
(45%,42%,61%)

RGB channels and saturation

R 116 of 255 = 45%
G 107 of 255 = 42%
B 156 of 255 = 61%

116
107
156

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 156 = 379 (100%)
R 116 of 379 ~ 30.61%
G 107 of 379 ~ 28.23%
B 156 of 379 ~ 41.16%

%30.61
%28.23
%41.16

CMYK color model

#746B9C color CMYK value is (26,31,0,39).

  • cyan value is 25.64%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,31,0,39)
C26M31Y0K39 
(26%,31%,0%,39%)
(0.26/0.31/0.00/0.39)	

CMYK percentages

%25.64
%31.41
%0
%38.82

Codes

Color #746B9C in popluar color models

746B9C
RGB116107156
HSL251°19.84%51.57%
HSB/HSV251°31.41%61.18%
CMYK25.64%31.41%0.00%
38.82%

Color #746B9C in popluar number systems.

HEX746B9C
Decimal116107156
Binary1110100110101110011100
Octal164153234

Shades and tints

Shades of #746B9C

#746B9C
(116,107,156)
#6A628E
(106,98,142)
#605980
(96,89,128)
#565072
(86,80,114)
#4C4764
(76,71,100)
#423E56
(66,62,86)
#383548
(56,53,72)
#2E2C3A
(46,44,58)
#24232C
(36,35,44)
#1A1A1E
(26,26,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #746B9C

#746B9C
(116,107,156)
#8078A5
(128,120,165)
#8C85AE
(140,133,174)
#9892B7
(152,146,183)
#A49FC0
(164,159,192)
#B0ACC9
(176,172,201)
#BCB9D2
(188,185,210)
#C8C6DB
(200,198,219)
#D4D3E4
(212,211,228)
#E0E0ED
(224,224,237)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746B9C color. Also use rgb(116,107,156) instead hex code.

Text Font Color

.myTextColor { color: #746B9C; }

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

This text font color is #746B9C.


Background Color

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

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

This div background color is #746B9C.


Border color

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

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

This div border color is #746B9C.


Opacity

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

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

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

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

This text has shadow with #746B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B9C on black background.


Color preview on white background

This text has color #746B9C on white background.



Black color preview on #746B9C background

This text has black color on #746B9C background.


White color preview on #746B9C background

This text has white color on #746B9C background.