COLOR #746EFC

HEX: #746EFC
RGB: (116,110,252)

Color info

#746EFC contains mainly blue color. Web safe color of #746EFC is #6666FF (or #66F).

RGB color model

#746EFC color RGB value is (116,110,252).

  • red value is 116;
  • green value is 110;
  • blue value is 252.
RGB:
(116,110,252)
(45%,43%,99%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 252 of 255 = 99%

116
110
252

R + G + B ~ 62%. #746EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 110 + 252 = 478 (100%)
R 116 of 478 ~ 24.27%
G 110 of 478 ~ 23.01%
B 252 of 478 ~ 52.72%

%24.27
%23.01
%52.72

CMYK color model

#746EFC color CMYK value is (54,56,0,1).

  • cyan value is 53.97%
  • magenta value is 56.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(54,56,0,1)
C54M56Y0K1 
(54%,56%,0%,1%)
(0.54/0.56/0.00/0.01)	

CMYK percentages

%53.97
%56.35
%0
%1.18

Codes

Color #746EFC in popluar color models

746EFC
RGB116110252
HSL243°95.95%70.98%
HSB/HSV243°56.35%98.82%
CMYK53.97%56.35%0.00%
1.18%

Color #746EFC in popluar number systems.

HEX746EFC
Decimal116110252
Binary1110100110111011111100
Octal164156374

Shades and tints

Shades of #746EFC

#746EFC
(116,110,252)
#6A64E6
(106,100,230)
#605AD0
(96,90,208)
#5650BA
(86,80,186)
#4C46A4
(76,70,164)
#423C8E
(66,60,142)
#383278
(56,50,120)
#2E2862
(46,40,98)
#241E4C
(36,30,76)
#1A1436
(26,20,54)
#100A20
(16,10,32)
#000000
(0,0,0)

Tints of #746EFC

#746EFC
(116,110,252)
#807BFC
(128,123,252)
#8C88FC
(140,136,252)
#9895FC
(152,149,252)
#A4A2FC
(164,162,252)
#B0AFFC
(176,175,252)
#BCBCFC
(188,188,252)
#C8C9FC
(200,201,252)
#D4D6FC
(212,214,252)
#E0E3FC
(224,227,252)
#ECF0FC
(236,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746EFC color. Also use rgb(116,110,252) instead hex code.

Text Font Color

.myTextColor { color: #746EFC; }

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

This text font color is #746EFC.


Background Color

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

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

This div background color is #746EFC.


Border color

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

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

This div border color is #746EFC.


Opacity

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

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

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

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

This text has shadow with #746EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746EFC on black background.


Color preview on white background

This text has color #746EFC on white background.



Black color preview on #746EFC background

This text has black color on #746EFC background.


White color preview on #746EFC background

This text has white color on #746EFC background.