COLOR #744FBB

HEX: #744FBB
RGB: (116,79,187)

Color info

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

RGB color model

#744FBB color RGB value is (116,79,187).

  • red value is 116;
  • green value is 79;
  • blue value is 187.
RGB:
(116,79,187)
(45%,31%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 187 of 255 = 73%

116
79
187

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

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 187 = 382 (100%)
R 116 of 382 ~ 30.37%
G 79 of 382 ~ 20.68%
B 187 of 382 ~ 48.95%

%30.37
%20.68
%48.95

CMYK color model

#744FBB color CMYK value is (38,58,0,27).

  • cyan value is 37.97%
  • magenta value is 57.75%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(38,58,0,27)
C38M58Y0K27 
(38%,58%,0%,27%)
(0.38/0.58/0.00/0.27)	

CMYK percentages

%37.97
%57.75
%0
%26.67

Codes

Color #744FBB in popluar color models

744FBB
RGB11679187
HSL261°44.26%52.16%
HSB/HSV261°57.75%73.33%
CMYK37.97%57.75%0.00%
26.67%

Color #744FBB in popluar number systems.

HEX744FBB
Decimal11679187
Binary1110100100111110111011
Octal164117273

Shades and tints

Shades of #744FBB

#744FBB
(116,79,187)
#6A48AA
(106,72,170)
#604199
(96,65,153)
#563A88
(86,58,136)
#4C3377
(76,51,119)
#422C66
(66,44,102)
#382555
(56,37,85)
#2E1E44
(46,30,68)
#241733
(36,23,51)
#1A1022
(26,16,34)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #744FBB

#744FBB
(116,79,187)
#805FC1
(128,95,193)
#8C6FC7
(140,111,199)
#987FCD
(152,127,205)
#A48FD3
(164,143,211)
#B09FD9
(176,159,217)
#BCAFDF
(188,175,223)
#C8BFE5
(200,191,229)
#D4CFEB
(212,207,235)
#E0DFF1
(224,223,241)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744FBB color. Also use rgb(116,79,187) instead hex code.

Text Font Color

.myTextColor { color: #744FBB; }

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

This text font color is #744FBB.


Background Color

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

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

This div background color is #744FBB.


Border color

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

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

This div border color is #744FBB.


Opacity

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

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

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

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

This text has shadow with #744FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744FBB on black background.


Color preview on white background

This text has color #744FBB on white background.



Black color preview on #744FBB background

This text has black color on #744FBB background.


White color preview on #744FBB background

This text has white color on #744FBB background.