COLOR #747DB2

HEX: #747DB2
RGB: (116,125,178)

Color info

#747DB2 contains mainly green and blue colors. Web safe color of #747DB2 is #666699 (or #669).

RGB color model

#747DB2 color RGB value is (116,125,178).

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

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 178 of 255 = 70%

116
125
178

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 178 = 419 (100%)
R 116 of 419 ~ 27.68%
G 125 of 419 ~ 29.83%
B 178 of 419 ~ 42.48%

%27.68
%29.83
%42.48

CMYK color model

#747DB2 color CMYK value is (35,30,0,30).

  • cyan value is 34.83%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(35,30,0,30)
C35M30Y0K30 
(35%,30%,0%,30%)
(0.35/0.30/0.00/0.30)	

CMYK percentages

%34.83
%29.78
%0
%30.2

Codes

Color #747DB2 in popluar color models

747DB2
RGB116125178
HSL231°28.70%57.65%
HSB/HSV231°34.83%69.80%
CMYK34.83%29.78%0.00%
30.20%

Color #747DB2 in popluar number systems.

HEX747DB2
Decimal116125178
Binary1110100111110110110010
Octal164175262

Shades and tints

Shades of #747DB2

#747DB2
(116,125,178)
#6A72A2
(106,114,162)
#606792
(96,103,146)
#565C82
(86,92,130)
#4C5172
(76,81,114)
#424662
(66,70,98)
#383B52
(56,59,82)
#2E3042
(46,48,66)
#242532
(36,37,50)
#1A1A22
(26,26,34)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #747DB2

#747DB2
(116,125,178)
#8088B9
(128,136,185)
#8C93C0
(140,147,192)
#989EC7
(152,158,199)
#A4A9CE
(164,169,206)
#B0B4D5
(176,180,213)
#BCBFDC
(188,191,220)
#C8CAE3
(200,202,227)
#D4D5EA
(212,213,234)
#E0E0F1
(224,224,241)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747DB2; }

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

This text font color is #747DB2.


Background Color

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

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

This div background color is #747DB2.


Border color

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

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

This div border color is #747DB2.


Opacity

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

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

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

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

This text has shadow with #747DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747DB2 on black background.


Color preview on white background

This text has color #747DB2 on white background.



Black color preview on #747DB2 background

This text has black color on #747DB2 background.


White color preview on #747DB2 background

This text has white color on #747DB2 background.