COLOR #746CCA

HEX: #746CCA RGB: (116,108,202)

Color info

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

RGB color model

#746CCA color RGB value is (116,108,202).

RGB: (116,108,202) (45%, 42%, 79%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 202 of 255 = 79%

116
108
202

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

Portions of RGB colors in percentages

R + G + B = 116 + 108 + 202 = 426 (100%)
R 116 of 426 ~ 27.23%
G 108 of 426 ~ 25.35%
B 202 of 426 ~ 47.42'%

%27.23
%25.35
%47.42

CMYK color model

#746CCA color CMYK value is (43,47,0,21).

  • cyan value is 42.57%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (43,47,0,21) C43M47Y0K21 (43%,47%,0%,21%) (0.43/0.47/0.00/0.21) 

CMYK percentages

%42.57
%46.53
%0
%20.78

Codes

Color #746CCA in popluar color models

74 6C CA
RGB 116 108 202
HSL 245° 47.00% 60.78%
HSB/HSV 245° 46.53% 79.22%
CMYK 42.57% 46.53% 0.00%
20.78%

Color #746CCA in popluar number systems.

HEX 74 6C CA
Decimal 116 108 202
Binary 1110100 1101100 11001010
Octal 164 154 312

Shades and tints

Shades of #746CCA

#746CCA
(116,108,202)
#6A63B8
(106,99,184)
#605AA6
(96,90,166)
#565194
(86,81,148)
#4C4882
(76,72,130)
#423F70
(66,63,112)
#38365E
(56,54,94)
#2E2D4C
(46,45,76)
#24243A
(36,36,58)
#1A1B28
(26,27,40)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #746CCA

#746CCA
(116,108,202)
#8079CE
(128,121,206)
#8C86D2
(140,134,210)
#9893D6
(152,147,214)
#A4A0DA
(164,160,218)
#B0ADDE
(176,173,222)
#BCBAE2
(188,186,226)
#C8C7E6
(200,199,230)
#D4D4EA
(212,212,234)
#E0E1EE
(224,225,238)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746CCA; }

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

This text font color is #746CCA.

Background Color

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

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

This div background color is #746CCA.

Border color

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

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

This div border color is #746CCA.

Opacity

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

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

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

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

This text has shadow with #746CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746CCA.

Preview

Color preview on black background

This text has color #746CCA on black background.


Color preview on white background

This text has color #746CCA on white background.


Black color preview on #746CCA background

This text has black color on #746CCA background.


White color preview on #746CCA background

This text has white color on #746CCA background.


Related colors

Complementary color

Complementary color for #hex is #8B9335.


I love getcolorcode.com

Triadic colors

1 #CA746C and #6CCA74 with #746CCA are triadic colors.

2 #CA6C74 and #6C74CA with #746CCA are triadic colors.