COLOR #7473BC

HEX: #7473BC
RGB: (116,115,188)

Color info

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

RGB color model

#7473BC color RGB value is (116,115,188).

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

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 188 of 255 = 74%

116
115
188

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 188 = 419 (100%)
R 116 of 419 ~ 27.68%
G 115 of 419 ~ 27.45%
B 188 of 419 ~ 44.87%

%27.68
%27.45
%44.87

CMYK color model

#7473BC color CMYK value is (38,39,0,26).

  • cyan value is 38.30%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(38,39,0,26)
C38M39Y0K26 
(38%,39%,0%,26%)
(0.38/0.39/0.00/0.26)	

CMYK percentages

%38.3
%38.83
%0
%26.27

Codes

Color #7473BC in popluar color models

7473BC
RGB116115188
HSL241°35.27%59.41%
HSB/HSV241°38.83%73.73%
CMYK38.30%38.83%0.00%
26.27%

Color #7473BC in popluar number systems.

HEX7473BC
Decimal116115188
Binary1110100111001110111100
Octal164163274

Shades and tints

Shades of #7473BC

#7473BC
(116,115,188)
#6A69AB
(106,105,171)
#605F9A
(96,95,154)
#565589
(86,85,137)
#4C4B78
(76,75,120)
#424167
(66,65,103)
#383756
(56,55,86)
#2E2D45
(46,45,69)
#242334
(36,35,52)
#1A1923
(26,25,35)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #7473BC

#7473BC
(116,115,188)
#807FC2
(128,127,194)
#8C8BC8
(140,139,200)
#9897CE
(152,151,206)
#A4A3D4
(164,163,212)
#B0AFDA
(176,175,218)
#BCBBE0
(188,187,224)
#C8C7E6
(200,199,230)
#D4D3EC
(212,211,236)
#E0DFF2
(224,223,242)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7473BC; }

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

This text font color is #7473BC.


Background Color

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

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

This div background color is #7473BC.


Border color

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

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

This div border color is #7473BC.


Opacity

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

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

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

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

This text has shadow with #7473BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7473BC on black background.


Color preview on white background

This text has color #7473BC on white background.



Black color preview on #7473BC background

This text has black color on #7473BC background.


White color preview on #7473BC background

This text has white color on #7473BC background.