COLOR #4A536D

HEX: #4A536D
RGB: (74,83,109)

Color info

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

RGB color model

#4A536D color RGB value is (74,83,109).

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

RGB channels and saturation

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

74
83
109

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 109 = 266 (100%)
R 74 of 266 ~ 27.82%
G 83 of 266 ~ 31.2%
B 109 of 266 ~ 40.98%

%27.82
%31.2
%40.98

CMYK color model

#4A536D color CMYK value is (32,24,0,57).

  • cyan value is 32.11%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(32,24,0,57)
C32M24Y0K57 
(32%,24%,0%,57%)
(0.32/0.24/0.00/0.57)	

CMYK percentages

%32.11
%23.85
%0
%57.25

Codes

Color #4A536D in popluar color models

4A536D
RGB7483109
HSL225°19.13%35.88%
HSB/HSV225°32.11%42.75%
CMYK32.11%23.85%0.00%
57.25%

Color #4A536D in popluar number systems.

HEX4A536D
Decimal7483109
Binary100101010100111101101
Octal112123155

Shades and tints

Shades of #4A536D

#4A536D
(74,83,109)
#444C64
(68,76,100)
#3E455B
(62,69,91)
#383E52
(56,62,82)
#323749
(50,55,73)
#2C3040
(44,48,64)
#262937
(38,41,55)
#20222E
(32,34,46)
#1A1B25
(26,27,37)
#14141C
(20,20,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #4A536D

#4A536D
(74,83,109)
#5A627A
(90,98,122)
#6A7187
(106,113,135)
#7A8094
(122,128,148)
#8A8FA1
(138,143,161)
#9A9EAE
(154,158,174)
#AAADBB
(170,173,187)
#BABCC8
(186,188,200)
#CACBD5
(202,203,213)
#DADAE2
(218,218,226)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A536D; }

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

This text font color is #4A536D.


Background Color

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

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

This div background color is #4A536D.


Border color

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

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

This div border color is #4A536D.


Opacity

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

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

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

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

This text has shadow with #4A536D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A536D on black background.


Color preview on white background

This text has color #4A536D on white background.



Black color preview on #4A536D background

This text has black color on #4A536D background.


White color preview on #4A536D background

This text has white color on #4A536D background.