COLOR #7496BB

HEX: #7496BB RGB: (116,150,187)

Color info

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

RGB color model

#7496BB color RGB value is (116,150,187).

RGB: (116,150,187) (45%, 59%, 73%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 187 of 255 = 73%

116
150
187

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

Portions of RGB colors in percentages

R + G + B = 116 + 150 + 187 = 453 (100%)
R 116 of 453 ~ 25.61%
G 150 of 453 ~ 33.11%
B 187 of 453 ~ 41.28'%

%25.61
%33.11
%41.28

CMYK color model

#7496BB color CMYK value is (38,20,0,27).

  • cyan value is 37.97%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (38,20,0,27)
C38M20Y0K27 (38%, 20%, 0%, 27%)
(0.38 / 0.20 / 0.00 / 0.27)

CMYK percentages

%37.97
%19.79
%0
%26.67

Codes

Color #7496BB in popluar color models

74 96 BB
RGB 116 150 187
HSL 211° 34.30% 59.41%
HSB/HSV 211° 37.97% 73.33%
CMYK 37.97% 19.79% 0.00%
26.67%

Color #7496BB in popluar number systems.

HEX 74 96 BB
Decimal 116 150 187
Binary 1110100 10010110 10111011
Octal 164 226 273

Shades and tints

Shades of #7496BB

#7496BB
(116,150,187)
#6A89AA
(106,137,170)
#607C99
(96,124,153)
#566F88
(86,111,136)
#4C6277
(76,98,119)
#425566
(66,85,102)
#384855
(56,72,85)
#2E3B44
(46,59,68)
#242E33
(36,46,51)
#1A2122
(26,33,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #7496BB

#7496BB
(116,150,187)
#809FC1
(128,159,193)
#8CA8C7
(140,168,199)
#98B1CD
(152,177,205)
#A4BAD3
(164,186,211)
#B0C3D9
(176,195,217)
#BCCCDF
(188,204,223)
#C8D5E5
(200,213,229)
#D4DEEB
(212,222,235)
#E0E7F1
(224,231,241)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7496BB; }

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

This text font color is #7496BB.

Background Color

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

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

This div background color is #7496BB.

Border color

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

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

This div border color is #7496BB.

Opacity

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

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

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

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

This text has shadow with #7496BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7496BB.

Preview

Color preview on black background

This text has color #7496BB on black background.


Color preview on white background

This text has color #7496BB on white background.


Black color preview on #7496BB background

This text has black color on #7496BB background.


White color preview on #7496BB background

This text has white color on #7496BB background.


Related colors

Complementary color

Complementary color for #hex is #8B6944.


I love getcolorcode.com

Triadic colors

1 #BB7496 and #96BB74 with #7496BB are triadic colors.

2 #BB9674 and #9674BB with #7496BB are triadic colors.