COLOR #7479AC

HEX: #7479AC
RGB: (116,121,172)

Color info

#7479AC contains red, green and blue colors in about the same proportion. Web safe color of #7479AC is #666699 (or #669).

RGB color model

#7479AC color RGB value is (116,121,172).

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

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 172 of 255 = 67%

116
121
172

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

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 172 = 409 (100%)
R 116 of 409 ~ 28.36%
G 121 of 409 ~ 29.58%
B 172 of 409 ~ 42.05%

%28.36
%29.58
%42.05

CMYK color model

#7479AC color CMYK value is (33,30,0,33).

  • cyan value is 32.56%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(33,30,0,33)
C33M30Y0K33 
(33%,30%,0%,33%)
(0.33/0.30/0.00/0.33)	

CMYK percentages

%32.56
%29.65
%0
%32.55

Codes

Color #7479AC in popluar color models

7479AC
RGB116121172
HSL235°25.23%56.47%
HSB/HSV235°32.56%67.45%
CMYK32.56%29.65%0.00%
32.55%

Color #7479AC in popluar number systems.

HEX7479AC
Decimal116121172
Binary1110100111100110101100
Octal164171254

Shades and tints

Shades of #7479AC

#7479AC
(116,121,172)
#6A6E9D
(106,110,157)
#60638E
(96,99,142)
#56587F
(86,88,127)
#4C4D70
(76,77,112)
#424261
(66,66,97)
#383752
(56,55,82)
#2E2C43
(46,44,67)
#242134
(36,33,52)
#1A1625
(26,22,37)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #7479AC

#7479AC
(116,121,172)
#8085B3
(128,133,179)
#8C91BA
(140,145,186)
#989DC1
(152,157,193)
#A4A9C8
(164,169,200)
#B0B5CF
(176,181,207)
#BCC1D6
(188,193,214)
#C8CDDD
(200,205,221)
#D4D9E4
(212,217,228)
#E0E5EB
(224,229,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7479AC; }

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

This text font color is #7479AC.


Background Color

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

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

This div background color is #7479AC.


Border color

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

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

This div border color is #7479AC.


Opacity

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

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

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

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

This text has shadow with #7479AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7479AC on black background.


Color preview on white background

This text has color #7479AC on white background.



Black color preview on #7479AC background

This text has black color on #7479AC background.


White color preview on #7479AC background

This text has white color on #7479AC background.