COLOR #7461AF

HEX: #7461AF
RGB: (116,97,175)

Color info

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

RGB color model

#7461AF color RGB value is (116,97,175).

  • red value is 116;
  • green value is 97;
  • blue value is 175.
RGB:
(116,97,175)
(45%,38%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 97 of 255 = 38%
B 175 of 255 = 69%

116
97
175

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

Portions of RGB colors in percentages

R + G + B =
116 + 97 + 175 = 388 (100%)
R 116 of 388 ~ 29.9%
G 97 of 388 ~ 25%
B 175 of 388 ~ 45.1%

%29.9
%25
%45.1

CMYK color model

#7461AF color CMYK value is (34,45,0,31).

  • cyan value is 33.71%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,45,0,31)
C34M45Y0K31 
(34%,45%,0%,31%)
(0.34/0.45/0.00/0.31)	

CMYK percentages

%33.71
%44.57
%0
%31.37

Codes

Color #7461AF in popluar color models

7461AF
RGB11697175
HSL255°32.77%53.33%
HSB/HSV255°44.57%68.63%
CMYK33.71%44.57%0.00%
31.37%

Color #7461AF in popluar number systems.

HEX7461AF
Decimal11697175
Binary1110100110000110101111
Octal164141257

Shades and tints

Shades of #7461AF

#7461AF
(116,97,175)
#6A59A0
(106,89,160)
#605191
(96,81,145)
#564982
(86,73,130)
#4C4173
(76,65,115)
#423964
(66,57,100)
#383155
(56,49,85)
#2E2946
(46,41,70)
#242137
(36,33,55)
#1A1928
(26,25,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #7461AF

#7461AF
(116,97,175)
#806FB6
(128,111,182)
#8C7DBD
(140,125,189)
#988BC4
(152,139,196)
#A499CB
(164,153,203)
#B0A7D2
(176,167,210)
#BCB5D9
(188,181,217)
#C8C3E0
(200,195,224)
#D4D1E7
(212,209,231)
#E0DFEE
(224,223,238)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7461AF; }

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

This text font color is #7461AF.


Background Color

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

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

This div background color is #7461AF.


Border color

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

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

This div border color is #7461AF.


Opacity

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

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

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

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

This text has shadow with #7461AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7461AF on black background.


Color preview on white background

This text has color #7461AF on white background.



Black color preview on #7461AF background

This text has black color on #7461AF background.


White color preview on #7461AF background

This text has white color on #7461AF background.