COLOR #74488E

HEX: #74488E RGB: (116,72,142)

Color info

#74488E contains mainly red and blue colors. Web safe color of #74488E is #663399 (or #639).

RGB color model

#74488E color RGB value is (116,72,142).

RGB: (116,72,142) (45%, 28%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 142 of 255 = 56%

116
72
142

R + G + B ~ 43%. #74488E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 72 + 142 = 330 (100%)
R 116 of 330 ~ 35.15%
G 72 of 330 ~ 21.82%
B 142 of 330 ~ 43.03'%

%35.15
%21.82
%43.03

CMYK color model

#74488E color CMYK value is (18,49,0,44).

  • cyan value is 18.31%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (18,49,0,44)
C18M49Y0K44 (18%, 49%, 0%, 44%)
(0.18 / 0.49 / 0.00 / 0.44)

CMYK percentages

%18.31
%49.3
%0
%44.31

Codes

Color #74488E in popluar color models

74 48 8E
RGB 116 72 142
HSL 278° 32.71% 41.96%
HSB/HSV 278° 49.30% 55.69%
CMYK 18.31% 49.30% 0.00%
44.31%

Color #74488E in popluar number systems.

HEX 74 48 8E
Decimal 116 72 142
Binary 1110100 1001000 10001110
Octal 164 110 216

Shades and tints

Shades of #74488E

#74488E
(116,72,142)
#6A4282
(106,66,130)
#603C76
(96,60,118)
#56366A
(86,54,106)
#4C305E
(76,48,94)
#422A52
(66,42,82)
#382446
(56,36,70)
#2E1E3A
(46,30,58)
#24182E
(36,24,46)
#1A1222
(26,18,34)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #74488E

#74488E
(116,72,142)
#805898
(128,88,152)
#8C68A2
(140,104,162)
#9878AC
(152,120,172)
#A488B6
(164,136,182)
#B098C0
(176,152,192)
#BCA8CA
(188,168,202)
#C8B8D4
(200,184,212)
#D4C8DE
(212,200,222)
#E0D8E8
(224,216,232)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74488E color. Also use rgb(116,72,142) instead hex code.

Text Font Color

.myTextColor { color: #74488E; }

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

This text font color is #74488E.

Background Color

.myBgColor { background-color: #74488E; }

<div style="background-color:#74488E">Inner text</div>

This div background color is #74488E.

Border color

.myBorderColor { border: 1px solid #74488E; }

<div style="border:3px solid #74488E">Div</div>

This div border color is #74488E.

Opacity

.myOpacity80 { color: #74488E; opacity: 0.8; }

<p style="color:#74488E;opacity:0.8;">80%</p>

Text with #74488E 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 #74488E;}

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

This text has shadow with #74488E color.


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

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

This text has shadow with #74488E primary color and red secondary color.


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

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

This text has shadow with #74488E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74488E.

Preview

Color preview on black background

This text has color #74488E on black background.


Color preview on white background

This text has color #74488E on white background.


Black color preview on #74488E background

This text has black color on #74488E background.


White color preview on #74488E background

This text has white color on #74488E background.


Related colors

Complementary color

Complementary color for #hex is #8BB771.


I love getcolorcode.com

Triadic colors

1 #8E7448 and #488E74 with #74488E are triadic colors.

2 #8E4874 and #48748E with #74488E are triadic colors.