COLOR #7273B3

HEX: #7273B3
RGB: (114,115,179)

Color info

#7273B3 contains mainly blue color. Web safe color of #7273B3 is #666699 (or #669).

RGB color model

#7273B3 color RGB value is (114,115,179).

  • red value is 114;
  • green value is 115;
  • blue value is 179.
RGB:
(114,115,179)
(45%,45%,70%)

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 179 of 255 = 70%

114
115
179

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 179 = 408 (100%)
R 114 of 408 ~ 27.94%
G 115 of 408 ~ 28.19%
B 179 of 408 ~ 43.87%

%27.94
%28.19
%43.87

CMYK color model

#7273B3 color CMYK value is (36,36,0,30).

  • cyan value is 36.31%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(36,36,0,30)
C36M36Y0K30 
(36%,36%,0%,30%)
(0.36/0.36/0.00/0.30)	

CMYK percentages

%36.31
%35.75
%0
%29.8

Codes

Color #7273B3 in popluar color models

7273B3
RGB114115179
HSL239°29.95%57.45%
HSB/HSV239°36.31%70.20%
CMYK36.31%35.75%0.00%
29.80%

Color #7273B3 in popluar number systems.

HEX7273B3
Decimal114115179
Binary1110010111001110110011
Octal162163263

Shades and tints

Shades of #7273B3

#7273B3
(114,115,179)
#6869A3
(104,105,163)
#5E5F93
(94,95,147)
#545583
(84,85,131)
#4A4B73
(74,75,115)
#404163
(64,65,99)
#363753
(54,55,83)
#2C2D43
(44,45,67)
#222333
(34,35,51)
#181923
(24,25,35)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #7273B3

#7273B3
(114,115,179)
#7E7FB9
(126,127,185)
#8A8BBF
(138,139,191)
#9697C5
(150,151,197)
#A2A3CB
(162,163,203)
#AEAFD1
(174,175,209)
#BABBD7
(186,187,215)
#C6C7DD
(198,199,221)
#D2D3E3
(210,211,227)
#DEDFE9
(222,223,233)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7273B3 color. Also use rgb(114,115,179) instead hex code.

Text Font Color

.myTextColor { color: #7273B3; }

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

This text font color is #7273B3.


Background Color

.myBgColor { background-color: #7273B3; }

<div style="background-color:#7273B3">Inner text</div>

This div background color is #7273B3.


Border color

.myBorderColor { border: 1px solid #7273B3; }

<div style="border:3px solid #7273B3">Div</div>

This div border color is #7273B3.


Opacity

.myOpacity80 { color: #7273B3; opacity: 0.8; }

<p style="color:#7273B3;opacity:0.8;">80%</p>

Text with #7273B3 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 #7273B3;}

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

This text has shadow with #7273B3 color.

.textShadow {text-shadow: 3px 3px 1px #7273B3, 3px 3px 1px red;}

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

This text has shadow with #7273B3 primary color and red secondary color.


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

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

This text has shadow with #7273B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7273B3 on black background.


Color preview on white background

This text has color #7273B3 on white background.



Black color preview on #7273B3 background

This text has black color on #7273B3 background.


White color preview on #7273B3 background

This text has white color on #7273B3 background.