COLOR #4A556D

HEX: #4A556D
RGB: (74,85,109)

Color info

#4A556D contains red, green and blue colors in about the same proportion. Web safe color of #4A556D is #336666 (or #366).

RGB color model

#4A556D color RGB value is (74,85,109).

  • red value is 74;
  • green value is 85;
  • blue value is 109.
RGB:
(74,85,109)
(29%,33%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 109 of 255 = 43%

74
85
109

R + G + B ~ 35%. #4A556D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 109 = 268 (100%)
R 74 of 268 ~ 27.61%
G 85 of 268 ~ 31.72%
B 109 of 268 ~ 40.67%

%27.61
%31.72
%40.67

CMYK color model

#4A556D color CMYK value is (32,22,0,57).

  • cyan value is 32.11%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(32,22,0,57)
C32M22Y0K57 
(32%,22%,0%,57%)
(0.32/0.22/0.00/0.57)	

CMYK percentages

%32.11
%22.02
%0
%57.25

Codes

Color #4A556D in popluar color models

4A556D
RGB7485109
HSL221°19.13%35.88%
HSB/HSV221°32.11%42.75%
CMYK32.11%22.02%0.00%
57.25%

Color #4A556D in popluar number systems.

HEX4A556D
Decimal7485109
Binary100101010101011101101
Octal112125155

Shades and tints

Shades of #4A556D

#4A556D
(74,85,109)
#444E64
(68,78,100)
#3E475B
(62,71,91)
#384052
(56,64,82)
#323949
(50,57,73)
#2C3240
(44,50,64)
#262B37
(38,43,55)
#20242E
(32,36,46)
#1A1D25
(26,29,37)
#14161C
(20,22,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #4A556D

#4A556D
(74,85,109)
#5A647A
(90,100,122)
#6A7387
(106,115,135)
#7A8294
(122,130,148)
#8A91A1
(138,145,161)
#9AA0AE
(154,160,174)
#AAAFBB
(170,175,187)
#BABEC8
(186,190,200)
#CACDD5
(202,205,213)
#DADCE2
(218,220,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A556D; }

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

This text font color is #4A556D.


Background Color

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

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

This div background color is #4A556D.


Border color

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

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

This div border color is #4A556D.


Opacity

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

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

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

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

This text has shadow with #4A556D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A556D on black background.


Color preview on white background

This text has color #4A556D on white background.



Black color preview on #4A556D background

This text has black color on #4A556D background.


White color preview on #4A556D background

This text has white color on #4A556D background.