COLOR #4A2367

HEX: #4A2367 RGB: (74,35,103)

Color info

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

RGB color model

#4A2367 color RGB value is (74,35,103).

RGB: (74,35,103) (29%, 14%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 35 of 255 = 14%
B 103 of 255 = 40%

74
35
103

R + G + B ~ 28%. #4A2367 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 35 + 103 = 212 (100%)
R 74 of 212 ~ 34.91%
G 35 of 212 ~ 16.51%
B 103 of 212 ~ 48.58'%

%34.91
%16.51
%48.58

CMYK color model

#4A2367 color CMYK value is (28,66,0,60).

  • cyan value is 28.16%
  • magenta value is 66.02%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (28,66,0,60)
C28M66Y0K60 (28%, 66%, 0%, 60%)
(0.28 / 0.66 / 0.00 / 0.60)

CMYK percentages

%28.16
%66.02
%0
%59.61

Codes

Color #4A2367 in popluar color models

4A 23 67
RGB 74 35 103
HSL 274° 49.28% 27.06%
HSB/HSV 274° 66.02% 40.39%
CMYK 28.16% 66.02% 0.00%
59.61%

Color #4A2367 in popluar number systems.

HEX 4A 23 67
Decimal 74 35 103
Binary 1001010 100011 1100111
Octal 112 43 147

Shades and tints

Shades of #4A2367

#4A2367
(74,35,103)
#44205E
(68,32,94)
#3E1D55
(62,29,85)
#381A4C
(56,26,76)
#321743
(50,23,67)
#2C143A
(44,20,58)
#261131
(38,17,49)
#200E28
(32,14,40)
#1A0B1F
(26,11,31)
#140816
(20,8,22)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #4A2367

#4A2367
(74,35,103)
#5A3774
(90,55,116)
#6A4B81
(106,75,129)
#7A5F8E
(122,95,142)
#8A739B
(138,115,155)
#9A87A8
(154,135,168)
#AA9BB5
(170,155,181)
#BAAFC2
(186,175,194)
#CAC3CF
(202,195,207)
#DAD7DC
(218,215,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2367 color. Also use rgb(74,35,103) instead hex code.

Text Font Color

.myTextColor { color: #4A2367; }

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

This text font color is #4A2367.

Background Color

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

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

This div background color is #4A2367.

Border color

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

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

This div border color is #4A2367.

Opacity

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

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

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

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

This text has shadow with #4A2367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2367.

Preview

Color preview on black background

This text has color #4A2367 on black background.


Color preview on white background

This text has color #4A2367 on white background.


Black color preview on #4A2367 background

This text has black color on #4A2367 background.


White color preview on #4A2367 background

This text has white color on #4A2367 background.


Related colors

Complementary color

Complementary color for #hex is #B5DC98.


I love getcolorcode.com

Triadic colors

1 #674A23 and #23674A with #4A2367 are triadic colors.

2 #67234A and #234A67 with #4A2367 are triadic colors.