COLOR #7471B6

HEX: #7471B6
RGB: (116,113,182)

Color info

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

RGB color model

#7471B6 color RGB value is (116,113,182).

  • red value is 116;
  • green value is 113;
  • blue value is 182.
RGB:
(116,113,182)
(45%,44%,71%)

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 182 of 255 = 71%

116
113
182

R + G + B ~ 53%. #7471B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 182 = 411 (100%)
R 116 of 411 ~ 28.22%
G 113 of 411 ~ 27.49%
B 182 of 411 ~ 44.28%

%28.22
%27.49
%44.28

CMYK color model

#7471B6 color CMYK value is (36,38,0,29).

  • cyan value is 36.26%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,38,0,29)
C36M38Y0K29 
(36%,38%,0%,29%)
(0.36/0.38/0.00/0.29)	

CMYK percentages

%36.26
%37.91
%0
%28.63

Codes

Color #7471B6 in popluar color models

7471B6
RGB116113182
HSL243°32.09%57.84%
HSB/HSV243°37.91%71.37%
CMYK36.26%37.91%0.00%
28.63%

Color #7471B6 in popluar number systems.

HEX7471B6
Decimal116113182
Binary1110100111000110110110
Octal164161266

Shades and tints

Shades of #7471B6

#7471B6
(116,113,182)
#6A67A6
(106,103,166)
#605D96
(96,93,150)
#565386
(86,83,134)
#4C4976
(76,73,118)
#423F66
(66,63,102)
#383556
(56,53,86)
#2E2B46
(46,43,70)
#242136
(36,33,54)
#1A1726
(26,23,38)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #7471B6

#7471B6
(116,113,182)
#807DBC
(128,125,188)
#8C89C2
(140,137,194)
#9895C8
(152,149,200)
#A4A1CE
(164,161,206)
#B0ADD4
(176,173,212)
#BCB9DA
(188,185,218)
#C8C5E0
(200,197,224)
#D4D1E6
(212,209,230)
#E0DDEC
(224,221,236)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7471B6 color. Also use rgb(116,113,182) instead hex code.

Text Font Color

.myTextColor { color: #7471B6; }

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

This text font color is #7471B6.


Background Color

.myBgColor { background-color: #7471B6; }

<div style="background-color:#7471B6">Inner text</div>

This div background color is #7471B6.


Border color

.myBorderColor { border: 1px solid #7471B6; }

<div style="border:3px solid #7471B6">Div</div>

This div border color is #7471B6.


Opacity

.myOpacity80 { color: #7471B6; opacity: 0.8; }

<p style="color:#7471B6;opacity:0.8;">80%</p>

Text with #7471B6 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 #7471B6;}

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

This text has shadow with #7471B6 color.

.textShadow {text-shadow: 3px 3px 1px #7471B6, 3px 3px 1px red;}

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

This text has shadow with #7471B6 primary color and red secondary color.


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

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

This text has shadow with #7471B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7471B6 on black background.


Color preview on white background

This text has color #7471B6 on white background.



Black color preview on #7471B6 background

This text has black color on #7471B6 background.


White color preview on #7471B6 background

This text has white color on #7471B6 background.