COLOR #4A314F

HEX: #4A314F
RGB: (74,49,79)

Color info

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

RGB color model

#4A314F color RGB value is (74,49,79).

  • red value is 74;
  • green value is 49;
  • blue value is 79.
RGB:
(74,49,79)
(29%,19%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 79 of 255 = 31%

74
49
79

R + G + B ~ 26%. #4A314F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 79 = 202 (100%)
R 74 of 202 ~ 36.63%
G 49 of 202 ~ 24.26%
B 79 of 202 ~ 39.11%

%36.63
%24.26
%39.11

CMYK color model

#4A314F color CMYK value is (6,38,0,69).

  • cyan value is 6.33%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(6,38,0,69)
C6M38Y0K69 
(6%,38%,0%,69%)
(0.06/0.38/0.00/0.69)	

CMYK percentages

%6.33
%37.97
%0
%69.02

Codes

Color #4A314F in popluar color models

4A314F
RGB744979
HSL290°23.44%25.10%
HSB/HSV290°37.97%30.98%
CMYK6.33%37.97%0.00%
69.02%

Color #4A314F in popluar number systems.

HEX4A314F
Decimal744979
Binary10010101100011001111
Octal11261117

Shades and tints

Shades of #4A314F

#4A314F
(74,49,79)
#442D48
(68,45,72)
#3E2941
(62,41,65)
#38253A
(56,37,58)
#322133
(50,33,51)
#2C1D2C
(44,29,44)
#261925
(38,25,37)
#20151E
(32,21,30)
#1A1117
(26,17,23)
#140D10
(20,13,16)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A314F

#4A314F
(74,49,79)
#5A435F
(90,67,95)
#6A556F
(106,85,111)
#7A677F
(122,103,127)
#8A798F
(138,121,143)
#9A8B9F
(154,139,159)
#AA9DAF
(170,157,175)
#BAAFBF
(186,175,191)
#CAC1CF
(202,193,207)
#DAD3DF
(218,211,223)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A314F color. Also use rgb(74,49,79) instead hex code.

Text Font Color

.myTextColor { color: #4A314F; }

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

This text font color is #4A314F.


Background Color

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

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

This div background color is #4A314F.


Border color

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

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

This div border color is #4A314F.


Opacity

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

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

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

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

This text has shadow with #4A314F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A314F on black background.


Color preview on white background

This text has color #4A314F on white background.



Black color preview on #4A314F background

This text has black color on #4A314F background.


White color preview on #4A314F background

This text has white color on #4A314F background.