COLOR #7460DA

HEX: #7460DA RGB: (116,96,218)

Color info

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

RGB color model

#7460DA color RGB value is (116,96,218).

RGB: (116,96,218) (45%, 38%, 85%)

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 218 of 255 = 85%

116
96
218

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

Portions of RGB colors in percentages

R + G + B = 116 + 96 + 218 = 430 (100%)
R 116 of 430 ~ 26.98%
G 96 of 430 ~ 22.33%
B 218 of 430 ~ 50.7'%

%26.98
%22.33
%50.7

CMYK color model

#7460DA color CMYK value is (47,56,0,15).

  • cyan value is 46.79%
  • magenta value is 55.96%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (47,56,0,15)
C47M56Y0K15 (47%, 56%, 0%, 15%)
(0.47 / 0.56 / 0.00 / 0.15)

CMYK percentages

%46.79
%55.96
%0
%14.51

Codes

Color #7460DA in popluar color models

74 60 DA
RGB 116 96 218
HSL 250° 62.24% 61.57%
HSB/HSV 250° 55.96% 85.49%
CMYK 46.79% 55.96% 0.00%
14.51%

Color #7460DA in popluar number systems.

HEX 74 60 DA
Decimal 116 96 218
Binary 1110100 1100000 11011010
Octal 164 140 332

Shades and tints

Shades of #7460DA

#7460DA
(116,96,218)
#6A58C7
(106,88,199)
#6050B4
(96,80,180)
#5648A1
(86,72,161)
#4C408E
(76,64,142)
#42387B
(66,56,123)
#383068
(56,48,104)
#2E2855
(46,40,85)
#242042
(36,32,66)
#1A182F
(26,24,47)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #7460DA

#7460DA
(116,96,218)
#806EDD
(128,110,221)
#8C7CE0
(140,124,224)
#988AE3
(152,138,227)
#A498E6
(164,152,230)
#B0A6E9
(176,166,233)
#BCB4EC
(188,180,236)
#C8C2EF
(200,194,239)
#D4D0F2
(212,208,242)
#E0DEF5
(224,222,245)
#ECECF8
(236,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7460DA; }

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

This text font color is #7460DA.

Background Color

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

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

This div background color is #7460DA.

Border color

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

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

This div border color is #7460DA.

Opacity

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

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

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

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

This text has shadow with #7460DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7460DA.

Preview

Color preview on black background

This text has color #7460DA on black background.


Color preview on white background

This text has color #7460DA on white background.


Black color preview on #7460DA background

This text has black color on #7460DA background.


White color preview on #7460DA background

This text has white color on #7460DA background.


Related colors

Complementary color

Complementary color for #hex is #8B9F25.


I love getcolorcode.com

Triadic colors

1 #DA7460 and #60DA74 with #7460DA are triadic colors.

2 #DA6074 and #6074DA with #7460DA are triadic colors.