COLOR #74569B

HEX: #74569B
RGB: (116,86,155)

Color info

#74569B contains mainly red and blue colors. Web safe color of #74569B is #666699 (or #669).

RGB color model

#74569B color RGB value is (116,86,155).

  • red value is 116;
  • green value is 86;
  • blue value is 155.
RGB:
(116,86,155)
(45%,34%,61%)

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 155 of 255 = 61%

116
86
155

R + G + B ~ 47%. #74569B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 155 = 357 (100%)
R 116 of 357 ~ 32.49%
G 86 of 357 ~ 24.09%
B 155 of 357 ~ 43.42%

%32.49
%24.09
%43.42

CMYK color model

#74569B color CMYK value is (25,45,0,39).

  • cyan value is 25.16%
  • magenta value is 44.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,45,0,39)
C25M45Y0K39 
(25%,45%,0%,39%)
(0.25/0.45/0.00/0.39)	

CMYK percentages

%25.16
%44.52
%0
%39.22

Codes

Color #74569B in popluar color models

74569B
RGB11686155
HSL266°28.63%47.25%
HSB/HSV266°44.52%60.78%
CMYK25.16%44.52%0.00%
39.22%

Color #74569B in popluar number systems.

HEX74569B
Decimal11686155
Binary1110100101011010011011
Octal164126233

Shades and tints

Shades of #74569B

#74569B
(116,86,155)
#6A4F8D
(106,79,141)
#60487F
(96,72,127)
#564171
(86,65,113)
#4C3A63
(76,58,99)
#423355
(66,51,85)
#382C47
(56,44,71)
#2E2539
(46,37,57)
#241E2B
(36,30,43)
#1A171D
(26,23,29)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #74569B

#74569B
(116,86,155)
#8065A4
(128,101,164)
#8C74AD
(140,116,173)
#9883B6
(152,131,182)
#A492BF
(164,146,191)
#B0A1C8
(176,161,200)
#BCB0D1
(188,176,209)
#C8BFDA
(200,191,218)
#D4CEE3
(212,206,227)
#E0DDEC
(224,221,236)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74569B color. Also use rgb(116,86,155) instead hex code.

Text Font Color

.myTextColor { color: #74569B; }

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

This text font color is #74569B.


Background Color

.myBgColor { background-color: #74569B; }

<div style="background-color:#74569B">Inner text</div>

This div background color is #74569B.


Border color

.myBorderColor { border: 1px solid #74569B; }

<div style="border:3px solid #74569B">Div</div>

This div border color is #74569B.


Opacity

.myOpacity80 { color: #74569B; opacity: 0.8; }

<p style="color:#74569B;opacity:0.8;">80%</p>

Text with #74569B 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 #74569B;}

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

This text has shadow with #74569B color.

.textShadow {text-shadow: 3px 3px 1px #74569B, 3px 3px 1px red;}

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

This text has shadow with #74569B primary color and red secondary color.


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

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

This text has shadow with #74569B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74569B on black background.


Color preview on white background

This text has color #74569B on white background.



Black color preview on #74569B background

This text has black color on #74569B background.


White color preview on #74569B background

This text has white color on #74569B background.