COLOR #4A416B

HEX: #4A416B
RGB: (74,65,107)

Color info

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

RGB color model

#4A416B color RGB value is (74,65,107).

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

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 107 of 255 = 42%

74
65
107

R + G + B ~ 32%. #4A416B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 107 = 246 (100%)
R 74 of 246 ~ 30.08%
G 65 of 246 ~ 26.42%
B 107 of 246 ~ 43.5%

%30.08
%26.42
%43.5

CMYK color model

#4A416B color CMYK value is (31,39,0,58).

  • cyan value is 30.84%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(31,39,0,58)
C31M39Y0K58 
(31%,39%,0%,58%)
(0.31/0.39/0.00/0.58)	

CMYK percentages

%30.84
%39.25
%0
%58.04

Codes

Color #4A416B in popluar color models

4A416B
RGB7465107
HSL253°24.42%33.73%
HSB/HSV253°39.25%41.96%
CMYK30.84%39.25%0.00%
58.04%

Color #4A416B in popluar number systems.

HEX4A416B
Decimal7465107
Binary100101010000011101011
Octal112101153

Shades and tints

Shades of #4A416B

#4A416B
(74,65,107)
#443C62
(68,60,98)
#3E3759
(62,55,89)
#383250
(56,50,80)
#322D47
(50,45,71)
#2C283E
(44,40,62)
#262335
(38,35,53)
#201E2C
(32,30,44)
#1A1923
(26,25,35)
#14141A
(20,20,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #4A416B

#4A416B
(74,65,107)
#5A5278
(90,82,120)
#6A6385
(106,99,133)
#7A7492
(122,116,146)
#8A859F
(138,133,159)
#9A96AC
(154,150,172)
#AAA7B9
(170,167,185)
#BAB8C6
(186,184,198)
#CAC9D3
(202,201,211)
#DADAE0
(218,218,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A416B; }

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

This text font color is #4A416B.


Background Color

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

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

This div background color is #4A416B.


Border color

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

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

This div border color is #4A416B.


Opacity

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

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

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

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

This text has shadow with #4A416B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A416B on black background.


Color preview on white background

This text has color #4A416B on white background.



Black color preview on #4A416B background

This text has black color on #4A416B background.


White color preview on #4A416B background

This text has white color on #4A416B background.