COLOR #747EB4

HEX: #747EB4
RGB: (116,126,180)

Color info

#747EB4 contains mainly green and blue colors. Web safe color of #747EB4 is #6666CC (or #66C).

RGB color model

#747EB4 color RGB value is (116,126,180).

  • red value is 116;
  • green value is 126;
  • blue value is 180.
RGB:
(116,126,180)
(45%,49%,71%)

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 180 of 255 = 71%

116
126
180

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

Portions of RGB colors in percentages

R + G + B =
116 + 126 + 180 = 422 (100%)
R 116 of 422 ~ 27.49%
G 126 of 422 ~ 29.86%
B 180 of 422 ~ 42.65%

%27.49
%29.86
%42.65

CMYK color model

#747EB4 color CMYK value is (36,30,0,29).

  • cyan value is 35.56%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(36,30,0,29)
C36M30Y0K29 
(36%,30%,0%,29%)
(0.36/0.30/0.00/0.29)	

CMYK percentages

%35.56
%30
%0
%29.41

Codes

Color #747EB4 in popluar color models

747EB4
RGB116126180
HSL231°29.91%58.04%
HSB/HSV231°35.56%70.59%
CMYK35.56%30.00%0.00%
29.41%

Color #747EB4 in popluar number systems.

HEX747EB4
Decimal116126180
Binary1110100111111010110100
Octal164176264

Shades and tints

Shades of #747EB4

#747EB4
(116,126,180)
#6A73A4
(106,115,164)
#606894
(96,104,148)
#565D84
(86,93,132)
#4C5274
(76,82,116)
#424764
(66,71,100)
#383C54
(56,60,84)
#2E3144
(46,49,68)
#242634
(36,38,52)
#1A1B24
(26,27,36)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #747EB4

#747EB4
(116,126,180)
#8089BA
(128,137,186)
#8C94C0
(140,148,192)
#989FC6
(152,159,198)
#A4AACC
(164,170,204)
#B0B5D2
(176,181,210)
#BCC0D8
(188,192,216)
#C8CBDE
(200,203,222)
#D4D6E4
(212,214,228)
#E0E1EA
(224,225,234)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747EB4 color. Also use rgb(116,126,180) instead hex code.

Text Font Color

.myTextColor { color: #747EB4; }

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

This text font color is #747EB4.


Background Color

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

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

This div background color is #747EB4.


Border color

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

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

This div border color is #747EB4.


Opacity

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

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

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

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

This text has shadow with #747EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747EB4 on black background.


Color preview on white background

This text has color #747EB4 on white background.



Black color preview on #747EB4 background

This text has black color on #747EB4 background.


White color preview on #747EB4 background

This text has white color on #747EB4 background.