COLOR #7448BD

HEX: #7448BD RGB: (116,72,189)

Color info

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

RGB color model

#7448BD color RGB value is (116,72,189).

RGB: (116,72,189) (45%, 28%, 74%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 189 of 255 = 74%

116
72
189

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

Portions of RGB colors in percentages

R + G + B = 116 + 72 + 189 = 377 (100%)
R 116 of 377 ~ 30.77%
G 72 of 377 ~ 19.1%
B 189 of 377 ~ 50.13'%

%30.77
%19.1
%50.13

CMYK color model

#7448BD color CMYK value is (39,62,0,26).

  • cyan value is 38.62%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (39,62,0,26)
C39M62Y0K26 (39%, 62%, 0%, 26%)
(0.39 / 0.62 / 0.00 / 0.26)

CMYK percentages

%38.62
%61.9
%0
%25.88

Codes

Color #7448BD in popluar color models

74 48 BD
RGB 116 72 189
HSL 263° 46.99% 51.18%
HSB/HSV 263° 61.90% 74.12%
CMYK 38.62% 61.90% 0.00%
25.88%

Color #7448BD in popluar number systems.

HEX 74 48 BD
Decimal 116 72 189
Binary 1110100 1001000 10111101
Octal 164 110 275

Shades and tints

Shades of #7448BD

#7448BD
(116,72,189)
#6A42AC
(106,66,172)
#603C9B
(96,60,155)
#56368A
(86,54,138)
#4C3079
(76,48,121)
#422A68
(66,42,104)
#382457
(56,36,87)
#2E1E46
(46,30,70)
#241835
(36,24,53)
#1A1224
(26,18,36)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #7448BD

#7448BD
(116,72,189)
#8058C3
(128,88,195)
#8C68C9
(140,104,201)
#9878CF
(152,120,207)
#A488D5
(164,136,213)
#B098DB
(176,152,219)
#BCA8E1
(188,168,225)
#C8B8E7
(200,184,231)
#D4C8ED
(212,200,237)
#E0D8F3
(224,216,243)
#ECE8F9
(236,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7448BD color. Also use rgb(116,72,189) instead hex code.

Text Font Color

.myTextColor { color: #7448BD; }

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

This text font color is #7448BD.

Background Color

.myBgColor { background-color: #7448BD; }

<div style="background-color:#7448BD">Inner text</div>

This div background color is #7448BD.

Border color

.myBorderColor { border: 1px solid #7448BD; }

<div style="border:3px solid #7448BD">Div</div>

This div border color is #7448BD.

Opacity

.myOpacity80 { color: #7448BD; opacity: 0.8; }

<p style="color:#7448BD;opacity:0.8;">80%</p>

Text with #7448BD 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 #7448BD;}

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

This text has shadow with #7448BD color.


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

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

This text has shadow with #7448BD primary color and red secondary color.


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

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

This text has shadow with #7448BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7448BD.

Preview

Color preview on black background

This text has color #7448BD on black background.


Color preview on white background

This text has color #7448BD on white background.


Black color preview on #7448BD background

This text has black color on #7448BD background.


White color preview on #7448BD background

This text has white color on #7448BD background.


Related colors

Complementary color

Complementary color for #hex is #8BB742.


I love getcolorcode.com

Triadic colors

1 #BD7448 and #48BD74 with #7448BD are triadic colors.

2 #BD4874 and #4874BD with #7448BD are triadic colors.