COLOR #7492D4

HEX: #7492D4
RGB: (116,146,212)

Color info

#7492D4 contains mainly blue color. Web safe color of #7492D4 is #6699CC (or #69C).

RGB color model

#7492D4 color RGB value is (116,146,212).

  • red value is 116;
  • green value is 146;
  • blue value is 212.
RGB:
(116,146,212)
(45%,57%,83%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 212 of 255 = 83%

116
146
212

R + G + B ~ 62%. #7492D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 212 = 474 (100%)
R 116 of 474 ~ 24.47%
G 146 of 474 ~ 30.8%
B 212 of 474 ~ 44.73%

%24.47
%30.8
%44.73

CMYK color model

#7492D4 color CMYK value is (45,31,0,17).

  • cyan value is 45.28%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(45,31,0,17)
C45M31Y0K17 
(45%,31%,0%,17%)
(0.45/0.31/0.00/0.17)	

CMYK percentages

%45.28
%31.13
%0
%16.86

Codes

Color #7492D4 in popluar color models

7492D4
RGB116146212
HSL221°52.75%64.31%
HSB/HSV221°45.28%83.14%
CMYK45.28%31.13%0.00%
16.86%

Color #7492D4 in popluar number systems.

HEX7492D4
Decimal116146212
Binary11101001001001011010100
Octal164222324

Shades and tints

Shades of #7492D4

#7492D4
(116,146,212)
#6A85C1
(106,133,193)
#6078AE
(96,120,174)
#566B9B
(86,107,155)
#4C5E88
(76,94,136)
#425175
(66,81,117)
#384462
(56,68,98)
#2E374F
(46,55,79)
#242A3C
(36,42,60)
#1A1D29
(26,29,41)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #7492D4

#7492D4
(116,146,212)
#809BD7
(128,155,215)
#8CA4DA
(140,164,218)
#98ADDD
(152,173,221)
#A4B6E0
(164,182,224)
#B0BFE3
(176,191,227)
#BCC8E6
(188,200,230)
#C8D1E9
(200,209,233)
#D4DAEC
(212,218,236)
#E0E3EF
(224,227,239)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7492D4 color. Also use rgb(116,146,212) instead hex code.

Text Font Color

.myTextColor { color: #7492D4; }

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

This text font color is #7492D4.


Background Color

.myBgColor { background-color: #7492D4; }

<div style="background-color:#7492D4">Inner text</div>

This div background color is #7492D4.


Border color

.myBorderColor { border: 1px solid #7492D4; }

<div style="border:3px solid #7492D4">Div</div>

This div border color is #7492D4.


Opacity

.myOpacity80 { color: #7492D4; opacity: 0.8; }

<p style="color:#7492D4;opacity:0.8;">80%</p>

Text with #7492D4 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 #7492D4;}

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

This text has shadow with #7492D4 color.

.textShadow {text-shadow: 3px 3px 1px #7492D4, 3px 3px 1px red;}

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

This text has shadow with #7492D4 primary color and red secondary color.


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

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

This text has shadow with #7492D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7492D4 on black background.


Color preview on white background

This text has color #7492D4 on white background.



Black color preview on #7492D4 background

This text has black color on #7492D4 background.


White color preview on #7492D4 background

This text has white color on #7492D4 background.