COLOR #7479B6

HEX: #7479B6
RGB: (116,121,182)

Color info

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

RGB color model

#7479B6 color RGB value is (116,121,182).

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

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 182 of 255 = 71%

116
121
182

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

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 182 = 419 (100%)
R 116 of 419 ~ 27.68%
G 121 of 419 ~ 28.88%
B 182 of 419 ~ 43.44%

%27.68
%28.88
%43.44

CMYK color model

#7479B6 color CMYK value is (36,34,0,29).

  • cyan value is 36.26%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,34,0,29)
C36M34Y0K29 
(36%,34%,0%,29%)
(0.36/0.34/0.00/0.29)	

CMYK percentages

%36.26
%33.52
%0
%28.63

Codes

Color #7479B6 in popluar color models

7479B6
RGB116121182
HSL235°31.13%58.43%
HSB/HSV235°36.26%71.37%
CMYK36.26%33.52%0.00%
28.63%

Color #7479B6 in popluar number systems.

HEX7479B6
Decimal116121182
Binary1110100111100110110110
Octal164171266

Shades and tints

Shades of #7479B6

#7479B6
(116,121,182)
#6A6EA6
(106,110,166)
#606396
(96,99,150)
#565886
(86,88,134)
#4C4D76
(76,77,118)
#424266
(66,66,102)
#383756
(56,55,86)
#2E2C46
(46,44,70)
#242136
(36,33,54)
#1A1626
(26,22,38)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #7479B6

#7479B6
(116,121,182)
#8085BC
(128,133,188)
#8C91C2
(140,145,194)
#989DC8
(152,157,200)
#A4A9CE
(164,169,206)
#B0B5D4
(176,181,212)
#BCC1DA
(188,193,218)
#C8CDE0
(200,205,224)
#D4D9E6
(212,217,230)
#E0E5EC
(224,229,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7479B6; }

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

This text font color is #7479B6.


Background Color

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

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

This div background color is #7479B6.


Border color

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

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

This div border color is #7479B6.


Opacity

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

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

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

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

This text has shadow with #7479B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7479B6 on black background.


Color preview on white background

This text has color #7479B6 on white background.



Black color preview on #7479B6 background

This text has black color on #7479B6 background.


White color preview on #7479B6 background

This text has white color on #7479B6 background.