COLOR #4A3761

HEX: #4A3761
RGB: (74,55,97)

Color info

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

RGB color model

#4A3761 color RGB value is (74,55,97).

  • red value is 74;
  • green value is 55;
  • blue value is 97.
RGB:
(74,55,97)
(29%,22%,38%)

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 97 of 255 = 38%

74
55
97

R + G + B ~ 30%. #4A3761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 97 = 226 (100%)
R 74 of 226 ~ 32.74%
G 55 of 226 ~ 24.34%
B 97 of 226 ~ 42.92%

%32.74
%24.34
%42.92

CMYK color model

#4A3761 color CMYK value is (24,43,0,62).

  • cyan value is 23.71%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(24,43,0,62)
C24M43Y0K62 
(24%,43%,0%,62%)
(0.24/0.43/0.00/0.62)	

CMYK percentages

%23.71
%43.3
%0
%61.96

Codes

Color #4A3761 in popluar color models

4A3761
RGB745597
HSL267°27.63%29.80%
HSB/HSV267°43.30%38.04%
CMYK23.71%43.30%0.00%
61.96%

Color #4A3761 in popluar number systems.

HEX4A3761
Decimal745597
Binary10010101101111100001
Octal11267141

Shades and tints

Shades of #4A3761

#4A3761
(74,55,97)
#443259
(68,50,89)
#3E2D51
(62,45,81)
#382849
(56,40,73)
#322341
(50,35,65)
#2C1E39
(44,30,57)
#261931
(38,25,49)
#201429
(32,20,41)
#1A0F21
(26,15,33)
#140A19
(20,10,25)
#0E0511
(14,5,17)
#000000
(0,0,0)

Tints of #4A3761

#4A3761
(74,55,97)
#5A496F
(90,73,111)
#6A5B7D
(106,91,125)
#7A6D8B
(122,109,139)
#8A7F99
(138,127,153)
#9A91A7
(154,145,167)
#AAA3B5
(170,163,181)
#BAB5C3
(186,181,195)
#CAC7D1
(202,199,209)
#DAD9DF
(218,217,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3761 color. Also use rgb(74,55,97) instead hex code.

Text Font Color

.myTextColor { color: #4A3761; }

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

This text font color is #4A3761.


Background Color

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

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

This div background color is #4A3761.


Border color

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

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

This div border color is #4A3761.


Opacity

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

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

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

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

This text has shadow with #4A3761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3761 on black background.


Color preview on white background

This text has color #4A3761 on white background.



Black color preview on #4A3761 background

This text has black color on #4A3761 background.


White color preview on #4A3761 background

This text has white color on #4A3761 background.