COLOR #4682A5

HEX: #4682A5 RGB: (70,130,165)

Color info

#4682A5 contains mainly green and blue colors. Web safe color of #4682A5 is #339999 (or #399).

RGB color model

#4682A5 color RGB value is (70,130,165).

RGB: (70,130,165) (27%, 51%, 65%)

RGB channels and saturation

R 70 of 255 = 27%
G 130 of 255 = 51%
B 165 of 255 = 65%

70
130
165

R + G + B ~ 48%. #4682A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 130 + 165 = 365 (100%)
R 70 of 365 ~ 19.18%
G 130 of 365 ~ 35.62%
B 165 of 365 ~ 45.21'%

%19.18
%35.62
%45.21

CMYK color model

#4682A5 color CMYK value is (58,21,0,35).

  • cyan value is 57.58%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (58,21,0,35)
C58M21Y0K35 (58%, 21%, 0%, 35%)
(0.58 / 0.21 / 0.00 / 0.35)

CMYK percentages

%57.58
%21.21
%0
%35.29

Codes

Color #4682A5 in popluar color models

46 82 A5
RGB 70 130 165
HSL 202° 40.43% 46.08%
HSB/HSV 202° 57.58% 64.71%
CMYK 57.58% 21.21% 0.00%
35.29%

Color #4682A5 in popluar number systems.

HEX 46 82 A5
Decimal 70 130 165
Binary 1000110 10000010 10100101
Octal 106 202 245

Shades and tints

Shades of #4682A5

#4682A5
(70,130,165)
#407796
(64,119,150)
#3A6C87
(58,108,135)
#346178
(52,97,120)
#2E5669
(46,86,105)
#284B5A
(40,75,90)
#22404B
(34,64,75)
#1C353C
(28,53,60)
#162A2D
(22,42,45)
#101F1E
(16,31,30)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #4682A5

#4682A5
(70,130,165)
#568DAD
(86,141,173)
#6698B5
(102,152,181)
#76A3BD
(118,163,189)
#86AEC5
(134,174,197)
#96B9CD
(150,185,205)
#A6C4D5
(166,196,213)
#B6CFDD
(182,207,221)
#C6DAE5
(198,218,229)
#D6E5ED
(214,229,237)
#E6F0F5
(230,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4682A5 color. Also use rgb(70,130,165) instead hex code.

Text Font Color

.myTextColor { color: #4682A5; }

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

This text font color is #4682A5.

Background Color

.myBgColor { background-color: #4682A5; }

<div style="background-color:#4682A5">Inner text</div>

This div background color is #4682A5.

Border color

.myBorderColor { border: 1px solid #4682A5; }

<div style="border:3px solid #4682A5">Div</div>

This div border color is #4682A5.

Opacity

.myOpacity80 { color: #4682A5; opacity: 0.8; }

<p style="color:#4682A5;opacity:0.8;">80%</p>

Text with #4682A5 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 #4682A5;}

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

This text has shadow with #4682A5 color.


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

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

This text has shadow with #4682A5 primary color and red secondary color.


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

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

This text has shadow with #4682A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4682A5.

Preview

Color preview on black background

This text has color #4682A5 on black background.


Color preview on white background

This text has color #4682A5 on white background.


Black color preview on #4682A5 background

This text has black color on #4682A5 background.


White color preview on #4682A5 background

This text has white color on #4682A5 background.


Related colors

Complementary color

Complementary color for #hex is #B97D5A.


I love getcolorcode.com

Triadic colors

1 #A54682 and #82A546 with #4682A5 are triadic colors.

2 #A58246 and #8246A5 with #4682A5 are triadic colors.