COLOR #4A537D

HEX: #4A537D
RGB: (74,83,125)

Color info

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

RGB color model

#4A537D color RGB value is (74,83,125).

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

RGB channels and saturation

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

74
83
125

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 125 = 282 (100%)
R 74 of 282 ~ 26.24%
G 83 of 282 ~ 29.43%
B 125 of 282 ~ 44.33%

%26.24
%29.43
%44.33

CMYK color model

#4A537D color CMYK value is (41,34,0,51).

  • cyan value is 40.80%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(41,34,0,51)
C41M34Y0K51 
(41%,34%,0%,51%)
(0.41/0.34/0.00/0.51)	

CMYK percentages

%40.8
%33.6
%0
%50.98

Codes

Color #4A537D in popluar color models

4A537D
RGB7483125
HSL229°25.63%39.02%
HSB/HSV229°40.80%49.02%
CMYK40.80%33.60%0.00%
50.98%

Color #4A537D in popluar number systems.

HEX4A537D
Decimal7483125
Binary100101010100111111101
Octal112123175

Shades and tints

Shades of #4A537D

#4A537D
(74,83,125)
#444C72
(68,76,114)
#3E4567
(62,69,103)
#383E5C
(56,62,92)
#323751
(50,55,81)
#2C3046
(44,48,70)
#26293B
(38,41,59)
#202230
(32,34,48)
#1A1B25
(26,27,37)
#14141A
(20,20,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #4A537D

#4A537D
(74,83,125)
#5A6288
(90,98,136)
#6A7193
(106,113,147)
#7A809E
(122,128,158)
#8A8FA9
(138,143,169)
#9A9EB4
(154,158,180)
#AAADBF
(170,173,191)
#BABCCA
(186,188,202)
#CACBD5
(202,203,213)
#DADAE0
(218,218,224)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A537D; }

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

This text font color is #4A537D.


Background Color

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

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

This div background color is #4A537D.


Border color

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

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

This div border color is #4A537D.


Opacity

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

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

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

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

This text has shadow with #4A537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A537D on black background.


Color preview on white background

This text has color #4A537D on white background.



Black color preview on #4A537D background

This text has black color on #4A537D background.


White color preview on #4A537D background

This text has white color on #4A537D background.