COLOR #4A3765

HEX: #4A3765
RGB: (74,55,101)

Color info

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

RGB color model

#4A3765 color RGB value is (74,55,101).

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

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 101 of 255 = 40%

74
55
101

R + G + B ~ 30%. #4A3765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 101 = 230 (100%)
R 74 of 230 ~ 32.17%
G 55 of 230 ~ 23.91%
B 101 of 230 ~ 43.91%

%32.17
%23.91
%43.91

CMYK color model

#4A3765 color CMYK value is (27,46,0,60).

  • cyan value is 26.73%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(27,46,0,60)
C27M46Y0K60 
(27%,46%,0%,60%)
(0.27/0.46/0.00/0.60)	

CMYK percentages

%26.73
%45.54
%0
%60.39

Codes

Color #4A3765 in popluar color models

4A3765
RGB7455101
HSL265°29.49%30.59%
HSB/HSV265°45.54%39.61%
CMYK26.73%45.54%0.00%
60.39%

Color #4A3765 in popluar number systems.

HEX4A3765
Decimal7455101
Binary10010101101111100101
Octal11267145

Shades and tints

Shades of #4A3765

#4A3765
(74,55,101)
#44325C
(68,50,92)
#3E2D53
(62,45,83)
#38284A
(56,40,74)
#322341
(50,35,65)
#2C1E38
(44,30,56)
#26192F
(38,25,47)
#201426
(32,20,38)
#1A0F1D
(26,15,29)
#140A14
(20,10,20)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #4A3765

#4A3765
(74,55,101)
#5A4973
(90,73,115)
#6A5B81
(106,91,129)
#7A6D8F
(122,109,143)
#8A7F9D
(138,127,157)
#9A91AB
(154,145,171)
#AAA3B9
(170,163,185)
#BAB5C7
(186,181,199)
#CAC7D5
(202,199,213)
#DAD9E3
(218,217,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3765; }

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

This text font color is #4A3765.


Background Color

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

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

This div background color is #4A3765.


Border color

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

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

This div border color is #4A3765.


Opacity

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

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

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

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

This text has shadow with #4A3765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3765 on black background.


Color preview on white background

This text has color #4A3765 on white background.



Black color preview on #4A3765 background

This text has black color on #4A3765 background.


White color preview on #4A3765 background

This text has white color on #4A3765 background.