COLOR #746994

HEX: #746994
RGB: (116,105,148)

Renk bilgisi

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

RGB renk modeli

#746994 color RGB value is (116,105,148).

  • kırmız ton 116;
  • yeşil ton 105;
  • mavi ton 148.
RGB:
(116,105,148)
(45%,41%,58%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 105 of 255 = 41%
B 148 of 255 = 58%

116
105
148

R + G + B ~ 48%. #746994 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 105 + 148 = 369 (100%)
R 116 of 369 ~ 31.44%
G 105 of 369 ~ 28.46%
B 148 of 369 ~ 40.11%

%31.44
%28.46
%40.11

CMYK RENK MODELİ

#746994 rengi CMYK tonu (22,29,0,42).

  • camgöbeği tonu 21.62%
  • eflatun tonu 29.05%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(22,29,0,42)
C22M29Y0K42 
(22%,29%,0%,42%)
(0.22/0.29/0.00/0.42)	

CMYK yüzdeleri

%21.62
%29.05
%0
%41.96

Codes

Color #746994 in popluar color models

746994
RGB116105148
HSL255°17.00%49.61%
HSB/HSV255°29.05%58.04%
CMYK21.62%29.05%0.00%
41.96%

Color #746994 in popluar number systems.

HEX746994
Decimal116105148
Binary1110100110100110010100
Octal164151224

Shades and tints

Shades of #746994

#746994
(116,105,148)
#6A6087
(106,96,135)
#60577A
(96,87,122)
#564E6D
(86,78,109)
#4C4560
(76,69,96)
#423C53
(66,60,83)
#383346
(56,51,70)
#2E2A39
(46,42,57)
#24212C
(36,33,44)
#1A181F
(26,24,31)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #746994

#746994
(116,105,148)
#80769D
(128,118,157)
#8C83A6
(140,131,166)
#9890AF
(152,144,175)
#A49DB8
(164,157,184)
#B0AAC1
(176,170,193)
#BCB7CA
(188,183,202)
#C8C4D3
(200,196,211)
#D4D1DC
(212,209,220)
#E0DEE5
(224,222,229)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746994 color. Also use rgb(116,105,148) instead hex code.

Text Font Color

.myTextColor { color: #746994; }

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

This text font color is #746994.


Background Color

.myBgColor { background-color: #746994; }

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

This div background color is #746994.


Border color

.myBorderColor { border: 1px solid #746994; }

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

This div border color is #746994.


Opacity

.myOpacity80 { color: #746994; opacity: 0.8; }

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

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

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

This text has shadow with #746994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746994 on black background.


Color preview on white background

This text has color #746994 on white background.



Black color preview on #746994 background

This text has black color on #746994 background.


White color preview on #746994 background

This text has white color on #746994 background.