COLOR #4A256D

HEX: #4A256D
RGB: (74,37,109)

Color info

#4A256D contains mainly red and blue colors. Web safe color of #4A256D is #333366 (or #336).

RGB color model

#4A256D color RGB value is (74,37,109).

  • red value is 74;
  • green value is 37;
  • blue value is 109.
RGB:
(74,37,109)
(29%,15%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 37 of 255 = 15%
B 109 of 255 = 43%

74
37
109

R + G + B ~ 29%. #4A256D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 37 + 109 = 220 (100%)
R 74 of 220 ~ 33.64%
G 37 of 220 ~ 16.82%
B 109 of 220 ~ 49.55%

%33.64
%16.82
%49.55

CMYK color model

#4A256D color CMYK value is (32,66,0,57).

  • cyan value is 32.11%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(32,66,0,57)
C32M66Y0K57 
(32%,66%,0%,57%)
(0.32/0.66/0.00/0.57)	

CMYK percentages

%32.11
%66.06
%0
%57.25

Codes

Color #4A256D in popluar color models

4A256D
RGB7437109
HSL271°49.32%28.63%
HSB/HSV271°66.06%42.75%
CMYK32.11%66.06%0.00%
57.25%

Color #4A256D in popluar number systems.

HEX4A256D
Decimal7437109
Binary10010101001011101101
Octal11245155

Shades and tints

Shades of #4A256D

#4A256D
(74,37,109)
#442264
(68,34,100)
#3E1F5B
(62,31,91)
#381C52
(56,28,82)
#321949
(50,25,73)
#2C1640
(44,22,64)
#261337
(38,19,55)
#20102E
(32,16,46)
#1A0D25
(26,13,37)
#140A1C
(20,10,28)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #4A256D

#4A256D
(74,37,109)
#5A387A
(90,56,122)
#6A4B87
(106,75,135)
#7A5E94
(122,94,148)
#8A71A1
(138,113,161)
#9A84AE
(154,132,174)
#AA97BB
(170,151,187)
#BAAAC8
(186,170,200)
#CABDD5
(202,189,213)
#DAD0E2
(218,208,226)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A256D color. Also use rgb(74,37,109) instead hex code.

Text Font Color

.myTextColor { color: #4A256D; }

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

This text font color is #4A256D.


Background Color

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

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

This div background color is #4A256D.


Border color

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

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

This div border color is #4A256D.


Opacity

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

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

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

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

This text has shadow with #4A256D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A256D on black background.


Color preview on white background

This text has color #4A256D on white background.



Black color preview on #4A256D background

This text has black color on #4A256D background.


White color preview on #4A256D background

This text has white color on #4A256D background.