COLOR #7478C0

HEX: #7478C0
RGB: (116,120,192)

Color info

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

RGB color model

#7478C0 color RGB value is (116,120,192).

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

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 192 of 255 = 75%

116
120
192

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 192 = 428 (100%)
R 116 of 428 ~ 27.1%
G 120 of 428 ~ 28.04%
B 192 of 428 ~ 44.86%

%27.1
%28.04
%44.86

CMYK color model

#7478C0 color CMYK value is (40,38,0,25).

  • cyan value is 39.58%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(40,38,0,25)
C40M38Y0K25 
(40%,38%,0%,25%)
(0.40/0.38/0.00/0.25)	

CMYK percentages

%39.58
%37.5
%0
%24.71

Codes

Color #7478C0 in popluar color models

7478C0
RGB116120192
HSL237°37.62%60.39%
HSB/HSV237°39.58%75.29%
CMYK39.58%37.50%0.00%
24.71%

Color #7478C0 in popluar number systems.

HEX7478C0
Decimal116120192
Binary1110100111100011000000
Octal164170300

Shades and tints

Shades of #7478C0

#7478C0
(116,120,192)
#6A6EAF
(106,110,175)
#60649E
(96,100,158)
#565A8D
(86,90,141)
#4C507C
(76,80,124)
#42466B
(66,70,107)
#383C5A
(56,60,90)
#2E3249
(46,50,73)
#242838
(36,40,56)
#1A1E27
(26,30,39)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #7478C0

#7478C0
(116,120,192)
#8084C5
(128,132,197)
#8C90CA
(140,144,202)
#989CCF
(152,156,207)
#A4A8D4
(164,168,212)
#B0B4D9
(176,180,217)
#BCC0DE
(188,192,222)
#C8CCE3
(200,204,227)
#D4D8E8
(212,216,232)
#E0E4ED
(224,228,237)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7478C0; }

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

This text font color is #7478C0.


Background Color

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

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

This div background color is #7478C0.


Border color

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

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

This div border color is #7478C0.


Opacity

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

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

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

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

This text has shadow with #7478C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7478C0 on black background.


Color preview on white background

This text has color #7478C0 on white background.



Black color preview on #7478C0 background

This text has black color on #7478C0 background.


White color preview on #7478C0 background

This text has white color on #7478C0 background.