COLOR #7460D1

HEX: #7460D1
RGB: (116,96,209)

Color info

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

RGB color model

#7460D1 color RGB value is (116,96,209).

  • red value is 116;
  • green value is 96;
  • blue value is 209.
RGB:
(116,96,209)
(45%,38%,82%)

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 209 of 255 = 82%

116
96
209

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

Portions of RGB colors in percentages

R + G + B =
116 + 96 + 209 = 421 (100%)
R 116 of 421 ~ 27.55%
G 96 of 421 ~ 22.8%
B 209 of 421 ~ 49.64%

%27.55
%22.8
%49.64

CMYK color model

#7460D1 color CMYK value is (44,54,0,18).

  • cyan value is 44.50%
  • magenta value is 54.07%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(44,54,0,18)
C44M54Y0K18 
(44%,54%,0%,18%)
(0.44/0.54/0.00/0.18)	

CMYK percentages

%44.5
%54.07
%0
%18.04

Codes

Color #7460D1 in popluar color models

7460D1
RGB11696209
HSL251°55.12%59.80%
HSB/HSV251°54.07%81.96%
CMYK44.50%54.07%0.00%
18.04%

Color #7460D1 in popluar number systems.

HEX7460D1
Decimal11696209
Binary1110100110000011010001
Octal164140321

Shades and tints

Shades of #7460D1

#7460D1
(116,96,209)
#6A58BE
(106,88,190)
#6050AB
(96,80,171)
#564898
(86,72,152)
#4C4085
(76,64,133)
#423872
(66,56,114)
#38305F
(56,48,95)
#2E284C
(46,40,76)
#242039
(36,32,57)
#1A1826
(26,24,38)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7460D1

#7460D1
(116,96,209)
#806ED5
(128,110,213)
#8C7CD9
(140,124,217)
#988ADD
(152,138,221)
#A498E1
(164,152,225)
#B0A6E5
(176,166,229)
#BCB4E9
(188,180,233)
#C8C2ED
(200,194,237)
#D4D0F1
(212,208,241)
#E0DEF5
(224,222,245)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7460D1 color. Also use rgb(116,96,209) instead hex code.

Text Font Color

.myTextColor { color: #7460D1; }

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

This text font color is #7460D1.


Background Color

.myBgColor { background-color: #7460D1; }

<div style="background-color:#7460D1">Inner text</div>

This div background color is #7460D1.


Border color

.myBorderColor { border: 1px solid #7460D1; }

<div style="border:3px solid #7460D1">Div</div>

This div border color is #7460D1.


Opacity

.myOpacity80 { color: #7460D1; opacity: 0.8; }

<p style="color:#7460D1;opacity:0.8;">80%</p>

Text with #7460D1 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 #7460D1;}

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

This text has shadow with #7460D1 color.

.textShadow {text-shadow: 3px 3px 1px #7460D1, 3px 3px 1px red;}

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

This text has shadow with #7460D1 primary color and red secondary color.


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

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

This text has shadow with #7460D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7460D1 on black background.


Color preview on white background

This text has color #7460D1 on white background.



Black color preview on #7460D1 background

This text has black color on #7460D1 background.


White color preview on #7460D1 background

This text has white color on #7460D1 background.