COLOR #4A386B

HEX: #4A386B
RGB: (74,56,107)

Color info

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

RGB color model

#4A386B color RGB value is (74,56,107).

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

RGB channels and saturation

R 74 of 255 = 29%
G 56 of 255 = 22%
B 107 of 255 = 42%

74
56
107

R + G + B ~ 31%. #4A386B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 56 + 107 = 237 (100%)
R 74 of 237 ~ 31.22%
G 56 of 237 ~ 23.63%
B 107 of 237 ~ 45.15%

%31.22
%23.63
%45.15

CMYK color model

#4A386B color CMYK value is (31,48,0,58).

  • cyan value is 30.84%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(31,48,0,58)
C31M48Y0K58 
(31%,48%,0%,58%)
(0.31/0.48/0.00/0.58)	

CMYK percentages

%30.84
%47.66
%0
%58.04

Codes

Color #4A386B in popluar color models

4A386B
RGB7456107
HSL261°31.29%31.96%
HSB/HSV261°47.66%41.96%
CMYK30.84%47.66%0.00%
58.04%

Color #4A386B in popluar number systems.

HEX4A386B
Decimal7456107
Binary10010101110001101011
Octal11270153

Shades and tints

Shades of #4A386B

#4A386B
(74,56,107)
#443362
(68,51,98)
#3E2E59
(62,46,89)
#382950
(56,41,80)
#322447
(50,36,71)
#2C1F3E
(44,31,62)
#261A35
(38,26,53)
#20152C
(32,21,44)
#1A1023
(26,16,35)
#140B1A
(20,11,26)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #4A386B

#4A386B
(74,56,107)
#5A4A78
(90,74,120)
#6A5C85
(106,92,133)
#7A6E92
(122,110,146)
#8A809F
(138,128,159)
#9A92AC
(154,146,172)
#AAA4B9
(170,164,185)
#BAB6C6
(186,182,198)
#CAC8D3
(202,200,211)
#DADAE0
(218,218,224)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A386B; }

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

This text font color is #4A386B.


Background Color

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

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

This div background color is #4A386B.


Border color

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

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

This div border color is #4A386B.


Opacity

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

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

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

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

This text has shadow with #4A386B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A386B on black background.


Color preview on white background

This text has color #4A386B on white background.



Black color preview on #4A386B background

This text has black color on #4A386B background.


White color preview on #4A386B background

This text has white color on #4A386B background.