COLOR #7461A6

HEX: #7461A6 RGB: (116,97,166)

Color info

#7461A6 contains mainly red and blue colors. Web safe color of #7461A6 is #666699 (or #669).

RGB color model

#7461A6 color RGB value is (116,97,166).

RGB: (116,97,166) (45%, 38%, 65%)

RGB channels and saturation

R 116 of 255 = 45%
G 97 of 255 = 38%
B 166 of 255 = 65%

116
97
166

R + G + B ~ 49%. #7461A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 97 + 166 = 379 (100%)
R 116 of 379 ~ 30.61%
G 97 of 379 ~ 25.59%
B 166 of 379 ~ 43.8'%

%30.61
%25.59
%43.8

CMYK color model

#7461A6 color CMYK value is (30,42,0,35).

  • cyan value is 30.12%
  • magenta value is 41.57%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (30,42,0,35)
C30M42Y0K35 (30%, 42%, 0%, 35%)
(0.30 / 0.42 / 0.00 / 0.35)

CMYK percentages

%30.12
%41.57
%0
%34.9

Codes

Color #7461A6 in popluar color models

74 61 A6
RGB 116 97 166
HSL 257° 27.94% 51.57%
HSB/HSV 257° 41.57% 65.10%
CMYK 30.12% 41.57% 0.00%
34.90%

Color #7461A6 in popluar number systems.

HEX 74 61 A6
Decimal 116 97 166
Binary 1110100 1100001 10100110
Octal 164 141 246

Shades and tints

Shades of #7461A6

#7461A6
(116,97,166)
#6A5997
(106,89,151)
#605188
(96,81,136)
#564979
(86,73,121)
#4C416A
(76,65,106)
#42395B
(66,57,91)
#38314C
(56,49,76)
#2E293D
(46,41,61)
#24212E
(36,33,46)
#1A191F
(26,25,31)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7461A6

#7461A6
(116,97,166)
#806FAE
(128,111,174)
#8C7DB6
(140,125,182)
#988BBE
(152,139,190)
#A499C6
(164,153,198)
#B0A7CE
(176,167,206)
#BCB5D6
(188,181,214)
#C8C3DE
(200,195,222)
#D4D1E6
(212,209,230)
#E0DFEE
(224,223,238)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7461A6 color. Also use rgb(116,97,166) instead hex code.

Text Font Color

.myTextColor { color: #7461A6; }

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

This text font color is #7461A6.

Background Color

.myBgColor { background-color: #7461A6; }

<div style="background-color:#7461A6">Inner text</div>

This div background color is #7461A6.

Border color

.myBorderColor { border: 1px solid #7461A6; }

<div style="border:3px solid #7461A6">Div</div>

This div border color is #7461A6.

Opacity

.myOpacity80 { color: #7461A6; opacity: 0.8; }

<p style="color:#7461A6;opacity:0.8;">80%</p>

Text with #7461A6 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 #7461A6;}

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

This text has shadow with #7461A6 color.


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

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

This text has shadow with #7461A6 primary color and red secondary color.


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

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

This text has shadow with #7461A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7461A6.

Preview

Color preview on black background

This text has color #7461A6 on black background.


Color preview on white background

This text has color #7461A6 on white background.


Black color preview on #7461A6 background

This text has black color on #7461A6 background.


White color preview on #7461A6 background

This text has white color on #7461A6 background.


Related colors

Complementary color

Complementary color for #hex is #8B9E59.


I love getcolorcode.com

Triadic colors

1 #A67461 and #61A674 with #7461A6 are triadic colors.

2 #A66174 and #6174A6 with #7461A6 are triadic colors.