COLOR #7472CB

HEX: #7472CB
RGB: (116,114,203)

Color info

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

RGB color model

#7472CB color RGB value is (116,114,203).

  • red value is 116;
  • green value is 114;
  • blue value is 203.
RGB:
(116,114,203)
(45%,45%,80%)

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 203 of 255 = 80%

116
114
203

R + G + B ~ 57%. #7472CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 203 = 433 (100%)
R 116 of 433 ~ 26.79%
G 114 of 433 ~ 26.33%
B 203 of 433 ~ 46.88%

%26.79
%26.33
%46.88

CMYK color model

#7472CB color CMYK value is (43,44,0,20).

  • cyan value is 42.86%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(43,44,0,20)
C43M44Y0K20 
(43%,44%,0%,20%)
(0.43/0.44/0.00/0.20)	

CMYK percentages

%42.86
%43.84
%0
%20.39

Codes

Color #7472CB in popluar color models

7472CB
RGB116114203
HSL241°46.11%62.16%
HSB/HSV241°43.84%79.61%
CMYK42.86%43.84%0.00%
20.39%

Color #7472CB in popluar number systems.

HEX7472CB
Decimal116114203
Binary1110100111001011001011
Octal164162313

Shades and tints

Shades of #7472CB

#7472CB
(116,114,203)
#6A68B9
(106,104,185)
#605EA7
(96,94,167)
#565495
(86,84,149)
#4C4A83
(76,74,131)
#424071
(66,64,113)
#38365F
(56,54,95)
#2E2C4D
(46,44,77)
#24223B
(36,34,59)
#1A1829
(26,24,41)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #7472CB

#7472CB
(116,114,203)
#807ECF
(128,126,207)
#8C8AD3
(140,138,211)
#9896D7
(152,150,215)
#A4A2DB
(164,162,219)
#B0AEDF
(176,174,223)
#BCBAE3
(188,186,227)
#C8C6E7
(200,198,231)
#D4D2EB
(212,210,235)
#E0DEEF
(224,222,239)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7472CB color. Also use rgb(116,114,203) instead hex code.

Text Font Color

.myTextColor { color: #7472CB; }

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

This text font color is #7472CB.


Background Color

.myBgColor { background-color: #7472CB; }

<div style="background-color:#7472CB">Inner text</div>

This div background color is #7472CB.


Border color

.myBorderColor { border: 1px solid #7472CB; }

<div style="border:3px solid #7472CB">Div</div>

This div border color is #7472CB.


Opacity

.myOpacity80 { color: #7472CB; opacity: 0.8; }

<p style="color:#7472CB;opacity:0.8;">80%</p>

Text with #7472CB 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 #7472CB;}

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

This text has shadow with #7472CB color.

.textShadow {text-shadow: 3px 3px 1px #7472CB, 3px 3px 1px red;}

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

This text has shadow with #7472CB primary color and red secondary color.


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

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

This text has shadow with #7472CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7472CB on black background.


Color preview on white background

This text has color #7472CB on white background.



Black color preview on #7472CB background

This text has black color on #7472CB background.


White color preview on #7472CB background

This text has white color on #7472CB background.