COLOR #746C9B

HEX: #746C9B
RGB: (116,108,155)

Renk bilgisi

#746C9B contains red, green and blue colors in about the same proportion. #746C9B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#746C9B color RGB value is (116,108,155).

  • kırmız ton 116;
  • yeşil ton 108;
  • mavi ton 155.
RGB:
(116,108,155)
(45%,42%,61%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 108 of 255 = 42%
B 155 of 255 = 61%

116
108
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 108 + 155 = 379 (100%)
R 116 of 379 ~ 30.61%
G 108 of 379 ~ 28.5%
B 155 of 379 ~ 40.9%

%30.61
%28.5
%40.9

CMYK RENK MODELİ

#746C9B rengi CMYK tonu (25,30,0,39).

  • camgöbeği tonu 25.16%
  • eflatun tonu 30.32%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(25,30,0,39)
C25M30Y0K39 
(25%,30%,0%,39%)
(0.25/0.30/0.00/0.39)	

CMYK yüzdeleri

%25.16
%30.32
%0
%39.22

Codes

Color #746C9B in popluar color models

746C9B
RGB116108155
HSL250°19.03%51.57%
HSB/HSV250°30.32%60.78%
CMYK25.16%30.32%0.00%
39.22%

Color #746C9B in popluar number systems.

HEX746C9B
Decimal116108155
Binary1110100110110010011011
Octal164154233

Shades and tints

Shades of #746C9B

#746C9B
(116,108,155)
#6A638D
(106,99,141)
#605A7F
(96,90,127)
#565171
(86,81,113)
#4C4863
(76,72,99)
#423F55
(66,63,85)
#383647
(56,54,71)
#2E2D39
(46,45,57)
#24242B
(36,36,43)
#1A1B1D
(26,27,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #746C9B

#746C9B
(116,108,155)
#8079A4
(128,121,164)
#8C86AD
(140,134,173)
#9893B6
(152,147,182)
#A4A0BF
(164,160,191)
#B0ADC8
(176,173,200)
#BCBAD1
(188,186,209)
#C8C7DA
(200,199,218)
#D4D4E3
(212,212,227)
#E0E1EC
(224,225,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746C9B color. Also use rgb(116,108,155) instead hex code.

Text Font Color

.myTextColor { color: #746C9B; }

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

This text font color is #746C9B.


Background Color

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

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

This div background color is #746C9B.


Border color

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

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

This div border color is #746C9B.


Opacity

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

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

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

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

This text has shadow with #746C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C9B on black background.


Color preview on white background

This text has color #746C9B on white background.



Black color preview on #746C9B background

This text has black color on #746C9B background.


White color preview on #746C9B background

This text has white color on #746C9B background.