COLOR #7346BB

HEX: #7346BB
RGB: (115,70,187)

Color info

#7346BB contains mainly blue color. Web safe color of #7346BB is #6633CC (or #63C).

RGB color model

#7346BB color RGB value is (115,70,187).

  • red value is 115;
  • green value is 70;
  • blue value is 187.
RGB:
(115,70,187)
(45%,27%,73%)

RGB channels and saturation

R 115 of 255 = 45%
G 70 of 255 = 27%
B 187 of 255 = 73%

115
70
187

R + G + B ~ 48%. #7346BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 70 + 187 = 372 (100%)
R 115 of 372 ~ 30.91%
G 70 of 372 ~ 18.82%
B 187 of 372 ~ 50.27%

%30.91
%18.82
%50.27

CMYK color model

#7346BB color CMYK value is (39,63,0,27).

  • cyan value is 38.50%
  • magenta value is 62.57%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(39,63,0,27)
C39M63Y0K27 
(39%,63%,0%,27%)
(0.39/0.63/0.00/0.27)	

CMYK percentages

%38.5
%62.57
%0
%26.67

Codes

Color #7346BB in popluar color models

7346BB
RGB11570187
HSL263°46.25%50.39%
HSB/HSV263°62.57%73.33%
CMYK38.50%62.57%0.00%
26.67%

Color #7346BB in popluar number systems.

HEX7346BB
Decimal11570187
Binary1110011100011010111011
Octal163106273

Shades and tints

Shades of #7346BB

#7346BB
(115,70,187)
#6940AA
(105,64,170)
#5F3A99
(95,58,153)
#553488
(85,52,136)
#4B2E77
(75,46,119)
#412866
(65,40,102)
#372255
(55,34,85)
#2D1C44
(45,28,68)
#231633
(35,22,51)
#191022
(25,16,34)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #7346BB

#7346BB
(115,70,187)
#7F56C1
(127,86,193)
#8B66C7
(139,102,199)
#9776CD
(151,118,205)
#A386D3
(163,134,211)
#AF96D9
(175,150,217)
#BBA6DF
(187,166,223)
#C7B6E5
(199,182,229)
#D3C6EB
(211,198,235)
#DFD6F1
(223,214,241)
#EBE6F7
(235,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7346BB color. Also use rgb(115,70,187) instead hex code.

Text Font Color

.myTextColor { color: #7346BB; }

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

This text font color is #7346BB.


Background Color

.myBgColor { background-color: #7346BB; }

<div style="background-color:#7346BB">Inner text</div>

This div background color is #7346BB.


Border color

.myBorderColor { border: 1px solid #7346BB; }

<div style="border:3px solid #7346BB">Div</div>

This div border color is #7346BB.


Opacity

.myOpacity80 { color: #7346BB; opacity: 0.8; }

<p style="color:#7346BB;opacity:0.8;">80%</p>

Text with #7346BB 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 #7346BB;}

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

This text has shadow with #7346BB color.

.textShadow {text-shadow: 3px 3px 1px #7346BB, 3px 3px 1px red;}

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

This text has shadow with #7346BB primary color and red secondary color.


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

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

This text has shadow with #7346BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7346BB on black background.


Color preview on white background

This text has color #7346BB on white background.



Black color preview on #7346BB background

This text has black color on #7346BB background.


White color preview on #7346BB background

This text has white color on #7346BB background.