COLOR #746CC1

HEX: #746CC1
RGB: (116,108,193)

Color info

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

RGB color model

#746CC1 color RGB value is (116,108,193).

  • red value is 116;
  • green value is 108;
  • blue value is 193.
RGB:
(116,108,193)
(45%,42%,76%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 193 of 255 = 76%

116
108
193

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 193 = 417 (100%)
R 116 of 417 ~ 27.82%
G 108 of 417 ~ 25.9%
B 193 of 417 ~ 46.28%

%27.82
%25.9
%46.28

CMYK color model

#746CC1 color CMYK value is (40,44,0,24).

  • cyan value is 39.90%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(40,44,0,24)
C40M44Y0K24 
(40%,44%,0%,24%)
(0.40/0.44/0.00/0.24)	

CMYK percentages

%39.9
%44.04
%0
%24.31

Codes

Color #746CC1 in popluar color models

746CC1
RGB116108193
HSL246°40.67%59.02%
HSB/HSV246°44.04%75.69%
CMYK39.90%44.04%0.00%
24.31%

Color #746CC1 in popluar number systems.

HEX746CC1
Decimal116108193
Binary1110100110110011000001
Octal164154301

Shades and tints

Shades of #746CC1

#746CC1
(116,108,193)
#6A63B0
(106,99,176)
#605A9F
(96,90,159)
#56518E
(86,81,142)
#4C487D
(76,72,125)
#423F6C
(66,63,108)
#38365B
(56,54,91)
#2E2D4A
(46,45,74)
#242439
(36,36,57)
#1A1B28
(26,27,40)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #746CC1

#746CC1
(116,108,193)
#8079C6
(128,121,198)
#8C86CB
(140,134,203)
#9893D0
(152,147,208)
#A4A0D5
(164,160,213)
#B0ADDA
(176,173,218)
#BCBADF
(188,186,223)
#C8C7E4
(200,199,228)
#D4D4E9
(212,212,233)
#E0E1EE
(224,225,238)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746CC1 color. Also use rgb(116,108,193) instead hex code.

Text Font Color

.myTextColor { color: #746CC1; }

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

This text font color is #746CC1.


Background Color

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

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

This div background color is #746CC1.


Border color

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

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

This div border color is #746CC1.


Opacity

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

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

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

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

This text has shadow with #746CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746CC1 on black background.


Color preview on white background

This text has color #746CC1 on white background.



Black color preview on #746CC1 background

This text has black color on #746CC1 background.


White color preview on #746CC1 background

This text has white color on #746CC1 background.