COLOR #746FA8

HEX: #746FA8
RGB: (116,111,168)

Color info

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

RGB color model

#746FA8 color RGB value is (116,111,168).

  • red value is 116;
  • green value is 111;
  • blue value is 168.
RGB:
(116,111,168)
(45%,44%,66%)

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 168 of 255 = 66%

116
111
168

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

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 168 = 395 (100%)
R 116 of 395 ~ 29.37%
G 111 of 395 ~ 28.1%
B 168 of 395 ~ 42.53%

%29.37
%28.1
%42.53

CMYK color model

#746FA8 color CMYK value is (31,34,0,34).

  • cyan value is 30.95%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(31,34,0,34)
C31M34Y0K34 
(31%,34%,0%,34%)
(0.31/0.34/0.00/0.34)	

CMYK percentages

%30.95
%33.93
%0
%34.12

Codes

Color #746FA8 in popluar color models

746FA8
RGB116111168
HSL245°24.68%54.71%
HSB/HSV245°33.93%65.88%
CMYK30.95%33.93%0.00%
34.12%

Color #746FA8 in popluar number systems.

HEX746FA8
Decimal116111168
Binary1110100110111110101000
Octal164157250

Shades and tints

Shades of #746FA8

#746FA8
(116,111,168)
#6A6599
(106,101,153)
#605B8A
(96,91,138)
#56517B
(86,81,123)
#4C476C
(76,71,108)
#423D5D
(66,61,93)
#38334E
(56,51,78)
#2E293F
(46,41,63)
#241F30
(36,31,48)
#1A1521
(26,21,33)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #746FA8

#746FA8
(116,111,168)
#807CAF
(128,124,175)
#8C89B6
(140,137,182)
#9896BD
(152,150,189)
#A4A3C4
(164,163,196)
#B0B0CB
(176,176,203)
#BCBDD2
(188,189,210)
#C8CAD9
(200,202,217)
#D4D7E0
(212,215,224)
#E0E4E7
(224,228,231)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746FA8 color. Also use rgb(116,111,168) instead hex code.

Text Font Color

.myTextColor { color: #746FA8; }

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

This text font color is #746FA8.


Background Color

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

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

This div background color is #746FA8.


Border color

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

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

This div border color is #746FA8.


Opacity

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

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

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

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

This text has shadow with #746FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746FA8 on black background.


Color preview on white background

This text has color #746FA8 on white background.



Black color preview on #746FA8 background

This text has black color on #746FA8 background.


White color preview on #746FA8 background

This text has white color on #746FA8 background.