COLOR #7478BA

HEX: #7478BA
RGB: (116,120,186)

Color info

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

RGB color model

#7478BA color RGB value is (116,120,186).

  • red value is 116;
  • green value is 120;
  • blue value is 186.
RGB:
(116,120,186)
(45%,47%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 186 of 255 = 73%

116
120
186

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 186 = 422 (100%)
R 116 of 422 ~ 27.49%
G 120 of 422 ~ 28.44%
B 186 of 422 ~ 44.08%

%27.49
%28.44
%44.08

CMYK color model

#7478BA color CMYK value is (38,35,0,27).

  • cyan value is 37.63%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,35,0,27)
C38M35Y0K27 
(38%,35%,0%,27%)
(0.38/0.35/0.00/0.27)	

CMYK percentages

%37.63
%35.48
%0
%27.06

Codes

Color #7478BA in popluar color models

7478BA
RGB116120186
HSL237°33.65%59.22%
HSB/HSV237°37.63%72.94%
CMYK37.63%35.48%0.00%
27.06%

Color #7478BA in popluar number systems.

HEX7478BA
Decimal116120186
Binary1110100111100010111010
Octal164170272

Shades and tints

Shades of #7478BA

#7478BA
(116,120,186)
#6A6EAA
(106,110,170)
#60649A
(96,100,154)
#565A8A
(86,90,138)
#4C507A
(76,80,122)
#42466A
(66,70,106)
#383C5A
(56,60,90)
#2E324A
(46,50,74)
#24283A
(36,40,58)
#1A1E2A
(26,30,42)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #7478BA

#7478BA
(116,120,186)
#8084C0
(128,132,192)
#8C90C6
(140,144,198)
#989CCC
(152,156,204)
#A4A8D2
(164,168,210)
#B0B4D8
(176,180,216)
#BCC0DE
(188,192,222)
#C8CCE4
(200,204,228)
#D4D8EA
(212,216,234)
#E0E4F0
(224,228,240)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7478BA color. Also use rgb(116,120,186) instead hex code.

Text Font Color

.myTextColor { color: #7478BA; }

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

This text font color is #7478BA.


Background Color

.myBgColor { background-color: #7478BA; }

<div style="background-color:#7478BA">Inner text</div>

This div background color is #7478BA.


Border color

.myBorderColor { border: 1px solid #7478BA; }

<div style="border:3px solid #7478BA">Div</div>

This div border color is #7478BA.


Opacity

.myOpacity80 { color: #7478BA; opacity: 0.8; }

<p style="color:#7478BA;opacity:0.8;">80%</p>

Text with #7478BA 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 #7478BA;}

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

This text has shadow with #7478BA color.

.textShadow {text-shadow: 3px 3px 1px #7478BA, 3px 3px 1px red;}

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

This text has shadow with #7478BA primary color and red secondary color.


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

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

This text has shadow with #7478BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7478BA on black background.


Color preview on white background

This text has color #7478BA on white background.



Black color preview on #7478BA background

This text has black color on #7478BA background.


White color preview on #7478BA background

This text has white color on #7478BA background.