COLOR #4A368A

HEX: #4A368A RGB: (74,54,138)

Color info

#4A368A contains mainly blue color. Web safe color of #4A368A is #333399 (or #339).

RGB color model

#4A368A color RGB value is (74,54,138).

RGB: (74,54,138) (29%, 21%, 54%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 138 of 255 = 54%

74
54
138

R + G + B ~ 35%. #4A368A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 54 + 138 = 266 (100%)
R 74 of 266 ~ 27.82%
G 54 of 266 ~ 20.3%
B 138 of 266 ~ 51.88'%

%27.82
%20.3
%51.88

CMYK color model

#4A368A color CMYK value is (46,61,0,46).

  • cyan value is 46.38%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (46,61,0,46)
C46M61Y0K46 (46%, 61%, 0%, 46%)
(0.46 / 0.61 / 0.00 / 0.46)

CMYK percentages

%46.38
%60.87
%0
%45.88

Codes

Color #4A368A in popluar color models

4A 36 8A
RGB 74 54 138
HSL 254° 43.75% 37.65%
HSB/HSV 254° 60.87% 54.12%
CMYK 46.38% 60.87% 0.00%
45.88%

Color #4A368A in popluar number systems.

HEX 4A 36 8A
Decimal 74 54 138
Binary 1001010 110110 10001010
Octal 112 66 212

Shades and tints

Shades of #4A368A

#4A368A
(74,54,138)
#44327E
(68,50,126)
#3E2E72
(62,46,114)
#382A66
(56,42,102)
#32265A
(50,38,90)
#2C224E
(44,34,78)
#261E42
(38,30,66)
#201A36
(32,26,54)
#1A162A
(26,22,42)
#14121E
(20,18,30)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #4A368A

#4A368A
(74,54,138)
#5A4894
(90,72,148)
#6A5A9E
(106,90,158)
#7A6CA8
(122,108,168)
#8A7EB2
(138,126,178)
#9A90BC
(154,144,188)
#AAA2C6
(170,162,198)
#BAB4D0
(186,180,208)
#CAC6DA
(202,198,218)
#DAD8E4
(218,216,228)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A368A; }

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

This text font color is #4A368A.

Background Color

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

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

This div background color is #4A368A.

Border color

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

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

This div border color is #4A368A.

Opacity

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

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

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

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

This text has shadow with #4A368A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A368A.

Preview

Color preview on black background

This text has color #4A368A on black background.


Color preview on white background

This text has color #4A368A on white background.


Black color preview on #4A368A background

This text has black color on #4A368A background.


White color preview on #4A368A background

This text has white color on #4A368A background.


Related colors

Complementary color

Complementary color for #hex is #B5C975.


I love getcolorcode.com

Triadic colors

1 #8A4A36 and #368A4A with #4A368A are triadic colors.

2 #8A364A and #364A8A with #4A368A are triadic colors.