COLOR #7483AD

HEX: #7483AD RGB: (116,131,173)

Color info

#7483AD contains red, green and blue colors in about the same proportion. Web safe color of #7483AD is #669999 (or #699).

RGB color model

#7483AD color RGB value is (116,131,173).

RGB: (116,131,173) (45%, 51%, 68%)

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 173 of 255 = 68%

116
131
173

R + G + B ~ 55%. #7483AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 131 + 173 = 420 (100%)
R 116 of 420 ~ 27.62%
G 131 of 420 ~ 31.19%
B 173 of 420 ~ 41.19'%

%27.62
%31.19
%41.19

CMYK color model

#7483AD color CMYK value is (33,24,0,32).

  • cyan value is 32.95%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (33,24,0,32)
C33M24Y0K32 (33%, 24%, 0%, 32%)
(0.33 / 0.24 / 0.00 / 0.32)

CMYK percentages

%32.95
%24.28
%0
%32.16

Codes

Color #7483AD in popluar color models

74 83 AD
RGB 116 131 173
HSL 224° 25.79% 56.67%
HSB/HSV 224° 32.95% 67.84%
CMYK 32.95% 24.28% 0.00%
32.16%

Color #7483AD in popluar number systems.

HEX 74 83 AD
Decimal 116 131 173
Binary 1110100 10000011 10101101
Octal 164 203 255

Shades and tints

Shades of #7483AD

#7483AD
(116,131,173)
#6A789E
(106,120,158)
#606D8F
(96,109,143)
#566280
(86,98,128)
#4C5771
(76,87,113)
#424C62
(66,76,98)
#384153
(56,65,83)
#2E3644
(46,54,68)
#242B35
(36,43,53)
#1A2026
(26,32,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #7483AD

#7483AD
(116,131,173)
#808EB4
(128,142,180)
#8C99BB
(140,153,187)
#98A4C2
(152,164,194)
#A4AFC9
(164,175,201)
#B0BAD0
(176,186,208)
#BCC5D7
(188,197,215)
#C8D0DE
(200,208,222)
#D4DBE5
(212,219,229)
#E0E6EC
(224,230,236)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7483AD color. Also use rgb(116,131,173) instead hex code.

Text Font Color

.myTextColor { color: #7483AD; }

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

This text font color is #7483AD.

Background Color

.myBgColor { background-color: #7483AD; }

<div style="background-color:#7483AD">Inner text</div>

This div background color is #7483AD.

Border color

.myBorderColor { border: 1px solid #7483AD; }

<div style="border:3px solid #7483AD">Div</div>

This div border color is #7483AD.

Opacity

.myOpacity80 { color: #7483AD; opacity: 0.8; }

<p style="color:#7483AD;opacity:0.8;">80%</p>

Text with #7483AD 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 #7483AD;}

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

This text has shadow with #7483AD color.


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

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

This text has shadow with #7483AD primary color and red secondary color.


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

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

This text has shadow with #7483AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7483AD.

Preview

Color preview on black background

This text has color #7483AD on black background.


Color preview on white background

This text has color #7483AD on white background.


Black color preview on #7483AD background

This text has black color on #7483AD background.


White color preview on #7483AD background

This text has white color on #7483AD background.


Related colors

Complementary color

Complementary color for #hex is #8B7C52.


I love getcolorcode.com

Triadic colors

1 #AD7483 and #83AD74 with #7483AD are triadic colors.

2 #AD8374 and #8374AD with #7483AD are triadic colors.