COLOR #744CB0

HEX: #744CB0 RGB: (116,76,176)

Color info

#744CB0 contains mainly blue color. Web safe color of #744CB0 is #663399 (or #639).

RGB color model

#744CB0 color RGB value is (116,76,176).

RGB: (116,76,176) (45%, 30%, 69%)

RGB channels and saturation

R 116 of 255 = 45%
G 76 of 255 = 30%
B 176 of 255 = 69%

116
76
176

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

Portions of RGB colors in percentages

R + G + B = 116 + 76 + 176 = 368 (100%)
R 116 of 368 ~ 31.52%
G 76 of 368 ~ 20.65%
B 176 of 368 ~ 47.83'%

%31.52
%20.65
%47.83

CMYK color model

#744CB0 color CMYK value is (34,57,0,31).

  • cyan value is 34.09%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (34,57,0,31)
C34M57Y0K31 (34%, 57%, 0%, 31%)
(0.34 / 0.57 / 0.00 / 0.31)

CMYK percentages

%34.09
%56.82
%0
%30.98

Codes

Color #744CB0 in popluar color models

74 4C B0
RGB 116 76 176
HSL 264° 39.68% 49.41%
HSB/HSV 264° 56.82% 69.02%
CMYK 34.09% 56.82% 0.00%
30.98%

Color #744CB0 in popluar number systems.

HEX 74 4C B0
Decimal 116 76 176
Binary 1110100 1001100 10110000
Octal 164 114 260

Shades and tints

Shades of #744CB0

#744CB0
(116,76,176)
#6A46A0
(106,70,160)
#604090
(96,64,144)
#563A80
(86,58,128)
#4C3470
(76,52,112)
#422E60
(66,46,96)
#382850
(56,40,80)
#2E2240
(46,34,64)
#241C30
(36,28,48)
#1A1620
(26,22,32)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #744CB0

#744CB0
(116,76,176)
#805CB7
(128,92,183)
#8C6CBE
(140,108,190)
#987CC5
(152,124,197)
#A48CCC
(164,140,204)
#B09CD3
(176,156,211)
#BCACDA
(188,172,218)
#C8BCE1
(200,188,225)
#D4CCE8
(212,204,232)
#E0DCEF
(224,220,239)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744CB0 color. Also use rgb(116,76,176) instead hex code.

Text Font Color

.myTextColor { color: #744CB0; }

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

This text font color is #744CB0.

Background Color

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

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

This div background color is #744CB0.

Border color

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

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

This div border color is #744CB0.

Opacity

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

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

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

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

This text has shadow with #744CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744CB0.

Preview

Color preview on black background

This text has color #744CB0 on black background.


Color preview on white background

This text has color #744CB0 on white background.


Black color preview on #744CB0 background

This text has black color on #744CB0 background.


White color preview on #744CB0 background

This text has white color on #744CB0 background.


Related colors

Complementary color

Complementary color for #hex is #8BB34F.


I love getcolorcode.com

Triadic colors

1 #B0744C and #4CB074 with #744CB0 are triadic colors.

2 #B04C74 and #4C74B0 with #744CB0 are triadic colors.