COLOR #746486

HEX: #746486
RGB: (116,100,134)

Renk bilgisi

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

RGB renk modeli

#746486 color RGB value is (116,100,134).

  • kırmız ton 116;
  • yeşil ton 100;
  • mavi ton 134.
RGB:
(116,100,134)
(45%,39%,53%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 100 of 255 = 39%
B 134 of 255 = 53%

116
100
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 100 + 134 = 350 (100%)
R 116 of 350 ~ 33.14%
G 100 of 350 ~ 28.57%
B 134 of 350 ~ 38.29%

%33.14
%28.57
%38.29

CMYK RENK MODELİ

#746486 rengi CMYK tonu (13,25,0,47).

  • camgöbeği tonu 13.43%
  • eflatun tonu 25.37%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(13,25,0,47)
C13M25Y0K47 
(13%,25%,0%,47%)
(0.13/0.25/0.00/0.47)	

CMYK yüzdeleri

%13.43
%25.37
%0
%47.45

Codes

Color #746486 in popluar color models

746486
RGB116100134
HSL268°14.53%45.88%
HSB/HSV268°25.37%52.55%
CMYK13.43%25.37%0.00%
47.45%

Color #746486 in popluar number systems.

HEX746486
Decimal116100134
Binary1110100110010010000110
Octal164144206

Shades and tints

Shades of #746486

#746486
(116,100,134)
#6A5B7A
(106,91,122)
#60526E
(96,82,110)
#564962
(86,73,98)
#4C4056
(76,64,86)
#42374A
(66,55,74)
#382E3E
(56,46,62)
#2E2532
(46,37,50)
#241C26
(36,28,38)
#1A131A
(26,19,26)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #746486

#746486
(116,100,134)
#807291
(128,114,145)
#8C809C
(140,128,156)
#988EA7
(152,142,167)
#A49CB2
(164,156,178)
#B0AABD
(176,170,189)
#BCB8C8
(188,184,200)
#C8C6D3
(200,198,211)
#D4D4DE
(212,212,222)
#E0E2E9
(224,226,233)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746486 color. Also use rgb(116,100,134) instead hex code.

Text Font Color

.myTextColor { color: #746486; }

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

This text font color is #746486.


Background Color

.myBgColor { background-color: #746486; }

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

This div background color is #746486.


Border color

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

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

This div border color is #746486.


Opacity

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

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

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

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

This text has shadow with #746486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746486 on black background.


Color preview on white background

This text has color #746486 on white background.



Black color preview on #746486 background

This text has black color on #746486 background.


White color preview on #746486 background

This text has white color on #746486 background.