COLOR #4A436F

HEX: #4A436F
RGB: (74,67,111)

Color info

#4A436F contains red, green and blue colors in about the same proportion. Web safe color of #4A436F is #333366 (or #336).

RGB color model

#4A436F color RGB value is (74,67,111).

  • red value is 74;
  • green value is 67;
  • blue value is 111.
RGB:
(74,67,111)
(29%,26%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 111 of 255 = 44%

74
67
111

R + G + B ~ 33%. #4A436F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 67 + 111 = 252 (100%)
R 74 of 252 ~ 29.37%
G 67 of 252 ~ 26.59%
B 111 of 252 ~ 44.05%

%29.37
%26.59
%44.05

CMYK color model

#4A436F color CMYK value is (33,40,0,56).

  • cyan value is 33.33%
  • magenta value is 39.64%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(33,40,0,56)
C33M40Y0K56 
(33%,40%,0%,56%)
(0.33/0.40/0.00/0.56)	

CMYK percentages

%33.33
%39.64
%0
%56.47

Codes

Color #4A436F in popluar color models

4A436F
RGB7467111
HSL250°24.72%34.90%
HSB/HSV250°39.64%43.53%
CMYK33.33%39.64%0.00%
56.47%

Color #4A436F in popluar number systems.

HEX4A436F
Decimal7467111
Binary100101010000111101111
Octal112103157

Shades and tints

Shades of #4A436F

#4A436F
(74,67,111)
#443D65
(68,61,101)
#3E375B
(62,55,91)
#383151
(56,49,81)
#322B47
(50,43,71)
#2C253D
(44,37,61)
#261F33
(38,31,51)
#201929
(32,25,41)
#1A131F
(26,19,31)
#140D15
(20,13,21)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #4A436F

#4A436F
(74,67,111)
#5A547C
(90,84,124)
#6A6589
(106,101,137)
#7A7696
(122,118,150)
#8A87A3
(138,135,163)
#9A98B0
(154,152,176)
#AAA9BD
(170,169,189)
#BABACA
(186,186,202)
#CACBD7
(202,203,215)
#DADCE4
(218,220,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A436F color. Also use rgb(74,67,111) instead hex code.

Text Font Color

.myTextColor { color: #4A436F; }

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

This text font color is #4A436F.


Background Color

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

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

This div background color is #4A436F.


Border color

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

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

This div border color is #4A436F.


Opacity

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

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

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

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

This text has shadow with #4A436F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A436F on black background.


Color preview on white background

This text has color #4A436F on white background.



Black color preview on #4A436F background

This text has black color on #4A436F background.


White color preview on #4A436F background

This text has white color on #4A436F background.