COLOR #7484B7

HEX: #7484B7
RGB: (116,132,183)

Color info

#7484B7 contains mainly green and blue colors. Web safe color of #7484B7 is #6699CC (or #69C).

RGB color model

#7484B7 color RGB value is (116,132,183).

  • red value is 116;
  • green value is 132;
  • blue value is 183.
RGB:
(116,132,183)
(45%,52%,72%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 183 of 255 = 72%

116
132
183

R + G + B ~ 56%. #7484B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 183 = 431 (100%)
R 116 of 431 ~ 26.91%
G 132 of 431 ~ 30.63%
B 183 of 431 ~ 42.46%

%26.91
%30.63
%42.46

CMYK color model

#7484B7 color CMYK value is (37,28,0,28).

  • cyan value is 36.61%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(37,28,0,28)
C37M28Y0K28 
(37%,28%,0%,28%)
(0.37/0.28/0.00/0.28)	

CMYK percentages

%36.61
%27.87
%0
%28.24

Codes

Color #7484B7 in popluar color models

7484B7
RGB116132183
HSL226°31.75%58.63%
HSB/HSV226°36.61%71.76%
CMYK36.61%27.87%0.00%
28.24%

Color #7484B7 in popluar number systems.

HEX7484B7
Decimal116132183
Binary11101001000010010110111
Octal164204267

Shades and tints

Shades of #7484B7

#7484B7
(116,132,183)
#6A78A7
(106,120,167)
#606C97
(96,108,151)
#566087
(86,96,135)
#4C5477
(76,84,119)
#424867
(66,72,103)
#383C57
(56,60,87)
#2E3047
(46,48,71)
#242437
(36,36,55)
#1A1827
(26,24,39)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #7484B7

#7484B7
(116,132,183)
#808FBD
(128,143,189)
#8C9AC3
(140,154,195)
#98A5C9
(152,165,201)
#A4B0CF
(164,176,207)
#B0BBD5
(176,187,213)
#BCC6DB
(188,198,219)
#C8D1E1
(200,209,225)
#D4DCE7
(212,220,231)
#E0E7ED
(224,231,237)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7484B7 color. Also use rgb(116,132,183) instead hex code.

Text Font Color

.myTextColor { color: #7484B7; }

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

This text font color is #7484B7.


Background Color

.myBgColor { background-color: #7484B7; }

<div style="background-color:#7484B7">Inner text</div>

This div background color is #7484B7.


Border color

.myBorderColor { border: 1px solid #7484B7; }

<div style="border:3px solid #7484B7">Div</div>

This div border color is #7484B7.


Opacity

.myOpacity80 { color: #7484B7; opacity: 0.8; }

<p style="color:#7484B7;opacity:0.8;">80%</p>

Text with #7484B7 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 #7484B7;}

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

This text has shadow with #7484B7 color.

.textShadow {text-shadow: 3px 3px 1px #7484B7, 3px 3px 1px red;}

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

This text has shadow with #7484B7 primary color and red secondary color.


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

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

This text has shadow with #7484B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7484B7 on black background.


Color preview on white background

This text has color #7484B7 on white background.



Black color preview on #7484B7 background

This text has black color on #7484B7 background.


White color preview on #7484B7 background

This text has white color on #7484B7 background.