COLOR #744DBE

HEX: #744DBE
RGB: (116,77,190)

Color info

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

RGB color model

#744DBE color RGB value is (116,77,190).

  • red value is 116;
  • green value is 77;
  • blue value is 190.
RGB:
(116,77,190)
(45%,30%,75%)

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 190 of 255 = 75%

116
77
190

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

Portions of RGB colors in percentages

R + G + B =
116 + 77 + 190 = 383 (100%)
R 116 of 383 ~ 30.29%
G 77 of 383 ~ 20.1%
B 190 of 383 ~ 49.61%

%30.29
%20.1
%49.61

CMYK color model

#744DBE color CMYK value is (39,59,0,25).

  • cyan value is 38.95%
  • magenta value is 59.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(39,59,0,25)
C39M59Y0K25 
(39%,59%,0%,25%)
(0.39/0.59/0.00/0.25)	

CMYK percentages

%38.95
%59.47
%0
%25.49

Codes

Color #744DBE in popluar color models

744DBE
RGB11677190
HSL261°46.50%52.35%
HSB/HSV261°59.47%74.51%
CMYK38.95%59.47%0.00%
25.49%

Color #744DBE in popluar number systems.

HEX744DBE
Decimal11677190
Binary1110100100110110111110
Octal164115276

Shades and tints

Shades of #744DBE

#744DBE
(116,77,190)
#6A46AD
(106,70,173)
#603F9C
(96,63,156)
#56388B
(86,56,139)
#4C317A
(76,49,122)
#422A69
(66,42,105)
#382358
(56,35,88)
#2E1C47
(46,28,71)
#241536
(36,21,54)
#1A0E25
(26,14,37)
#100714
(16,7,20)
#000000
(0,0,0)

Tints of #744DBE

#744DBE
(116,77,190)
#805DC3
(128,93,195)
#8C6DC8
(140,109,200)
#987DCD
(152,125,205)
#A48DD2
(164,141,210)
#B09DD7
(176,157,215)
#BCADDC
(188,173,220)
#C8BDE1
(200,189,225)
#D4CDE6
(212,205,230)
#E0DDEB
(224,221,235)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744DBE color. Also use rgb(116,77,190) instead hex code.

Text Font Color

.myTextColor { color: #744DBE; }

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

This text font color is #744DBE.


Background Color

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

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

This div background color is #744DBE.


Border color

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

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

This div border color is #744DBE.


Opacity

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

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

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

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

This text has shadow with #744DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744DBE on black background.


Color preview on white background

This text has color #744DBE on white background.



Black color preview on #744DBE background

This text has black color on #744DBE background.


White color preview on #744DBE background

This text has white color on #744DBE background.