COLOR #746FB0

HEX: #746FB0
RGB: (116,111,176)

Color info

#746FB0 contains mainly blue color. Web safe color of #746FB0 is #666699 (or #669).

RGB color model

#746FB0 color RGB value is (116,111,176).

  • red value is 116;
  • green value is 111;
  • blue value is 176.
RGB:
(116,111,176)
(45%,44%,69%)

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 176 of 255 = 69%

116
111
176

R + G + B ~ 53%. #746FB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 176 = 403 (100%)
R 116 of 403 ~ 28.78%
G 111 of 403 ~ 27.54%
B 176 of 403 ~ 43.67%

%28.78
%27.54
%43.67

CMYK color model

#746FB0 color CMYK value is (34,37,0,31).

  • cyan value is 34.09%
  • magenta value is 36.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(34,37,0,31)
C34M37Y0K31 
(34%,37%,0%,31%)
(0.34/0.37/0.00/0.31)	

CMYK percentages

%34.09
%36.93
%0
%30.98

Codes

Color #746FB0 in popluar color models

746FB0
RGB116111176
HSL245°29.15%56.27%
HSB/HSV245°36.93%69.02%
CMYK34.09%36.93%0.00%
30.98%

Color #746FB0 in popluar number systems.

HEX746FB0
Decimal116111176
Binary1110100110111110110000
Octal164157260

Shades and tints

Shades of #746FB0

#746FB0
(116,111,176)
#6A65A0
(106,101,160)
#605B90
(96,91,144)
#565180
(86,81,128)
#4C4770
(76,71,112)
#423D60
(66,61,96)
#383350
(56,51,80)
#2E2940
(46,41,64)
#241F30
(36,31,48)
#1A1520
(26,21,32)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #746FB0

#746FB0
(116,111,176)
#807CB7
(128,124,183)
#8C89BE
(140,137,190)
#9896C5
(152,150,197)
#A4A3CC
(164,163,204)
#B0B0D3
(176,176,211)
#BCBDDA
(188,189,218)
#C8CAE1
(200,202,225)
#D4D7E8
(212,215,232)
#E0E4EF
(224,228,239)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746FB0 color. Also use rgb(116,111,176) instead hex code.

Text Font Color

.myTextColor { color: #746FB0; }

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

This text font color is #746FB0.


Background Color

.myBgColor { background-color: #746FB0; }

<div style="background-color:#746FB0">Inner text</div>

This div background color is #746FB0.


Border color

.myBorderColor { border: 1px solid #746FB0; }

<div style="border:3px solid #746FB0">Div</div>

This div border color is #746FB0.


Opacity

.myOpacity80 { color: #746FB0; opacity: 0.8; }

<p style="color:#746FB0;opacity:0.8;">80%</p>

Text with #746FB0 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 #746FB0;}

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

This text has shadow with #746FB0 color.

.textShadow {text-shadow: 3px 3px 1px #746FB0, 3px 3px 1px red;}

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

This text has shadow with #746FB0 primary color and red secondary color.


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

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

This text has shadow with #746FB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746FB0 on black background.


Color preview on white background

This text has color #746FB0 on white background.



Black color preview on #746FB0 background

This text has black color on #746FB0 background.


White color preview on #746FB0 background

This text has white color on #746FB0 background.