COLOR #7480D0

HEX: #7480D0 RGB: (116,128,208)

Color info

#7480D0 contains mainly blue color. Web safe color of #7480D0 is #6666CC (or #66C).

RGB color model

#7480D0 color RGB value is (116,128,208).

RGB: (116,128,208) (45%, 50%, 82%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 208 of 255 = 82%

116
128
208

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

Portions of RGB colors in percentages

R + G + B = 116 + 128 + 208 = 452 (100%)
R 116 of 452 ~ 25.66%
G 128 of 452 ~ 28.32%
B 208 of 452 ~ 46.02'%

%25.66
%28.32
%46.02

CMYK color model

#7480D0 color CMYK value is (44,38,0,18).

  • cyan value is 44.23%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (44,38,0,18)
C44M38Y0K18 (44%, 38%, 0%, 18%)
(0.44 / 0.38 / 0.00 / 0.18)

CMYK percentages

%44.23
%38.46
%0
%18.43

Codes

Color #7480D0 in popluar color models

74 80 D0
RGB 116 128 208
HSL 232° 49.46% 63.53%
HSB/HSV 232° 44.23% 81.57%
CMYK 44.23% 38.46% 0.00%
18.43%

Color #7480D0 in popluar number systems.

HEX 74 80 D0
Decimal 116 128 208
Binary 1110100 10000000 11010000
Octal 164 200 320

Shades and tints

Shades of #7480D0

#7480D0
(116,128,208)
#6A75BE
(106,117,190)
#606AAC
(96,106,172)
#565F9A
(86,95,154)
#4C5488
(76,84,136)
#424976
(66,73,118)
#383E64
(56,62,100)
#2E3352
(46,51,82)
#242840
(36,40,64)
#1A1D2E
(26,29,46)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #7480D0

#7480D0
(116,128,208)
#808BD4
(128,139,212)
#8C96D8
(140,150,216)
#98A1DC
(152,161,220)
#A4ACE0
(164,172,224)
#B0B7E4
(176,183,228)
#BCC2E8
(188,194,232)
#C8CDEC
(200,205,236)
#D4D8F0
(212,216,240)
#E0E3F4
(224,227,244)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7480D0; }

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

This text font color is #7480D0.

Background Color

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

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

This div background color is #7480D0.

Border color

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

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

This div border color is #7480D0.

Opacity

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

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

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

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

This text has shadow with #7480D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7480D0.

Preview

Color preview on black background

This text has color #7480D0 on black background.


Color preview on white background

This text has color #7480D0 on white background.


Black color preview on #7480D0 background

This text has black color on #7480D0 background.


White color preview on #7480D0 background

This text has white color on #7480D0 background.


Related colors

Complementary color

Complementary color for #hex is #8B7F2F.


I love getcolorcode.com

Triadic colors

1 #D07480 and #80D074 with #7480D0 are triadic colors.

2 #D08074 and #8074D0 with #7480D0 are triadic colors.