COLOR #7499CE

HEX: #7499CE
RGB: (116,153,206)

Color info

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

RGB color model

#7499CE color RGB value is (116,153,206).

  • red value is 116;
  • green value is 153;
  • blue value is 206.
RGB:
(116,153,206)
(45%,60%,81%)

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 206 of 255 = 81%

116
153
206

R + G + B ~ 62%. #7499CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 206 = 475 (100%)
R 116 of 475 ~ 24.42%
G 153 of 475 ~ 32.21%
B 206 of 475 ~ 43.37%

%24.42
%32.21
%43.37

CMYK color model

#7499CE color CMYK value is (44,26,0,19).

  • cyan value is 43.69%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(44,26,0,19)
C44M26Y0K19 
(44%,26%,0%,19%)
(0.44/0.26/0.00/0.19)	

CMYK percentages

%43.69
%25.73
%0
%19.22

Codes

Color #7499CE in popluar color models

7499CE
RGB116153206
HSL215°47.87%63.14%
HSB/HSV215°43.69%80.78%
CMYK43.69%25.73%0.00%
19.22%

Color #7499CE in popluar number systems.

HEX7499CE
Decimal116153206
Binary11101001001100111001110
Octal164231316

Shades and tints

Shades of #7499CE

#7499CE
(116,153,206)
#6A8CBC
(106,140,188)
#607FAA
(96,127,170)
#567298
(86,114,152)
#4C6586
(76,101,134)
#425874
(66,88,116)
#384B62
(56,75,98)
#2E3E50
(46,62,80)
#24313E
(36,49,62)
#1A242C
(26,36,44)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #7499CE

#7499CE
(116,153,206)
#80A2D2
(128,162,210)
#8CABD6
(140,171,214)
#98B4DA
(152,180,218)
#A4BDDE
(164,189,222)
#B0C6E2
(176,198,226)
#BCCFE6
(188,207,230)
#C8D8EA
(200,216,234)
#D4E1EE
(212,225,238)
#E0EAF2
(224,234,242)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7499CE color. Also use rgb(116,153,206) instead hex code.

Text Font Color

.myTextColor { color: #7499CE; }

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

This text font color is #7499CE.


Background Color

.myBgColor { background-color: #7499CE; }

<div style="background-color:#7499CE">Inner text</div>

This div background color is #7499CE.


Border color

.myBorderColor { border: 1px solid #7499CE; }

<div style="border:3px solid #7499CE">Div</div>

This div border color is #7499CE.


Opacity

.myOpacity80 { color: #7499CE; opacity: 0.8; }

<p style="color:#7499CE;opacity:0.8;">80%</p>

Text with #7499CE 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 #7499CE;}

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

This text has shadow with #7499CE color.

.textShadow {text-shadow: 3px 3px 1px #7499CE, 3px 3px 1px red;}

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

This text has shadow with #7499CE primary color and red secondary color.


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

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

This text has shadow with #7499CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7499CE on black background.


Color preview on white background

This text has color #7499CE on white background.



Black color preview on #7499CE background

This text has black color on #7499CE background.


White color preview on #7499CE background

This text has white color on #7499CE background.