COLOR #7490C1

HEX: #7490C1 RGB: (116,144,193)

Color info

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

RGB color model

#7490C1 color RGB value is (116,144,193).

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

RGB channels and saturation

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

116
144
193

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

Portions of RGB colors in percentages

R + G + B = 116 + 144 + 193 = 453 (100%)
R 116 of 453 ~ 25.61%
G 144 of 453 ~ 31.79%
B 193 of 453 ~ 42.6'%

%25.61
%31.79
%42.6

CMYK color model

#7490C1 color CMYK value is (40,25,0,24).

  • cyan value is 39.90%
  • magenta value is 25.39%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (40,25,0,24) C40M25Y0K24 (40%,25%,0%,24%) (0.40/0.25/0.00/0.24) 

CMYK percentages

%39.9
%25.39
%0
%24.31

Codes

Color #7490C1 in popluar color models

74 90 C1
RGB 116 144 193
HSL 218° 38.31% 60.59%
HSB/HSV 218° 39.90% 75.69%
CMYK 39.90% 25.39% 0.00%
24.31%

Color #7490C1 in popluar number systems.

HEX 74 90 C1
Decimal 116 144 193
Binary 1110100 10010000 11000001
Octal 164 220 301

Shades and tints

Shades of #7490C1

#7490C1
(116,144,193)
#6A83B0
(106,131,176)
#60769F
(96,118,159)
#56698E
(86,105,142)
#4C5C7D
(76,92,125)
#424F6C
(66,79,108)
#38425B
(56,66,91)
#2E354A
(46,53,74)
#242839
(36,40,57)
#1A1B28
(26,27,40)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #7490C1

#7490C1
(116,144,193)
#809AC6
(128,154,198)
#8CA4CB
(140,164,203)
#98AED0
(152,174,208)
#A4B8D5
(164,184,213)
#B0C2DA
(176,194,218)
#BCCCDF
(188,204,223)
#C8D6E4
(200,214,228)
#D4E0E9
(212,224,233)
#E0EAEE
(224,234,238)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7490C1; }

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

This text font color is #7490C1.

Background Color

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

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

This div background color is #7490C1.

Border color

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

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

This div border color is #7490C1.

Opacity

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

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

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

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

This text has shadow with #7490C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7490C1.

Preview

Color preview on black background

This text has color #7490C1 on black background.


Color preview on white background

This text has color #7490C1 on white background.


Black color preview on #7490C1 background

This text has black color on #7490C1 background.


White color preview on #7490C1 background

This text has white color on #7490C1 background.


Related colors

Complementary color

Complementary color for #hex is #8B6F3E.


I love getcolorcode.com

Triadic colors

1 #C17490 and #90C174 with #7490C1 are triadic colors.

2 #C19074 and #9074C1 with #7490C1 are triadic colors.