COLOR #7466A2

HEX: #7466A2
RGB: (116,102,162)

Color info

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

RGB color model

#7466A2 color RGB value is (116,102,162).

  • red value is 116;
  • green value is 102;
  • blue value is 162.
RGB:
(116,102,162)
(45%,40%,64%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 162 of 255 = 64%

116
102
162

R + G + B ~ 50%. #7466A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 162 = 380 (100%)
R 116 of 380 ~ 30.53%
G 102 of 380 ~ 26.84%
B 162 of 380 ~ 42.63%

%30.53
%26.84
%42.63

CMYK color model

#7466A2 color CMYK value is (28,37,0,36).

  • cyan value is 28.40%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,37,0,36)
C28M37Y0K36 
(28%,37%,0%,36%)
(0.28/0.37/0.00/0.36)	

CMYK percentages

%28.4
%37.04
%0
%36.47

Codes

Color #7466A2 in popluar color models

7466A2
RGB116102162
HSL254°24.39%51.76%
HSB/HSV254°37.04%63.53%
CMYK28.40%37.04%0.00%
36.47%

Color #7466A2 in popluar number systems.

HEX7466A2
Decimal116102162
Binary1110100110011010100010
Octal164146242

Shades and tints

Shades of #7466A2

#7466A2
(116,102,162)
#6A5D94
(106,93,148)
#605486
(96,84,134)
#564B78
(86,75,120)
#4C426A
(76,66,106)
#42395C
(66,57,92)
#38304E
(56,48,78)
#2E2740
(46,39,64)
#241E32
(36,30,50)
#1A1524
(26,21,36)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #7466A2

#7466A2
(116,102,162)
#8073AA
(128,115,170)
#8C80B2
(140,128,178)
#988DBA
(152,141,186)
#A49AC2
(164,154,194)
#B0A7CA
(176,167,202)
#BCB4D2
(188,180,210)
#C8C1DA
(200,193,218)
#D4CEE2
(212,206,226)
#E0DBEA
(224,219,234)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7466A2 color. Also use rgb(116,102,162) instead hex code.

Text Font Color

.myTextColor { color: #7466A2; }

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

This text font color is #7466A2.


Background Color

.myBgColor { background-color: #7466A2; }

<div style="background-color:#7466A2">Inner text</div>

This div background color is #7466A2.


Border color

.myBorderColor { border: 1px solid #7466A2; }

<div style="border:3px solid #7466A2">Div</div>

This div border color is #7466A2.


Opacity

.myOpacity80 { color: #7466A2; opacity: 0.8; }

<p style="color:#7466A2;opacity:0.8;">80%</p>

Text with #7466A2 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 #7466A2;}

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

This text has shadow with #7466A2 color.

.textShadow {text-shadow: 3px 3px 1px #7466A2, 3px 3px 1px red;}

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

This text has shadow with #7466A2 primary color and red secondary color.


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

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

This text has shadow with #7466A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7466A2 on black background.


Color preview on white background

This text has color #7466A2 on white background.



Black color preview on #7466A2 background

This text has black color on #7466A2 background.


White color preview on #7466A2 background

This text has white color on #7466A2 background.