COLOR #7480EE

HEX: #7480EE
RGB: (116,128,238)

Color info

#7480EE contains mainly blue color. Web safe color of #7480EE is #6666FF (or #66F).

RGB color model

#7480EE color RGB value is (116,128,238).

  • red value is 116;
  • green value is 128;
  • blue value is 238.
RGB:
(116,128,238)
(45%,50%,93%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 238 of 255 = 93%

116
128
238

R + G + B ~ 63%. #7480EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 238 = 482 (100%)
R 116 of 482 ~ 24.07%
G 128 of 482 ~ 26.56%
B 238 of 482 ~ 49.38%

%24.07
%26.56
%49.38

CMYK color model

#7480EE color CMYK value is (51,46,0,7).

  • cyan value is 51.26%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(51,46,0,7)
C51M46Y0K7 
(51%,46%,0%,7%)
(0.51/0.46/0.00/0.07)	

CMYK percentages

%51.26
%46.22
%0
%6.67

Codes

Color #7480EE in popluar color models

7480EE
RGB116128238
HSL234°78.21%69.41%
HSB/HSV234°51.26%93.33%
CMYK51.26%46.22%0.00%
6.67%

Color #7480EE in popluar number systems.

HEX7480EE
Decimal116128238
Binary11101001000000011101110
Octal164200356

Shades and tints

Shades of #7480EE

#7480EE
(116,128,238)
#6A75D9
(106,117,217)
#606AC4
(96,106,196)
#565FAF
(86,95,175)
#4C549A
(76,84,154)
#424985
(66,73,133)
#383E70
(56,62,112)
#2E335B
(46,51,91)
#242846
(36,40,70)
#1A1D31
(26,29,49)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #7480EE

#7480EE
(116,128,238)
#808BEF
(128,139,239)
#8C96F0
(140,150,240)
#98A1F1
(152,161,241)
#A4ACF2
(164,172,242)
#B0B7F3
(176,183,243)
#BCC2F4
(188,194,244)
#C8CDF5
(200,205,245)
#D4D8F6
(212,216,246)
#E0E3F7
(224,227,247)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7480EE color. Also use rgb(116,128,238) instead hex code.

Text Font Color

.myTextColor { color: #7480EE; }

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

This text font color is #7480EE.


Background Color

.myBgColor { background-color: #7480EE; }

<div style="background-color:#7480EE">Inner text</div>

This div background color is #7480EE.


Border color

.myBorderColor { border: 1px solid #7480EE; }

<div style="border:3px solid #7480EE">Div</div>

This div border color is #7480EE.


Opacity

.myOpacity80 { color: #7480EE; opacity: 0.8; }

<p style="color:#7480EE;opacity:0.8;">80%</p>

Text with #7480EE 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 #7480EE;}

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

This text has shadow with #7480EE color.

.textShadow {text-shadow: 3px 3px 1px #7480EE, 3px 3px 1px red;}

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

This text has shadow with #7480EE primary color and red secondary color.


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

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

This text has shadow with #7480EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7480EE on black background.


Color preview on white background

This text has color #7480EE on white background.



Black color preview on #7480EE background

This text has black color on #7480EE background.


White color preview on #7480EE background

This text has white color on #7480EE background.