COLOR #4A537C

HEX: #4A537C
RGB: (74,83,124)

Color info

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

RGB color model

#4A537C color RGB value is (74,83,124).

  • red value is 74;
  • green value is 83;
  • blue value is 124.
RGB:
(74,83,124)
(29%,33%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 124 of 255 = 49%

74
83
124

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 124 = 281 (100%)
R 74 of 281 ~ 26.33%
G 83 of 281 ~ 29.54%
B 124 of 281 ~ 44.13%

%26.33
%29.54
%44.13

CMYK color model

#4A537C color CMYK value is (40,33,0,51).

  • cyan value is 40.32%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(40,33,0,51)
C40M33Y0K51 
(40%,33%,0%,51%)
(0.40/0.33/0.00/0.51)	

CMYK percentages

%40.32
%33.06
%0
%51.37

Codes

Color #4A537C in popluar color models

4A537C
RGB7483124
HSL229°25.25%38.82%
HSB/HSV229°40.32%48.63%
CMYK40.32%33.06%0.00%
51.37%

Color #4A537C in popluar number systems.

HEX4A537C
Decimal7483124
Binary100101010100111111100
Octal112123174

Shades and tints

Shades of #4A537C

#4A537C
(74,83,124)
#444C71
(68,76,113)
#3E4566
(62,69,102)
#383E5B
(56,62,91)
#323750
(50,55,80)
#2C3045
(44,48,69)
#26293A
(38,41,58)
#20222F
(32,34,47)
#1A1B24
(26,27,36)
#141419
(20,20,25)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #4A537C

#4A537C
(74,83,124)
#5A6287
(90,98,135)
#6A7192
(106,113,146)
#7A809D
(122,128,157)
#8A8FA8
(138,143,168)
#9A9EB3
(154,158,179)
#AAADBE
(170,173,190)
#BABCC9
(186,188,201)
#CACBD4
(202,203,212)
#DADADF
(218,218,223)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A537C color. Also use rgb(74,83,124) instead hex code.

Text Font Color

.myTextColor { color: #4A537C; }

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

This text font color is #4A537C.


Background Color

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

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

This div background color is #4A537C.


Border color

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

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

This div border color is #4A537C.


Opacity

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

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

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

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

This text has shadow with #4A537C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A537C on black background.


Color preview on white background

This text has color #4A537C on white background.



Black color preview on #4A537C background

This text has black color on #4A537C background.


White color preview on #4A537C background

This text has white color on #4A537C background.