COLOR #4A2562

HEX: #4A2562
RGB: (74,37,98)

Color info

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

RGB color model

#4A2562 color RGB value is (74,37,98).

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

RGB channels and saturation

R 74 of 255 = 29%
G 37 of 255 = 15%
B 98 of 255 = 38%

74
37
98

R + G + B ~ 27%. #4A2562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 37 + 98 = 209 (100%)
R 74 of 209 ~ 35.41%
G 37 of 209 ~ 17.7%
B 98 of 209 ~ 46.89%

%35.41
%17.7
%46.89

CMYK color model

#4A2562 color CMYK value is (24,62,0,62).

  • cyan value is 24.49%
  • magenta value is 62.24%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(24,62,0,62)
C24M62Y0K62 
(24%,62%,0%,62%)
(0.24/0.62/0.00/0.62)	

CMYK percentages

%24.49
%62.24
%0
%61.57

Codes

Color #4A2562 in popluar color models

4A2562
RGB743798
HSL276°45.19%26.47%
HSB/HSV276°62.24%38.43%
CMYK24.49%62.24%0.00%
61.57%

Color #4A2562 in popluar number systems.

HEX4A2562
Decimal743798
Binary10010101001011100010
Octal11245142

Shades and tints

Shades of #4A2562

#4A2562
(74,37,98)
#44225A
(68,34,90)
#3E1F52
(62,31,82)
#381C4A
(56,28,74)
#321942
(50,25,66)
#2C163A
(44,22,58)
#261332
(38,19,50)
#20102A
(32,16,42)
#1A0D22
(26,13,34)
#140A1A
(20,10,26)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #4A2562

#4A2562
(74,37,98)
#5A3870
(90,56,112)
#6A4B7E
(106,75,126)
#7A5E8C
(122,94,140)
#8A719A
(138,113,154)
#9A84A8
(154,132,168)
#AA97B6
(170,151,182)
#BAAAC4
(186,170,196)
#CABDD2
(202,189,210)
#DAD0E0
(218,208,224)
#EAE3EE
(234,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2562; }

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

This text font color is #4A2562.


Background Color

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

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

This div background color is #4A2562.


Border color

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

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

This div border color is #4A2562.


Opacity

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

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

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

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

This text has shadow with #4A2562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2562 on black background.


Color preview on white background

This text has color #4A2562 on white background.



Black color preview on #4A2562 background

This text has black color on #4A2562 background.


White color preview on #4A2562 background

This text has white color on #4A2562 background.