COLOR #7496E2

HEX: #7496E2 RGB: (116,150,226)

Color info

#7496E2 contains mainly blue color. Web safe color of #7496E2 is #6699CC (or #69C).

RGB color model

#7496E2 color RGB value is (116,150,226).

RGB: (116,150,226) (45%, 59%, 89%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 226 of 255 = 89%

116
150
226

R + G + B ~ 64%. #7496E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 150 + 226 = 492 (100%)
R 116 of 492 ~ 23.58%
G 150 of 492 ~ 30.49%
B 226 of 492 ~ 45.93'%

%23.58
%30.49
%45.93

CMYK color model

#7496E2 color CMYK value is (49,34,0,11).

  • cyan value is 48.67%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (49,34,0,11)
C49M34Y0K11 (49%, 34%, 0%, 11%)
(0.49 / 0.34 / 0.00 / 0.11)

CMYK percentages

%48.67
%33.63
%0
%11.37

Codes

Color #7496E2 in popluar color models

74 96 E2
RGB 116 150 226
HSL 221° 65.48% 67.06%
HSB/HSV 221° 48.67% 88.63%
CMYK 48.67% 33.63% 0.00%
11.37%

Color #7496E2 in popluar number systems.

HEX 74 96 E2
Decimal 116 150 226
Binary 1110100 10010110 11100010
Octal 164 226 342

Shades and tints

Shades of #7496E2

#7496E2
(116,150,226)
#6A89CE
(106,137,206)
#607CBA
(96,124,186)
#566FA6
(86,111,166)
#4C6292
(76,98,146)
#42557E
(66,85,126)
#38486A
(56,72,106)
#2E3B56
(46,59,86)
#242E42
(36,46,66)
#1A212E
(26,33,46)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #7496E2

#7496E2
(116,150,226)
#809FE4
(128,159,228)
#8CA8E6
(140,168,230)
#98B1E8
(152,177,232)
#A4BAEA
(164,186,234)
#B0C3EC
(176,195,236)
#BCCCEE
(188,204,238)
#C8D5F0
(200,213,240)
#D4DEF2
(212,222,242)
#E0E7F4
(224,231,244)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7496E2 color. Also use rgb(116,150,226) instead hex code.

Text Font Color

.myTextColor { color: #7496E2; }

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

This text font color is #7496E2.

Background Color

.myBgColor { background-color: #7496E2; }

<div style="background-color:#7496E2">Inner text</div>

This div background color is #7496E2.

Border color

.myBorderColor { border: 1px solid #7496E2; }

<div style="border:3px solid #7496E2">Div</div>

This div border color is #7496E2.

Opacity

.myOpacity80 { color: #7496E2; opacity: 0.8; }

<p style="color:#7496E2;opacity:0.8;">80%</p>

Text with #7496E2 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 #7496E2;}

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

This text has shadow with #7496E2 color.


.textShadow {text-shadow: 3px 3px 1px #7496E2', 3px 3px 1px red;}

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

This text has shadow with #7496E2 primary color and red secondary color.


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

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

This text has shadow with #7496E2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7496E2; -webkit-box-shadow: 1px 1px 3px 2px #7496E2; box-shadow:1px 1px 3px 2px #7496E2;">
Div content here
</div>

This div box has shadow with color #7496E2.

Preview

Color preview on black background

This text has color #7496E2 on black background.


Color preview on white background

This text has color #7496E2 on white background.


Black color preview on #7496E2 background

This text has black color on #7496E2 background.


White color preview on #7496E2 background

This text has white color on #7496E2 background.


Related colors

Complementary color

Complementary color for #hex is #8B691D.


I love getcolorcode.com

Triadic colors

1 #E27496 and #96E274 with #7496E2 are triadic colors.

2 #E29674 and #9674E2 with #7496E2 are triadic colors.