COLOR #7449C6

HEX: #7449C6 RGB: (116,73,198)

Color info

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

RGB color model

#7449C6 color RGB value is (116,73,198).

RGB: (116,73,198) (45%, 29%, 78%)

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 198 of 255 = 78%

116
73
198

R + G + B ~ 51%. #7449C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 73 + 198 = 387 (100%)
R 116 of 387 ~ 29.97%
G 73 of 387 ~ 18.86%
B 198 of 387 ~ 51.16'%

%29.97
%18.86
%51.16

CMYK color model

#7449C6 color CMYK value is (41,63,0,22).

  • cyan value is 41.41%
  • magenta value is 63.13%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (41,63,0,22)
C41M63Y0K22 (41%, 63%, 0%, 22%)
(0.41 / 0.63 / 0.00 / 0.22)

CMYK percentages

%41.41
%63.13
%0
%22.35

Codes

Color #7449C6 in popluar color models

74 49 C6
RGB 116 73 198
HSL 261° 52.30% 53.14%
HSB/HSV 261° 63.13% 77.65%
CMYK 41.41% 63.13% 0.00%
22.35%

Color #7449C6 in popluar number systems.

HEX 74 49 C6
Decimal 116 73 198
Binary 1110100 1001001 11000110
Octal 164 111 306

Shades and tints

Shades of #7449C6

#7449C6
(116,73,198)
#6A43B4
(106,67,180)
#603DA2
(96,61,162)
#563790
(86,55,144)
#4C317E
(76,49,126)
#422B6C
(66,43,108)
#38255A
(56,37,90)
#2E1F48
(46,31,72)
#241936
(36,25,54)
#1A1324
(26,19,36)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7449C6

#7449C6
(116,73,198)
#8059CB
(128,89,203)
#8C69D0
(140,105,208)
#9879D5
(152,121,213)
#A489DA
(164,137,218)
#B099DF
(176,153,223)
#BCA9E4
(188,169,228)
#C8B9E9
(200,185,233)
#D4C9EE
(212,201,238)
#E0D9F3
(224,217,243)
#ECE9F8
(236,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7449C6 color. Also use rgb(116,73,198) instead hex code.

Text Font Color

.myTextColor { color: #7449C6; }

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

This text font color is #7449C6.

Background Color

.myBgColor { background-color: #7449C6; }

<div style="background-color:#7449C6">Inner text</div>

This div background color is #7449C6.

Border color

.myBorderColor { border: 1px solid #7449C6; }

<div style="border:3px solid #7449C6">Div</div>

This div border color is #7449C6.

Opacity

.myOpacity80 { color: #7449C6; opacity: 0.8; }

<p style="color:#7449C6;opacity:0.8;">80%</p>

Text with #7449C6 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 #7449C6;}

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

This text has shadow with #7449C6 color.


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

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

This text has shadow with #7449C6 primary color and red secondary color.


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

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

This text has shadow with #7449C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7449C6.

Preview

Color preview on black background

This text has color #7449C6 on black background.


Color preview on white background

This text has color #7449C6 on white background.


Black color preview on #7449C6 background

This text has black color on #7449C6 background.


White color preview on #7449C6 background

This text has white color on #7449C6 background.


Related colors

Complementary color

Complementary color for #7449C6 is #8BB639.


I love getcolorcode.com

Triadic colors

1 #C67449 and #49C674 with #7449C6 are triadic colors.

2 #C64974 and #4974C6 with #7449C6 are triadic colors.