COLOR #746586

HEX: #746586
RGB: (116,101,134)

Color info

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

RGB color model

#746586 color RGB value is (116,101,134).

  • red value is 116;
  • green value is 101;
  • blue value is 134.
RGB:
(116,101,134)
(45%,40%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 134 of 255 = 53%

116
101
134

R + G + B ~ 46%. #746586 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 101 + 134 = 351 (100%)
R 116 of 351 ~ 33.05%
G 101 of 351 ~ 28.77%
B 134 of 351 ~ 38.18%

%33.05
%28.77
%38.18

CMYK color model

#746586 color CMYK value is (13,25,0,47).

  • cyan value is 13.43%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,25,0,47)
C13M25Y0K47 
(13%,25%,0%,47%)
(0.13/0.25/0.00/0.47)	

CMYK percentages

%13.43
%24.63
%0
%47.45

Codes

Color #746586 in popluar color models

746586
RGB116101134
HSL267°14.04%46.08%
HSB/HSV267°24.63%52.55%
CMYK13.43%24.63%0.00%
47.45%

Color #746586 in popluar number systems.

HEX746586
Decimal116101134
Binary1110100110010110000110
Octal164145206

Shades and tints

Shades of #746586

#746586
(116,101,134)
#6A5C7A
(106,92,122)
#60536E
(96,83,110)
#564A62
(86,74,98)
#4C4156
(76,65,86)
#42384A
(66,56,74)
#382F3E
(56,47,62)
#2E2632
(46,38,50)
#241D26
(36,29,38)
#1A141A
(26,20,26)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #746586

#746586
(116,101,134)
#807391
(128,115,145)
#8C819C
(140,129,156)
#988FA7
(152,143,167)
#A49DB2
(164,157,178)
#B0ABBD
(176,171,189)
#BCB9C8
(188,185,200)
#C8C7D3
(200,199,211)
#D4D5DE
(212,213,222)
#E0E3E9
(224,227,233)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746586 color. Also use rgb(116,101,134) instead hex code.

Text Font Color

.myTextColor { color: #746586; }

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

This text font color is #746586.


Background Color

.myBgColor { background-color: #746586; }

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

This div background color is #746586.


Border color

.myBorderColor { border: 1px solid #746586; }

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

This div border color is #746586.


Opacity

.myOpacity80 { color: #746586; opacity: 0.8; }

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

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

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

This text has shadow with #746586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746586 on black background.


Color preview on white background

This text has color #746586 on white background.



Black color preview on #746586 background

This text has black color on #746586 background.


White color preview on #746586 background

This text has white color on #746586 background.