COLOR #746E95

HEX: #746E95 RGB: (116,110,149)

Color info

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

RGB color model

#746E95 color RGB value is (116,110,149).

RGB: (116,110,149) (45%, 43%, 58%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 149 of 255 = 58%

116
110
149

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

Portions of RGB colors in percentages

R + G + B = 116 + 110 + 149 = 375 (100%)
R 116 of 375 ~ 30.93%
G 110 of 375 ~ 29.33%
B 149 of 375 ~ 39.73'%

%30.93
%29.33
%39.73

CMYK color model

#746E95 color CMYK value is (22,26,0,42).

  • cyan value is 22.15%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (22,26,0,42) C22M26Y0K42 (22%,26%,0%,42%) (0.22/0.26/0.00/0.42) 

CMYK percentages

%22.15
%26.17
%0
%41.57

Codes

Color #746E95 in popluar color models

74 6E 95
RGB 116 110 149
HSL 249° 15.54% 50.78%
HSB/HSV 249° 26.17% 58.43%
CMYK 22.15% 26.17% 0.00%
41.57%

Color #746E95 in popluar number systems.

HEX 74 6E 95
Decimal 116 110 149
Binary 1110100 1101110 10010101
Octal 164 156 225

Shades and tints

Shades of #746E95

#746E95
(116,110,149)
#6A6488
(106,100,136)
#605A7B
(96,90,123)
#56506E
(86,80,110)
#4C4661
(76,70,97)
#423C54
(66,60,84)
#383247
(56,50,71)
#2E283A
(46,40,58)
#241E2D
(36,30,45)
#1A1420
(26,20,32)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #746E95

#746E95
(116,110,149)
#807B9E
(128,123,158)
#8C88A7
(140,136,167)
#9895B0
(152,149,176)
#A4A2B9
(164,162,185)
#B0AFC2
(176,175,194)
#BCBCCB
(188,188,203)
#C8C9D4
(200,201,212)
#D4D6DD
(212,214,221)
#E0E3E6
(224,227,230)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E95 color. Also use rgb(116,110,149) instead hex code.

Text Font Color

.myTextColor { color: #746E95; }

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

This text font color is #746E95.

Background Color

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

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

This div background color is #746E95.

Border color

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

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

This div border color is #746E95.

Opacity

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

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

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

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

This text has shadow with #746E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746E95.

Preview

Color preview on black background

This text has color #746E95 on black background.


Color preview on white background

This text has color #746E95 on white background.


Black color preview on #746E95 background

This text has black color on #746E95 background.


White color preview on #746E95 background

This text has white color on #746E95 background.


Related colors

Complementary color

Complementary color for #hex is #8B916A.


I love getcolorcode.com

Triadic colors

1 #95746E and #6E9574 with #746E95 are triadic colors.

2 #956E74 and #6E7495 with #746E95 are triadic colors.