COLOR #4A5082

HEX: #4A5082
RGB: (74,80,130)

Color info

#4A5082 contains red, green and blue colors in about the same proportion. Web safe color of #4A5082 is #336699 (or #369).

RGB color model

#4A5082 color RGB value is (74,80,130).

  • red value is 74;
  • green value is 80;
  • blue value is 130.
RGB:
(74,80,130)
(29%,31%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 130 of 255 = 51%

74
80
130

R + G + B ~ 37%. #4A5082 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 80 + 130 = 284 (100%)
R 74 of 284 ~ 26.06%
G 80 of 284 ~ 28.17%
B 130 of 284 ~ 45.77%

%26.06
%28.17
%45.77

CMYK color model

#4A5082 color CMYK value is (43,38,0,49).

  • cyan value is 43.08%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(43,38,0,49)
C43M38Y0K49 
(43%,38%,0%,49%)
(0.43/0.38/0.00/0.49)	

CMYK percentages

%43.08
%38.46
%0
%49.02

Codes

Color #4A5082 in popluar color models

4A5082
RGB7480130
HSL234°27.45%40.00%
HSB/HSV234°43.08%50.98%
CMYK43.08%38.46%0.00%
49.02%

Color #4A5082 in popluar number systems.

HEX4A5082
Decimal7480130
Binary1001010101000010000010
Octal112120202

Shades and tints

Shades of #4A5082

#4A5082
(74,80,130)
#444977
(68,73,119)
#3E426C
(62,66,108)
#383B61
(56,59,97)
#323456
(50,52,86)
#2C2D4B
(44,45,75)
#262640
(38,38,64)
#201F35
(32,31,53)
#1A182A
(26,24,42)
#14111F
(20,17,31)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #4A5082

#4A5082
(74,80,130)
#5A5F8D
(90,95,141)
#6A6E98
(106,110,152)
#7A7DA3
(122,125,163)
#8A8CAE
(138,140,174)
#9A9BB9
(154,155,185)
#AAAAC4
(170,170,196)
#BAB9CF
(186,185,207)
#CAC8DA
(202,200,218)
#DAD7E5
(218,215,229)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5082 color. Also use rgb(74,80,130) instead hex code.

Text Font Color

.myTextColor { color: #4A5082; }

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

This text font color is #4A5082.


Background Color

.myBgColor { background-color: #4A5082; }

<div style="background-color:#4A5082">Inner text</div>

This div background color is #4A5082.


Border color

.myBorderColor { border: 1px solid #4A5082; }

<div style="border:3px solid #4A5082">Div</div>

This div border color is #4A5082.


Opacity

.myOpacity80 { color: #4A5082; opacity: 0.8; }

<p style="color:#4A5082;opacity:0.8;">80%</p>

Text with #4A5082 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 #4A5082;}

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

This text has shadow with #4A5082 color.

.textShadow {text-shadow: 3px 3px 1px #4A5082, 3px 3px 1px red;}

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

This text has shadow with #4A5082 primary color and red secondary color.


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

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

This text has shadow with #4A5082 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5082 on black background.


Color preview on white background

This text has color #4A5082 on white background.



Black color preview on #4A5082 background

This text has black color on #4A5082 background.


White color preview on #4A5082 background

This text has white color on #4A5082 background.