COLOR #747BBA

HEX: #747BBA
RGB: (116,123,186)

Color info

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

RGB color model

#747BBA color RGB value is (116,123,186).

  • red value is 116;
  • green value is 123;
  • blue value is 186.
RGB:
(116,123,186)
(45%,48%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 186 of 255 = 73%

116
123
186

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

Portions of RGB colors in percentages

R + G + B =
116 + 123 + 186 = 425 (100%)
R 116 of 425 ~ 27.29%
G 123 of 425 ~ 28.94%
B 186 of 425 ~ 43.76%

%27.29
%28.94
%43.76

CMYK color model

#747BBA color CMYK value is (38,34,0,27).

  • cyan value is 37.63%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,34,0,27)
C38M34Y0K27 
(38%,34%,0%,27%)
(0.38/0.34/0.00/0.27)	

CMYK percentages

%37.63
%33.87
%0
%27.06

Codes

Color #747BBA in popluar color models

747BBA
RGB116123186
HSL234°33.65%59.22%
HSB/HSV234°37.63%72.94%
CMYK37.63%33.87%0.00%
27.06%

Color #747BBA in popluar number systems.

HEX747BBA
Decimal116123186
Binary1110100111101110111010
Octal164173272

Shades and tints

Shades of #747BBA

#747BBA
(116,123,186)
#6A70AA
(106,112,170)
#60659A
(96,101,154)
#565A8A
(86,90,138)
#4C4F7A
(76,79,122)
#42446A
(66,68,106)
#38395A
(56,57,90)
#2E2E4A
(46,46,74)
#24233A
(36,35,58)
#1A182A
(26,24,42)
#100D1A
(16,13,26)
#000000
(0,0,0)

Tints of #747BBA

#747BBA
(116,123,186)
#8087C0
(128,135,192)
#8C93C6
(140,147,198)
#989FCC
(152,159,204)
#A4ABD2
(164,171,210)
#B0B7D8
(176,183,216)
#BCC3DE
(188,195,222)
#C8CFE4
(200,207,228)
#D4DBEA
(212,219,234)
#E0E7F0
(224,231,240)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747BBA color. Also use rgb(116,123,186) instead hex code.

Text Font Color

.myTextColor { color: #747BBA; }

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

This text font color is #747BBA.


Background Color

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

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

This div background color is #747BBA.


Border color

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

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

This div border color is #747BBA.


Opacity

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

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

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

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

This text has shadow with #747BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747BBA on black background.


Color preview on white background

This text has color #747BBA on white background.



Black color preview on #747BBA background

This text has black color on #747BBA background.


White color preview on #747BBA background

This text has white color on #747BBA background.