COLOR #746485

HEX: #746485
RGB: (116,100,133)

Renk bilgisi

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

RGB renk modeli

#746485 color RGB value is (116,100,133).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 100 of 255 = 39%
B 133 of 255 = 52%

116
100
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 100 + 133 = 349 (100%)
R 116 of 349 ~ 33.24%
G 100 of 349 ~ 28.65%
B 133 of 349 ~ 38.11%

%33.24
%28.65
%38.11

CMYK RENK MODELİ

#746485 rengi CMYK tonu (13,25,0,48).

  • camgöbeği tonu 12.78%
  • eflatun tonu 24.81%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(13,25,0,48)
C13M25Y0K48 
(13%,25%,0%,48%)
(0.13/0.25/0.00/0.48)	

CMYK yüzdeleri

%12.78
%24.81
%0
%47.84

Codes

Color #746485 in popluar color models

746485
RGB116100133
HSL269°14.16%45.69%
HSB/HSV269°24.81%52.16%
CMYK12.78%24.81%0.00%
47.84%

Color #746485 in popluar number systems.

HEX746485
Decimal116100133
Binary1110100110010010000101
Octal164144205

Shades and tints

Shades of #746485

#746485
(116,100,133)
#6A5B79
(106,91,121)
#60526D
(96,82,109)
#564961
(86,73,97)
#4C4055
(76,64,85)
#423749
(66,55,73)
#382E3D
(56,46,61)
#2E2531
(46,37,49)
#241C25
(36,28,37)
#1A1319
(26,19,25)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #746485

#746485
(116,100,133)
#807290
(128,114,144)
#8C809B
(140,128,155)
#988EA6
(152,142,166)
#A49CB1
(164,156,177)
#B0AABC
(176,170,188)
#BCB8C7
(188,184,199)
#C8C6D2
(200,198,210)
#D4D4DD
(212,212,221)
#E0E2E8
(224,226,232)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746485; }

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

This text font color is #746485.


Background Color

.myBgColor { background-color: #746485; }

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

This div background color is #746485.


Border color

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

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

This div border color is #746485.


Opacity

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

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

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

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

This text has shadow with #746485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746485 on black background.


Color preview on white background

This text has color #746485 on white background.



Black color preview on #746485 background

This text has black color on #746485 background.


White color preview on #746485 background

This text has white color on #746485 background.