COLOR #747AAD

HEX: #747AAD
RGB: (116,122,173)

Renk bilgisi

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

RGB renk modeli

#747AAD color RGB value is (116,122,173).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 122 of 255 = 48%
B 173 of 255 = 68%

116
122
173

R + G + B ~ 54%. #747AAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 122 + 173 = 411 (100%)
R 116 of 411 ~ 28.22%
G 122 of 411 ~ 29.68%
B 173 of 411 ~ 42.09%

%28.22
%29.68
%42.09

CMYK RENK MODELİ

#747AAD rengi CMYK tonu (33,29,0,32).

  • camgöbeği tonu 32.95%
  • eflatun tonu 29.48%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(33,29,0,32)
C33M29Y0K32 
(33%,29%,0%,32%)
(0.33/0.29/0.00/0.32)	

CMYK yüzdeleri

%32.95
%29.48
%0
%32.16

Codes

Color #747AAD in popluar color models

747AAD
RGB116122173
HSL234°25.79%56.67%
HSB/HSV234°32.95%67.84%
CMYK32.95%29.48%0.00%
32.16%

Color #747AAD in popluar number systems.

HEX747AAD
Decimal116122173
Binary1110100111101010101101
Octal164172255

Shades and tints

Shades of #747AAD

#747AAD
(116,122,173)
#6A6F9E
(106,111,158)
#60648F
(96,100,143)
#565980
(86,89,128)
#4C4E71
(76,78,113)
#424362
(66,67,98)
#383853
(56,56,83)
#2E2D44
(46,45,68)
#242235
(36,34,53)
#1A1726
(26,23,38)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #747AAD

#747AAD
(116,122,173)
#8086B4
(128,134,180)
#8C92BB
(140,146,187)
#989EC2
(152,158,194)
#A4AAC9
(164,170,201)
#B0B6D0
(176,182,208)
#BCC2D7
(188,194,215)
#C8CEDE
(200,206,222)
#D4DAE5
(212,218,229)
#E0E6EC
(224,230,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747AAD color. Also use rgb(116,122,173) instead hex code.

Text Font Color

.myTextColor { color: #747AAD; }

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

This text font color is #747AAD.


Background Color

.myBgColor { background-color: #747AAD; }

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

This div background color is #747AAD.


Border color

.myBorderColor { border: 1px solid #747AAD; }

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

This div border color is #747AAD.


Opacity

.myOpacity80 { color: #747AAD; opacity: 0.8; }

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

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

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

This text has shadow with #747AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747AAD on black background.


Color preview on white background

This text has color #747AAD on white background.



Black color preview on #747AAD background

This text has black color on #747AAD background.


White color preview on #747AAD background

This text has white color on #747AAD background.