COLOR #4A384E

HEX: #4A384E
RGB: (74,56,78)

Color info

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

RGB color model

#4A384E color RGB value is (74,56,78).

  • red value is 74;
  • green value is 56;
  • blue value is 78.
RGB:
(74,56,78)
(29%,22%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 56 of 255 = 22%
B 78 of 255 = 31%

74
56
78

R + G + B ~ 27%. #4A384E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 56 + 78 = 208 (100%)
R 74 of 208 ~ 35.58%
G 56 of 208 ~ 26.92%
B 78 of 208 ~ 37.5%

%35.58
%26.92
%37.5

CMYK color model

#4A384E color CMYK value is (5,28,0,69).

  • cyan value is 5.13%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(5,28,0,69)
C5M28Y0K69 
(5%,28%,0%,69%)
(0.05/0.28/0.00/0.69)	

CMYK percentages

%5.13
%28.21
%0
%69.41

Codes

Color #4A384E in popluar color models

4A384E
RGB745678
HSL289°16.42%26.27%
HSB/HSV289°28.21%30.59%
CMYK5.13%28.21%0.00%
69.41%

Color #4A384E in popluar number systems.

HEX4A384E
Decimal745678
Binary10010101110001001110
Octal11270116

Shades and tints

Shades of #4A384E

#4A384E
(74,56,78)
#443347
(68,51,71)
#3E2E40
(62,46,64)
#382939
(56,41,57)
#322432
(50,36,50)
#2C1F2B
(44,31,43)
#261A24
(38,26,36)
#20151D
(32,21,29)
#1A1016
(26,16,22)
#140B0F
(20,11,15)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #4A384E

#4A384E
(74,56,78)
#5A4A5E
(90,74,94)
#6A5C6E
(106,92,110)
#7A6E7E
(122,110,126)
#8A808E
(138,128,142)
#9A929E
(154,146,158)
#AAA4AE
(170,164,174)
#BAB6BE
(186,182,190)
#CAC8CE
(202,200,206)
#DADADE
(218,218,222)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A384E color. Also use rgb(74,56,78) instead hex code.

Text Font Color

.myTextColor { color: #4A384E; }

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

This text font color is #4A384E.


Background Color

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

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

This div background color is #4A384E.


Border color

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

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

This div border color is #4A384E.


Opacity

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

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

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

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

This text has shadow with #4A384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A384E on black background.


Color preview on white background

This text has color #4A384E on white background.



Black color preview on #4A384E background

This text has black color on #4A384E background.


White color preview on #4A384E background

This text has white color on #4A384E background.