COLOR #7490C3

HEX: #7490C3 RGB: (116,144,195)

Color info

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

RGB color model

#7490C3 color RGB value is (116,144,195).

RGB: (116,144,195) (45%, 56%, 76%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 195 of 255 = 76%

116
144
195

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

Portions of RGB colors in percentages

R + G + B = 116 + 144 + 195 = 455 (100%)
R 116 of 455 ~ 25.49%
G 144 of 455 ~ 31.65%
B 195 of 455 ~ 42.86'%

%25.49
%31.65
%42.86

CMYK color model

#7490C3 color CMYK value is (41,26,0,24).

  • cyan value is 40.51%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (41,26,0,24)
C41M26Y0K24 (41%, 26%, 0%, 24%)
(0.41 / 0.26 / 0.00 / 0.24)

CMYK percentages

%40.51
%26.15
%0
%23.53

Codes

Color #7490C3 in popluar color models

74 90 C3
RGB 116 144 195
HSL 219° 39.70% 60.98%
HSB/HSV 219° 40.51% 76.47%
CMYK 40.51% 26.15% 0.00%
23.53%

Color #7490C3 in popluar number systems.

HEX 74 90 C3
Decimal 116 144 195
Binary 1110100 10010000 11000011
Octal 164 220 303

Shades and tints

Shades of #7490C3

#7490C3
(116,144,195)
#6A83B2
(106,131,178)
#6076A1
(96,118,161)
#566990
(86,105,144)
#4C5C7F
(76,92,127)
#424F6E
(66,79,110)
#38425D
(56,66,93)
#2E354C
(46,53,76)
#24283B
(36,40,59)
#1A1B2A
(26,27,42)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #7490C3

#7490C3
(116,144,195)
#809AC8
(128,154,200)
#8CA4CD
(140,164,205)
#98AED2
(152,174,210)
#A4B8D7
(164,184,215)
#B0C2DC
(176,194,220)
#BCCCE1
(188,204,225)
#C8D6E6
(200,214,230)
#D4E0EB
(212,224,235)
#E0EAF0
(224,234,240)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7490C3 color. Also use rgb(116,144,195) instead hex code.

Text Font Color

.myTextColor { color: #7490C3; }

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

This text font color is #7490C3.

Background Color

.myBgColor { background-color: #7490C3; }

<div style="background-color:#7490C3">Inner text</div>

This div background color is #7490C3.

Border color

.myBorderColor { border: 1px solid #7490C3; }

<div style="border:3px solid #7490C3">Div</div>

This div border color is #7490C3.

Opacity

.myOpacity80 { color: #7490C3; opacity: 0.8; }

<p style="color:#7490C3;opacity:0.8;">80%</p>

Text with #7490C3 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 #7490C3;}

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

This text has shadow with #7490C3 color.


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

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

This text has shadow with #7490C3 primary color and red secondary color.


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

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

This text has shadow with #7490C3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7490C3.

Preview

Color preview on black background

This text has color #7490C3 on black background.


Color preview on white background

This text has color #7490C3 on white background.


Black color preview on #7490C3 background

This text has black color on #7490C3 background.


White color preview on #7490C3 background

This text has white color on #7490C3 background.


Related colors

Complementary color

Complementary color for #hex is #8B6F3C.


I love getcolorcode.com

Triadic colors

1 #C37490 and #90C374 with #7490C3 are triadic colors.

2 #C39074 and #9074C3 with #7490C3 are triadic colors.