COLOR #746B92

HEX: #746B92
RGB: (116,107,146)

Color info

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

RGB color model

#746B92 color RGB value is (116,107,146).

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

RGB channels and saturation

R 116 of 255 = 45%
G 107 of 255 = 42%
B 146 of 255 = 57%

116
107
146

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 146 = 369 (100%)
R 116 of 369 ~ 31.44%
G 107 of 369 ~ 29%
B 146 of 369 ~ 39.57%

%31.44
%29
%39.57

CMYK color model

#746B92 color CMYK value is (21,27,0,43).

  • cyan value is 20.55%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,27,0,43)
C21M27Y0K43 
(21%,27%,0%,43%)
(0.21/0.27/0.00/0.43)	

CMYK percentages

%20.55
%26.71
%0
%42.75

Codes

Color #746B92 in popluar color models

746B92
RGB116107146
HSL254°15.42%49.61%
HSB/HSV254°26.71%57.25%
CMYK20.55%26.71%0.00%
42.75%

Color #746B92 in popluar number systems.

HEX746B92
Decimal116107146
Binary1110100110101110010010
Octal164153222

Shades and tints

Shades of #746B92

#746B92
(116,107,146)
#6A6285
(106,98,133)
#605978
(96,89,120)
#56506B
(86,80,107)
#4C475E
(76,71,94)
#423E51
(66,62,81)
#383544
(56,53,68)
#2E2C37
(46,44,55)
#24232A
(36,35,42)
#1A1A1D
(26,26,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #746B92

#746B92
(116,107,146)
#80789B
(128,120,155)
#8C85A4
(140,133,164)
#9892AD
(152,146,173)
#A49FB6
(164,159,182)
#B0ACBF
(176,172,191)
#BCB9C8
(188,185,200)
#C8C6D1
(200,198,209)
#D4D3DA
(212,211,218)
#E0E0E3
(224,224,227)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B92; }

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

This text font color is #746B92.


Background Color

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

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

This div background color is #746B92.


Border color

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

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

This div border color is #746B92.


Opacity

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

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

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

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

This text has shadow with #746B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B92 on black background.


Color preview on white background

This text has color #746B92 on white background.



Black color preview on #746B92 background

This text has black color on #746B92 background.


White color preview on #746B92 background

This text has white color on #746B92 background.