COLOR #747ACC

HEX: #747ACC
RGB: (116,122,204)

Color info

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

RGB color model

#747ACC color RGB value is (116,122,204).

  • red value is 116;
  • green value is 122;
  • blue value is 204.
RGB:
(116,122,204)
(45%,48%,80%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 204 of 255 = 80%

116
122
204

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 204 = 442 (100%)
R 116 of 442 ~ 26.24%
G 122 of 442 ~ 27.6%
B 204 of 442 ~ 46.15%

%26.24
%27.6
%46.15

CMYK color model

#747ACC color CMYK value is (43,40,0,20).

  • cyan value is 43.14%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,40,0,20)
C43M40Y0K20 
(43%,40%,0%,20%)
(0.43/0.40/0.00/0.20)	

CMYK percentages

%43.14
%40.2
%0
%20

Codes

Color #747ACC in popluar color models

747ACC
RGB116122204
HSL236°46.32%62.75%
HSB/HSV236°43.14%80.00%
CMYK43.14%40.20%0.00%
20.00%

Color #747ACC in popluar number systems.

HEX747ACC
Decimal116122204
Binary1110100111101011001100
Octal164172314

Shades and tints

Shades of #747ACC

#747ACC
(116,122,204)
#6A6FBA
(106,111,186)
#6064A8
(96,100,168)
#565996
(86,89,150)
#4C4E84
(76,78,132)
#424372
(66,67,114)
#383860
(56,56,96)
#2E2D4E
(46,45,78)
#24223C
(36,34,60)
#1A172A
(26,23,42)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #747ACC

#747ACC
(116,122,204)
#8086D0
(128,134,208)
#8C92D4
(140,146,212)
#989ED8
(152,158,216)
#A4AADC
(164,170,220)
#B0B6E0
(176,182,224)
#BCC2E4
(188,194,228)
#C8CEE8
(200,206,232)
#D4DAEC
(212,218,236)
#E0E6F0
(224,230,240)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747ACC; }

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

This text font color is #747ACC.


Background Color

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

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

This div background color is #747ACC.


Border color

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

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

This div border color is #747ACC.


Opacity

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

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

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

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

This text has shadow with #747ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747ACC on black background.


Color preview on white background

This text has color #747ACC on white background.



Black color preview on #747ACC background

This text has black color on #747ACC background.


White color preview on #747ACC background

This text has white color on #747ACC background.