COLOR #747AB1

HEX: #747AB1
RGB: (116,122,177)

Color info

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

RGB color model

#747AB1 color RGB value is (116,122,177).

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

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 177 of 255 = 69%

116
122
177

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 177 = 415 (100%)
R 116 of 415 ~ 27.95%
G 122 of 415 ~ 29.4%
B 177 of 415 ~ 42.65%

%27.95
%29.4
%42.65

CMYK color model

#747AB1 color CMYK value is (34,31,0,31).

  • cyan value is 34.46%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,31,0,31)
C34M31Y0K31 
(34%,31%,0%,31%)
(0.34/0.31/0.00/0.31)	

CMYK percentages

%34.46
%31.07
%0
%30.59

Codes

Color #747AB1 in popluar color models

747AB1
RGB116122177
HSL234°28.11%57.45%
HSB/HSV234°34.46%69.41%
CMYK34.46%31.07%0.00%
30.59%

Color #747AB1 in popluar number systems.

HEX747AB1
Decimal116122177
Binary1110100111101010110001
Octal164172261

Shades and tints

Shades of #747AB1

#747AB1
(116,122,177)
#6A6FA1
(106,111,161)
#606491
(96,100,145)
#565981
(86,89,129)
#4C4E71
(76,78,113)
#424361
(66,67,97)
#383851
(56,56,81)
#2E2D41
(46,45,65)
#242231
(36,34,49)
#1A1721
(26,23,33)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #747AB1

#747AB1
(116,122,177)
#8086B8
(128,134,184)
#8C92BF
(140,146,191)
#989EC6
(152,158,198)
#A4AACD
(164,170,205)
#B0B6D4
(176,182,212)
#BCC2DB
(188,194,219)
#C8CEE2
(200,206,226)
#D4DAE9
(212,218,233)
#E0E6F0
(224,230,240)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747AB1; }

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

This text font color is #747AB1.


Background Color

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

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

This div background color is #747AB1.


Border color

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

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

This div border color is #747AB1.


Opacity

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

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

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

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

This text has shadow with #747AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747AB1 on black background.


Color preview on white background

This text has color #747AB1 on white background.



Black color preview on #747AB1 background

This text has black color on #747AB1 background.


White color preview on #747AB1 background

This text has white color on #747AB1 background.