COLOR #747DC6

HEX: #747DC6
RGB: (116,125,198)

Color info

#747DC6 contains mainly blue color. Web safe color of #747DC6 is #6666CC (or #66C).

RGB color model

#747DC6 color RGB value is (116,125,198).

  • red value is 116;
  • green value is 125;
  • blue value is 198.
RGB:
(116,125,198)
(45%,49%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 198 of 255 = 78%

116
125
198

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 198 = 439 (100%)
R 116 of 439 ~ 26.42%
G 125 of 439 ~ 28.47%
B 198 of 439 ~ 45.1%

%26.42
%28.47
%45.1

CMYK color model

#747DC6 color CMYK value is (41,37,0,22).

  • cyan value is 41.41%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(41,37,0,22)
C41M37Y0K22 
(41%,37%,0%,22%)
(0.41/0.37/0.00/0.22)	

CMYK percentages

%41.41
%36.87
%0
%22.35

Codes

Color #747DC6 in popluar color models

747DC6
RGB116125198
HSL233°41.84%61.57%
HSB/HSV233°41.41%77.65%
CMYK41.41%36.87%0.00%
22.35%

Color #747DC6 in popluar number systems.

HEX747DC6
Decimal116125198
Binary1110100111110111000110
Octal164175306

Shades and tints

Shades of #747DC6

#747DC6
(116,125,198)
#6A72B4
(106,114,180)
#6067A2
(96,103,162)
#565C90
(86,92,144)
#4C517E
(76,81,126)
#42466C
(66,70,108)
#383B5A
(56,59,90)
#2E3048
(46,48,72)
#242536
(36,37,54)
#1A1A24
(26,26,36)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #747DC6

#747DC6
(116,125,198)
#8088CB
(128,136,203)
#8C93D0
(140,147,208)
#989ED5
(152,158,213)
#A4A9DA
(164,169,218)
#B0B4DF
(176,180,223)
#BCBFE4
(188,191,228)
#C8CAE9
(200,202,233)
#D4D5EE
(212,213,238)
#E0E0F3
(224,224,243)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747DC6 color. Also use rgb(116,125,198) instead hex code.

Text Font Color

.myTextColor { color: #747DC6; }

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

This text font color is #747DC6.


Background Color

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

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

This div background color is #747DC6.


Border color

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

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

This div border color is #747DC6.


Opacity

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

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

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

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

This text has shadow with #747DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747DC6 on black background.


Color preview on white background

This text has color #747DC6 on white background.



Black color preview on #747DC6 background

This text has black color on #747DC6 background.


White color preview on #747DC6 background

This text has white color on #747DC6 background.