COLOR #7499CC

HEX: #7499CC
RGB: (116,153,204)

Color info

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

RGB color model

#7499CC color RGB value is (116,153,204).

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

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 204 of 255 = 80%

116
153
204

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

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 204 = 473 (100%)
R 116 of 473 ~ 24.52%
G 153 of 473 ~ 32.35%
B 204 of 473 ~ 43.13%

%24.52
%32.35
%43.13

CMYK color model

#7499CC color CMYK value is (43,25,0,20).

  • cyan value is 43.14%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,25,0,20)
C43M25Y0K20 
(43%,25%,0%,20%)
(0.43/0.25/0.00/0.20)	

CMYK percentages

%43.14
%25
%0
%20

Codes

Color #7499CC in popluar color models

7499CC
RGB116153204
HSL215°46.32%62.75%
HSB/HSV215°43.14%80.00%
CMYK43.14%25.00%0.00%
20.00%

Color #7499CC in popluar number systems.

HEX7499CC
Decimal116153204
Binary11101001001100111001100
Octal164231314

Shades and tints

Shades of #7499CC

#7499CC
(116,153,204)
#6A8CBA
(106,140,186)
#607FA8
(96,127,168)
#567296
(86,114,150)
#4C6584
(76,101,132)
#425872
(66,88,114)
#384B60
(56,75,96)
#2E3E4E
(46,62,78)
#24313C
(36,49,60)
#1A242A
(26,36,42)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #7499CC

#7499CC
(116,153,204)
#80A2D0
(128,162,208)
#8CABD4
(140,171,212)
#98B4D8
(152,180,216)
#A4BDDC
(164,189,220)
#B0C6E0
(176,198,224)
#BCCFE4
(188,207,228)
#C8D8E8
(200,216,232)
#D4E1EC
(212,225,236)
#E0EAF0
(224,234,240)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7499CC; }

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

This text font color is #7499CC.


Background Color

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

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

This div background color is #7499CC.


Border color

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

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

This div border color is #7499CC.


Opacity

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

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

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

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

This text has shadow with #7499CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7499CC on black background.


Color preview on white background

This text has color #7499CC on white background.



Black color preview on #7499CC background

This text has black color on #7499CC background.


White color preview on #7499CC background

This text has white color on #7499CC background.