COLOR #746BB8

HEX: #746BB8
RGB: (116,107,184)

Color info

#746BB8 contains mainly blue color. Web safe color of #746BB8 is #6666CC (or #66C).

RGB color model

#746BB8 color RGB value is (116,107,184).

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

RGB channels and saturation

R 116 of 255 = 45%
G 107 of 255 = 42%
B 184 of 255 = 72%

116
107
184

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 184 = 407 (100%)
R 116 of 407 ~ 28.5%
G 107 of 407 ~ 26.29%
B 184 of 407 ~ 45.21%

%28.5
%26.29
%45.21

CMYK color model

#746BB8 color CMYK value is (37,42,0,28).

  • cyan value is 36.96%
  • magenta value is 41.85%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(37,42,0,28)
C37M42Y0K28 
(37%,42%,0%,28%)
(0.37/0.42/0.00/0.28)	

CMYK percentages

%36.96
%41.85
%0
%27.84

Codes

Color #746BB8 in popluar color models

746BB8
RGB116107184
HSL247°35.16%57.06%
HSB/HSV247°41.85%72.16%
CMYK36.96%41.85%0.00%
27.84%

Color #746BB8 in popluar number systems.

HEX746BB8
Decimal116107184
Binary1110100110101110111000
Octal164153270

Shades and tints

Shades of #746BB8

#746BB8
(116,107,184)
#6A62A8
(106,98,168)
#605998
(96,89,152)
#565088
(86,80,136)
#4C4778
(76,71,120)
#423E68
(66,62,104)
#383558
(56,53,88)
#2E2C48
(46,44,72)
#242338
(36,35,56)
#1A1A28
(26,26,40)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #746BB8

#746BB8
(116,107,184)
#8078BE
(128,120,190)
#8C85C4
(140,133,196)
#9892CA
(152,146,202)
#A49FD0
(164,159,208)
#B0ACD6
(176,172,214)
#BCB9DC
(188,185,220)
#C8C6E2
(200,198,226)
#D4D3E8
(212,211,232)
#E0E0EE
(224,224,238)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746BB8; }

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

This text font color is #746BB8.


Background Color

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

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

This div background color is #746BB8.


Border color

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

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

This div border color is #746BB8.


Opacity

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

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

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

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

This text has shadow with #746BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746BB8 on black background.


Color preview on white background

This text has color #746BB8 on white background.



Black color preview on #746BB8 background

This text has black color on #746BB8 background.


White color preview on #746BB8 background

This text has white color on #746BB8 background.