COLOR #4A367C

HEX: #4A367C
RGB: (74,54,124)

Color info

#4A367C contains mainly red and blue colors. Web safe color of #4A367C is #333366 (or #336).

RGB color model

#4A367C color RGB value is (74,54,124).

  • red value is 74;
  • green value is 54;
  • blue value is 124.
RGB:
(74,54,124)
(29%,21%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 124 of 255 = 49%

74
54
124

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

Portions of RGB colors in percentages

R + G + B =
74 + 54 + 124 = 252 (100%)
R 74 of 252 ~ 29.37%
G 54 of 252 ~ 21.43%
B 124 of 252 ~ 49.21%

%29.37
%21.43
%49.21

CMYK color model

#4A367C color CMYK value is (40,56,0,51).

  • cyan value is 40.32%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(40,56,0,51)
C40M56Y0K51 
(40%,56%,0%,51%)
(0.40/0.56/0.00/0.51)	

CMYK percentages

%40.32
%56.45
%0
%51.37

Codes

Color #4A367C in popluar color models

4A367C
RGB7454124
HSL257°39.33%34.90%
HSB/HSV257°56.45%48.63%
CMYK40.32%56.45%0.00%
51.37%

Color #4A367C in popluar number systems.

HEX4A367C
Decimal7454124
Binary10010101101101111100
Octal11266174

Shades and tints

Shades of #4A367C

#4A367C
(74,54,124)
#443271
(68,50,113)
#3E2E66
(62,46,102)
#382A5B
(56,42,91)
#322650
(50,38,80)
#2C2245
(44,34,69)
#261E3A
(38,30,58)
#201A2F
(32,26,47)
#1A1624
(26,22,36)
#141219
(20,18,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #4A367C

#4A367C
(74,54,124)
#5A4887
(90,72,135)
#6A5A92
(106,90,146)
#7A6C9D
(122,108,157)
#8A7EA8
(138,126,168)
#9A90B3
(154,144,179)
#AAA2BE
(170,162,190)
#BAB4C9
(186,180,201)
#CAC6D4
(202,198,212)
#DAD8DF
(218,216,223)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A367C color. Also use rgb(74,54,124) instead hex code.

Text Font Color

.myTextColor { color: #4A367C; }

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

This text font color is #4A367C.


Background Color

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

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

This div background color is #4A367C.


Border color

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

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

This div border color is #4A367C.


Opacity

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

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

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

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

This text has shadow with #4A367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A367C on black background.


Color preview on white background

This text has color #4A367C on white background.



Black color preview on #4A367C background

This text has black color on #4A367C background.


White color preview on #4A367C background

This text has white color on #4A367C background.