COLOR #744BAC

HEX: #744BAC
RGB: (116,75,172)

Color info

#744BAC contains mainly red and blue colors. Web safe color of #744BAC is #663399 (or #639).

RGB color model

#744BAC color RGB value is (116,75,172).

  • red value is 116;
  • green value is 75;
  • blue value is 172.
RGB:
(116,75,172)
(45%,29%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 172 of 255 = 67%

116
75
172

R + G + B ~ 47%. #744BAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 172 = 363 (100%)
R 116 of 363 ~ 31.96%
G 75 of 363 ~ 20.66%
B 172 of 363 ~ 47.38%

%31.96
%20.66
%47.38

CMYK color model

#744BAC color CMYK value is (33,56,0,33).

  • cyan value is 32.56%
  • magenta value is 56.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,56,0,33)
C33M56Y0K33 
(33%,56%,0%,33%)
(0.33/0.56/0.00/0.33)	

CMYK percentages

%32.56
%56.4
%0
%32.55

Codes

Color #744BAC in popluar color models

744BAC
RGB11675172
HSL265°39.27%48.43%
HSB/HSV265°56.40%67.45%
CMYK32.56%56.40%0.00%
32.55%

Color #744BAC in popluar number systems.

HEX744BAC
Decimal11675172
Binary1110100100101110101100
Octal164113254

Shades and tints

Shades of #744BAC

#744BAC
(116,75,172)
#6A459D
(106,69,157)
#603F8E
(96,63,142)
#56397F
(86,57,127)
#4C3370
(76,51,112)
#422D61
(66,45,97)
#382752
(56,39,82)
#2E2143
(46,33,67)
#241B34
(36,27,52)
#1A1525
(26,21,37)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #744BAC

#744BAC
(116,75,172)
#805BB3
(128,91,179)
#8C6BBA
(140,107,186)
#987BC1
(152,123,193)
#A48BC8
(164,139,200)
#B09BCF
(176,155,207)
#BCABD6
(188,171,214)
#C8BBDD
(200,187,221)
#D4CBE4
(212,203,228)
#E0DBEB
(224,219,235)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744BAC color. Also use rgb(116,75,172) instead hex code.

Text Font Color

.myTextColor { color: #744BAC; }

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

This text font color is #744BAC.


Background Color

.myBgColor { background-color: #744BAC; }

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

This div background color is #744BAC.


Border color

.myBorderColor { border: 1px solid #744BAC; }

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

This div border color is #744BAC.


Opacity

.myOpacity80 { color: #744BAC; opacity: 0.8; }

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

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

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

This text has shadow with #744BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744BAC on black background.


Color preview on white background

This text has color #744BAC on white background.



Black color preview on #744BAC background

This text has black color on #744BAC background.


White color preview on #744BAC background

This text has white color on #744BAC background.