COLOR #744BBA

HEX: #744BBA
RGB: (116,75,186)

Color info

#744BBA contains mainly blue color. Web safe color of #744BBA is #6633CC (or #63C).

RGB color model

#744BBA color RGB value is (116,75,186).

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

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 186 of 255 = 73%

116
75
186

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

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 186 = 377 (100%)
R 116 of 377 ~ 30.77%
G 75 of 377 ~ 19.89%
B 186 of 377 ~ 49.34%

%30.77
%19.89
%49.34

CMYK color model

#744BBA color CMYK value is (38,60,0,27).

  • cyan value is 37.63%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,60,0,27)
C38M60Y0K27 
(38%,60%,0%,27%)
(0.38/0.60/0.00/0.27)	

CMYK percentages

%37.63
%59.68
%0
%27.06

Codes

Color #744BBA in popluar color models

744BBA
RGB11675186
HSL262°44.58%51.18%
HSB/HSV262°59.68%72.94%
CMYK37.63%59.68%0.00%
27.06%

Color #744BBA in popluar number systems.

HEX744BBA
Decimal11675186
Binary1110100100101110111010
Octal164113272

Shades and tints

Shades of #744BBA

#744BBA
(116,75,186)
#6A45AA
(106,69,170)
#603F9A
(96,63,154)
#56398A
(86,57,138)
#4C337A
(76,51,122)
#422D6A
(66,45,106)
#38275A
(56,39,90)
#2E214A
(46,33,74)
#241B3A
(36,27,58)
#1A152A
(26,21,42)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #744BBA

#744BBA
(116,75,186)
#805BC0
(128,91,192)
#8C6BC6
(140,107,198)
#987BCC
(152,123,204)
#A48BD2
(164,139,210)
#B09BD8
(176,155,216)
#BCABDE
(188,171,222)
#C8BBE4
(200,187,228)
#D4CBEA
(212,203,234)
#E0DBF0
(224,219,240)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744BBA; }

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

This text font color is #744BBA.


Background Color

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

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

This div background color is #744BBA.


Border color

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

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

This div border color is #744BBA.


Opacity

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

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

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

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

This text has shadow with #744BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744BBA on black background.


Color preview on white background

This text has color #744BBA on white background.



Black color preview on #744BBA background

This text has black color on #744BBA background.


White color preview on #744BBA background

This text has white color on #744BBA background.