COLOR #4A597A

HEX: #4A597A
RGB: (74,89,122)

Color info

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

RGB color model

#4A597A color RGB value is (74,89,122).

  • red value is 74;
  • green value is 89;
  • blue value is 122.
RGB:
(74,89,122)
(29%,35%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 89 of 255 = 35%
B 122 of 255 = 48%

74
89
122

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

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 122 = 285 (100%)
R 74 of 285 ~ 25.96%
G 89 of 285 ~ 31.23%
B 122 of 285 ~ 42.81%

%25.96
%31.23
%42.81

CMYK color model

#4A597A color CMYK value is (39,27,0,52).

  • cyan value is 39.34%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,27,0,52)
C39M27Y0K52 
(39%,27%,0%,52%)
(0.39/0.27/0.00/0.52)	

CMYK percentages

%39.34
%27.05
%0
%52.16

Codes

Color #4A597A in popluar color models

4A597A
RGB7489122
HSL221°24.49%38.43%
HSB/HSV221°39.34%47.84%
CMYK39.34%27.05%0.00%
52.16%

Color #4A597A in popluar number systems.

HEX4A597A
Decimal7489122
Binary100101010110011111010
Octal112131172

Shades and tints

Shades of #4A597A

#4A597A
(74,89,122)
#44516F
(68,81,111)
#3E4964
(62,73,100)
#384159
(56,65,89)
#32394E
(50,57,78)
#2C3143
(44,49,67)
#262938
(38,41,56)
#20212D
(32,33,45)
#1A1922
(26,25,34)
#141117
(20,17,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A597A

#4A597A
(74,89,122)
#5A6886
(90,104,134)
#6A7792
(106,119,146)
#7A869E
(122,134,158)
#8A95AA
(138,149,170)
#9AA4B6
(154,164,182)
#AAB3C2
(170,179,194)
#BAC2CE
(186,194,206)
#CAD1DA
(202,209,218)
#DAE0E6
(218,224,230)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A597A color. Also use rgb(74,89,122) instead hex code.

Text Font Color

.myTextColor { color: #4A597A; }

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

This text font color is #4A597A.


Background Color

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

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

This div background color is #4A597A.


Border color

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

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

This div border color is #4A597A.


Opacity

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

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

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

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

This text has shadow with #4A597A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A597A on black background.


Color preview on white background

This text has color #4A597A on white background.



Black color preview on #4A597A background

This text has black color on #4A597A background.


White color preview on #4A597A background

This text has white color on #4A597A background.