COLOR #4A4965

HEX: #4A4965
RGB: (74,73,101)

Color info

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

RGB color model

#4A4965 color RGB value is (74,73,101).

  • red value is 74;
  • green value is 73;
  • blue value is 101.
RGB:
(74,73,101)
(29%,29%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 101 of 255 = 40%

74
73
101

R + G + B ~ 33%. #4A4965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 73 + 101 = 248 (100%)
R 74 of 248 ~ 29.84%
G 73 of 248 ~ 29.44%
B 101 of 248 ~ 40.73%

%29.84
%29.44
%40.73

CMYK color model

#4A4965 color CMYK value is (27,28,0,60).

  • cyan value is 26.73%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(27,28,0,60)
C27M28Y0K60 
(27%,28%,0%,60%)
(0.27/0.28/0.00/0.60)	

CMYK percentages

%26.73
%27.72
%0
%60.39

Codes

Color #4A4965 in popluar color models

4A4965
RGB7473101
HSL242°16.09%34.12%
HSB/HSV242°27.72%39.61%
CMYK26.73%27.72%0.00%
60.39%

Color #4A4965 in popluar number systems.

HEX4A4965
Decimal7473101
Binary100101010010011100101
Octal112111145

Shades and tints

Shades of #4A4965

#4A4965
(74,73,101)
#44435C
(68,67,92)
#3E3D53
(62,61,83)
#38374A
(56,55,74)
#323141
(50,49,65)
#2C2B38
(44,43,56)
#26252F
(38,37,47)
#201F26
(32,31,38)
#1A191D
(26,25,29)
#141314
(20,19,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #4A4965

#4A4965
(74,73,101)
#5A5973
(90,89,115)
#6A6981
(106,105,129)
#7A798F
(122,121,143)
#8A899D
(138,137,157)
#9A99AB
(154,153,171)
#AAA9B9
(170,169,185)
#BAB9C7
(186,185,199)
#CAC9D5
(202,201,213)
#DAD9E3
(218,217,227)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4965 color. Also use rgb(74,73,101) instead hex code.

Text Font Color

.myTextColor { color: #4A4965; }

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

This text font color is #4A4965.


Background Color

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

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

This div background color is #4A4965.


Border color

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

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

This div border color is #4A4965.


Opacity

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

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

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

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

This text has shadow with #4A4965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4965 on black background.


Color preview on white background

This text has color #4A4965 on white background.



Black color preview on #4A4965 background

This text has black color on #4A4965 background.


White color preview on #4A4965 background

This text has white color on #4A4965 background.