COLOR #7474BF

HEX: #7474BF
RGB: (116,116,191)

Color info

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

RGB color model

#7474BF color RGB value is (116,116,191).

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

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 191 of 255 = 75%

116
116
191

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 191 = 423 (100%)
R 116 of 423 ~ 27.42%
G 116 of 423 ~ 27.42%
B 191 of 423 ~ 45.15%

%27.42
%27.42
%45.15

CMYK color model

#7474BF color CMYK value is (39,39,0,25).

  • cyan value is 39.27%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(39,39,0,25)
C39M39Y0K25 
(39%,39%,0%,25%)
(0.39/0.39/0.00/0.25)	

CMYK percentages

%39.27
%39.27
%0
%25.1

Codes

Color #7474BF in popluar color models

7474BF
RGB116116191
HSL240°36.95%60.20%
HSB/HSV240°39.27%74.90%
CMYK39.27%39.27%0.00%
25.10%

Color #7474BF in popluar number systems.

HEX7474BF
Decimal116116191
Binary1110100111010010111111
Octal164164277

Shades and tints

Shades of #7474BF

#7474BF
(116,116,191)
#6A6AAE
(106,106,174)
#60609D
(96,96,157)
#56568C
(86,86,140)
#4C4C7B
(76,76,123)
#42426A
(66,66,106)
#383859
(56,56,89)
#2E2E48
(46,46,72)
#242437
(36,36,55)
#1A1A26
(26,26,38)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7474BF

#7474BF
(116,116,191)
#8080C4
(128,128,196)
#8C8CC9
(140,140,201)
#9898CE
(152,152,206)
#A4A4D3
(164,164,211)
#B0B0D8
(176,176,216)
#BCBCDD
(188,188,221)
#C8C8E2
(200,200,226)
#D4D4E7
(212,212,231)
#E0E0EC
(224,224,236)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7474BF color. Also use rgb(116,116,191) instead hex code.

Text Font Color

.myTextColor { color: #7474BF; }

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

This text font color is #7474BF.


Background Color

.myBgColor { background-color: #7474BF; }

<div style="background-color:#7474BF">Inner text</div>

This div background color is #7474BF.


Border color

.myBorderColor { border: 1px solid #7474BF; }

<div style="border:3px solid #7474BF">Div</div>

This div border color is #7474BF.


Opacity

.myOpacity80 { color: #7474BF; opacity: 0.8; }

<p style="color:#7474BF;opacity:0.8;">80%</p>

Text with #7474BF 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 #7474BF;}

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

This text has shadow with #7474BF color.

.textShadow {text-shadow: 3px 3px 1px #7474BF, 3px 3px 1px red;}

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

This text has shadow with #7474BF primary color and red secondary color.


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

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

This text has shadow with #7474BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7474BF on black background.


Color preview on white background

This text has color #7474BF on white background.



Black color preview on #7474BF background

This text has black color on #7474BF background.


White color preview on #7474BF background

This text has white color on #7474BF background.