COLOR #7476B1

HEX: #7476B1
RGB: (116,118,177)

Color info

#7476B1 contains mainly green and blue colors. Web safe color of #7476B1 is #666699 (or #669).

RGB color model

#7476B1 color RGB value is (116,118,177).

  • red value is 116;
  • green value is 118;
  • blue value is 177.
RGB:
(116,118,177)
(45%,46%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 177 of 255 = 69%

116
118
177

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 177 = 411 (100%)
R 116 of 411 ~ 28.22%
G 118 of 411 ~ 28.71%
B 177 of 411 ~ 43.07%

%28.22
%28.71
%43.07

CMYK color model

#7476B1 color CMYK value is (34,33,0,31).

  • cyan value is 34.46%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,33,0,31)
C34M33Y0K31 
(34%,33%,0%,31%)
(0.34/0.33/0.00/0.31)	

CMYK percentages

%34.46
%33.33
%0
%30.59

Codes

Color #7476B1 in popluar color models

7476B1
RGB116118177
HSL238°28.11%57.45%
HSB/HSV238°34.46%69.41%
CMYK34.46%33.33%0.00%
30.59%

Color #7476B1 in popluar number systems.

HEX7476B1
Decimal116118177
Binary1110100111011010110001
Octal164166261

Shades and tints

Shades of #7476B1

#7476B1
(116,118,177)
#6A6CA1
(106,108,161)
#606291
(96,98,145)
#565881
(86,88,129)
#4C4E71
(76,78,113)
#424461
(66,68,97)
#383A51
(56,58,81)
#2E3041
(46,48,65)
#242631
(36,38,49)
#1A1C21
(26,28,33)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7476B1

#7476B1
(116,118,177)
#8082B8
(128,130,184)
#8C8EBF
(140,142,191)
#989AC6
(152,154,198)
#A4A6CD
(164,166,205)
#B0B2D4
(176,178,212)
#BCBEDB
(188,190,219)
#C8CAE2
(200,202,226)
#D4D6E9
(212,214,233)
#E0E2F0
(224,226,240)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7476B1 color. Also use rgb(116,118,177) instead hex code.

Text Font Color

.myTextColor { color: #7476B1; }

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

This text font color is #7476B1.


Background Color

.myBgColor { background-color: #7476B1; }

<div style="background-color:#7476B1">Inner text</div>

This div background color is #7476B1.


Border color

.myBorderColor { border: 1px solid #7476B1; }

<div style="border:3px solid #7476B1">Div</div>

This div border color is #7476B1.


Opacity

.myOpacity80 { color: #7476B1; opacity: 0.8; }

<p style="color:#7476B1;opacity:0.8;">80%</p>

Text with #7476B1 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 #7476B1;}

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

This text has shadow with #7476B1 color.

.textShadow {text-shadow: 3px 3px 1px #7476B1, 3px 3px 1px red;}

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

This text has shadow with #7476B1 primary color and red secondary color.


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

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

This text has shadow with #7476B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7476B1 on black background.


Color preview on white background

This text has color #7476B1 on white background.



Black color preview on #7476B1 background

This text has black color on #7476B1 background.


White color preview on #7476B1 background

This text has white color on #7476B1 background.