COLOR #4A5583

HEX: #4A5583 RGB: (74,85,131)

Color info

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

RGB color model

#4A5583 color RGB value is (74,85,131).

RGB: (74,85,131) (29%, 33%, 51%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 131 of 255 = 51%

74
85
131

R + G + B ~ 38%. #4A5583 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 131 = 290 (100%)
R 74 of 290 ~ 25.52%
G 85 of 290 ~ 29.31%
B 131 of 290 ~ 45.17'%

%25.52
%29.31
%45.17

CMYK color model

#4A5583 color CMYK value is (44,35,0,49).

  • cyan value is 43.51%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (44,35,0,49)
C44M35Y0K49 (44%, 35%, 0%, 49%)
(0.44 / 0.35 / 0.00 / 0.49)

CMYK percentages

%43.51
%35.11
%0
%48.63

Codes

Color #4A5583 in popluar color models

4A 55 83
RGB 74 85 131
HSL 228° 27.80% 40.20%
HSB/HSV 228° 43.51% 51.37%
CMYK 43.51% 35.11% 0.00%
48.63%

Color #4A5583 in popluar number systems.

HEX 4A 55 83
Decimal 74 85 131
Binary 1001010 1010101 10000011
Octal 112 125 203

Shades and tints

Shades of #4A5583

#4A5583
(74,85,131)
#444E78
(68,78,120)
#3E476D
(62,71,109)
#384062
(56,64,98)
#323957
(50,57,87)
#2C324C
(44,50,76)
#262B41
(38,43,65)
#202436
(32,36,54)
#1A1D2B
(26,29,43)
#141620
(20,22,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #4A5583

#4A5583
(74,85,131)
#5A648E
(90,100,142)
#6A7399
(106,115,153)
#7A82A4
(122,130,164)
#8A91AF
(138,145,175)
#9AA0BA
(154,160,186)
#AAAFC5
(170,175,197)
#BABED0
(186,190,208)
#CACDDB
(202,205,219)
#DADCE6
(218,220,230)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5583 color. Also use rgb(74,85,131) instead hex code.

Text Font Color

.myTextColor { color: #4A5583; }

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

This text font color is #4A5583.

Background Color

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

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

This div background color is #4A5583.

Border color

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

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

This div border color is #4A5583.

Opacity

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

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

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

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

This text has shadow with #4A5583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5583.

Preview

Color preview on black background

This text has color #4A5583 on black background.


Color preview on white background

This text has color #4A5583 on white background.


Black color preview on #4A5583 background

This text has black color on #4A5583 background.


White color preview on #4A5583 background

This text has white color on #4A5583 background.


Related colors

Complementary color

Complementary color for #hex is #B5AA7C.


I love getcolorcode.com

Triadic colors

1 #834A55 and #55834A with #4A5583 are triadic colors.

2 #83554A and #554A83 with #4A5583 are triadic colors.