COLOR #746897

HEX: #746897
RGB: (116,104,151)

Color info

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

RGB color model

#746897 color RGB value is (116,104,151).

  • red value is 116;
  • green value is 104;
  • blue value is 151.
RGB:
(116,104,151)
(45%,41%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 151 of 255 = 59%

116
104
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 151 = 371 (100%)
R 116 of 371 ~ 31.27%
G 104 of 371 ~ 28.03%
B 151 of 371 ~ 40.7%

%31.27
%28.03
%40.7

CMYK color model

#746897 color CMYK value is (23,31,0,41).

  • cyan value is 23.18%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,31,0,41)
C23M31Y0K41 
(23%,31%,0%,41%)
(0.23/0.31/0.00/0.41)	

CMYK percentages

%23.18
%31.13
%0
%40.78

Codes

Color #746897 in popluar color models

746897
RGB116104151
HSL255°18.43%50.00%
HSB/HSV255°31.13%59.22%
CMYK23.18%31.13%0.00%
40.78%

Color #746897 in popluar number systems.

HEX746897
Decimal116104151
Binary1110100110100010010111
Octal164150227

Shades and tints

Shades of #746897

#746897
(116,104,151)
#6A5F8A
(106,95,138)
#60567D
(96,86,125)
#564D70
(86,77,112)
#4C4463
(76,68,99)
#423B56
(66,59,86)
#383249
(56,50,73)
#2E293C
(46,41,60)
#24202F
(36,32,47)
#1A1722
(26,23,34)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #746897

#746897
(116,104,151)
#8075A0
(128,117,160)
#8C82A9
(140,130,169)
#988FB2
(152,143,178)
#A49CBB
(164,156,187)
#B0A9C4
(176,169,196)
#BCB6CD
(188,182,205)
#C8C3D6
(200,195,214)
#D4D0DF
(212,208,223)
#E0DDE8
(224,221,232)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746897 color. Also use rgb(116,104,151) instead hex code.

Text Font Color

.myTextColor { color: #746897; }

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

This text font color is #746897.


Background Color

.myBgColor { background-color: #746897; }

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

This div background color is #746897.


Border color

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

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

This div border color is #746897.


Opacity

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

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

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

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

This text has shadow with #746897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746897 on black background.


Color preview on white background

This text has color #746897 on white background.



Black color preview on #746897 background

This text has black color on #746897 background.


White color preview on #746897 background

This text has white color on #746897 background.