COLOR #746EAD

HEX: #746EAD
RGB: (116,110,173)

Renk bilgisi

#746EAD contains mainly red and blue colors. #746EAD ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#746EAD color RGB value is (116,110,173).

  • kırmız ton 116;
  • yeşil ton 110;
  • mavi ton 173.
RGB:
(116,110,173)
(45%,43%,68%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 110 of 255 = 43%
B 173 of 255 = 68%

116
110
173

R + G + B ~ 52%. #746EAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 110 + 173 = 399 (100%)
R 116 of 399 ~ 29.07%
G 110 of 399 ~ 27.57%
B 173 of 399 ~ 43.36%

%29.07
%27.57
%43.36

CMYK RENK MODELİ

#746EAD rengi CMYK tonu (33,36,0,32).

  • camgöbeği tonu 32.95%
  • eflatun tonu 36.42%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(33,36,0,32)
C33M36Y0K32 
(33%,36%,0%,32%)
(0.33/0.36/0.00/0.32)	

CMYK yüzdeleri

%32.95
%36.42
%0
%32.16

Codes

Color #746EAD in popluar color models

746EAD
RGB116110173
HSL246°27.75%55.49%
HSB/HSV246°36.42%67.84%
CMYK32.95%36.42%0.00%
32.16%

Color #746EAD in popluar number systems.

HEX746EAD
Decimal116110173
Binary1110100110111010101101
Octal164156255

Shades and tints

Shades of #746EAD

#746EAD
(116,110,173)
#6A649E
(106,100,158)
#605A8F
(96,90,143)
#565080
(86,80,128)
#4C4671
(76,70,113)
#423C62
(66,60,98)
#383253
(56,50,83)
#2E2844
(46,40,68)
#241E35
(36,30,53)
#1A1426
(26,20,38)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #746EAD

#746EAD
(116,110,173)
#807BB4
(128,123,180)
#8C88BB
(140,136,187)
#9895C2
(152,149,194)
#A4A2C9
(164,162,201)
#B0AFD0
(176,175,208)
#BCBCD7
(188,188,215)
#C8C9DE
(200,201,222)
#D4D6E5
(212,214,229)
#E0E3EC
(224,227,236)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746EAD color. Also use rgb(116,110,173) instead hex code.

Text Font Color

.myTextColor { color: #746EAD; }

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

This text font color is #746EAD.


Background Color

.myBgColor { background-color: #746EAD; }

<div style="background-color:#746EAD">Inner text</div>

This div background color is #746EAD.


Border color

.myBorderColor { border: 1px solid #746EAD; }

<div style="border:3px solid #746EAD">Div</div>

This div border color is #746EAD.


Opacity

.myOpacity80 { color: #746EAD; opacity: 0.8; }

<p style="color:#746EAD;opacity:0.8;">80%</p>

Text with #746EAD 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 #746EAD;}

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

This text has shadow with #746EAD color.

.textShadow {text-shadow: 3px 3px 1px #746EAD, 3px 3px 1px red;}

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

This text has shadow with #746EAD primary color and red secondary color.


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

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

This text has shadow with #746EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746EAD on black background.


Color preview on white background

This text has color #746EAD on white background.



Black color preview on #746EAD background

This text has black color on #746EAD background.


White color preview on #746EAD background

This text has white color on #746EAD background.