COLOR #7473B5

HEX: #7473B5
RGB: (116,115,181)

Color info

#7473B5 contains mainly blue color. Web safe color of #7473B5 is #6666CC (or #66C).

RGB color model

#7473B5 color RGB value is (116,115,181).

  • red value is 116;
  • green value is 115;
  • blue value is 181.
RGB:
(116,115,181)
(45%,45%,71%)

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 181 of 255 = 71%

116
115
181

R + G + B ~ 54%. #7473B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 181 = 412 (100%)
R 116 of 412 ~ 28.16%
G 115 of 412 ~ 27.91%
B 181 of 412 ~ 43.93%

%28.16
%27.91
%43.93

CMYK color model

#7473B5 color CMYK value is (36,36,0,29).

  • cyan value is 35.91%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(36,36,0,29)
C36M36Y0K29 
(36%,36%,0%,29%)
(0.36/0.36/0.00/0.29)	

CMYK percentages

%35.91
%36.46
%0
%29.02

Codes

Color #7473B5 in popluar color models

7473B5
RGB116115181
HSL241°30.84%58.04%
HSB/HSV241°36.46%70.98%
CMYK35.91%36.46%0.00%
29.02%

Color #7473B5 in popluar number systems.

HEX7473B5
Decimal116115181
Binary1110100111001110110101
Octal164163265

Shades and tints

Shades of #7473B5

#7473B5
(116,115,181)
#6A69A5
(106,105,165)
#605F95
(96,95,149)
#565585
(86,85,133)
#4C4B75
(76,75,117)
#424165
(66,65,101)
#383755
(56,55,85)
#2E2D45
(46,45,69)
#242335
(36,35,53)
#1A1925
(26,25,37)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7473B5

#7473B5
(116,115,181)
#807FBB
(128,127,187)
#8C8BC1
(140,139,193)
#9897C7
(152,151,199)
#A4A3CD
(164,163,205)
#B0AFD3
(176,175,211)
#BCBBD9
(188,187,217)
#C8C7DF
(200,199,223)
#D4D3E5
(212,211,229)
#E0DFEB
(224,223,235)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7473B5 color. Also use rgb(116,115,181) instead hex code.

Text Font Color

.myTextColor { color: #7473B5; }

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

This text font color is #7473B5.


Background Color

.myBgColor { background-color: #7473B5; }

<div style="background-color:#7473B5">Inner text</div>

This div background color is #7473B5.


Border color

.myBorderColor { border: 1px solid #7473B5; }

<div style="border:3px solid #7473B5">Div</div>

This div border color is #7473B5.


Opacity

.myOpacity80 { color: #7473B5; opacity: 0.8; }

<p style="color:#7473B5;opacity:0.8;">80%</p>

Text with #7473B5 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 #7473B5;}

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

This text has shadow with #7473B5 color.

.textShadow {text-shadow: 3px 3px 1px #7473B5, 3px 3px 1px red;}

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

This text has shadow with #7473B5 primary color and red secondary color.


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

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

This text has shadow with #7473B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7473B5 on black background.


Color preview on white background

This text has color #7473B5 on white background.



Black color preview on #7473B5 background

This text has black color on #7473B5 background.


White color preview on #7473B5 background

This text has white color on #7473B5 background.