COLOR #4846A2

HEX: #4846A2
RGB: (72,70,162)

Color info

#4846A2 contains mainly blue color. Web safe color of #4846A2 is #333399 (or #339).

RGB color model

#4846A2 color RGB value is (72,70,162).

  • red value is 72;
  • green value is 70;
  • blue value is 162.
RGB:
(72,70,162)
(28%,27%,64%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 162 of 255 = 64%

72
70
162

R + G + B ~ 40%. #4846A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 162 = 304 (100%)
R 72 of 304 ~ 23.68%
G 70 of 304 ~ 23.03%
B 162 of 304 ~ 53.29%

%23.68
%23.03
%53.29

CMYK color model

#4846A2 color CMYK value is (56,57,0,36).

  • cyan value is 55.56%
  • magenta value is 56.79%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(56,57,0,36)
C56M57Y0K36 
(56%,57%,0%,36%)
(0.56/0.57/0.00/0.36)	

CMYK percentages

%55.56
%56.79
%0
%36.47

Codes

Color #4846A2 in popluar color models

4846A2
RGB7270162
HSL241°39.66%45.49%
HSB/HSV241°56.79%63.53%
CMYK55.56%56.79%0.00%
36.47%

Color #4846A2 in popluar number systems.

HEX4846A2
Decimal7270162
Binary1001000100011010100010
Octal110106242

Shades and tints

Shades of #4846A2

#4846A2
(72,70,162)
#424094
(66,64,148)
#3C3A86
(60,58,134)
#363478
(54,52,120)
#302E6A
(48,46,106)
#2A285C
(42,40,92)
#24224E
(36,34,78)
#1E1C40
(30,28,64)
#181632
(24,22,50)
#121024
(18,16,36)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #4846A2

#4846A2
(72,70,162)
#5856AA
(88,86,170)
#6866B2
(104,102,178)
#7876BA
(120,118,186)
#8886C2
(136,134,194)
#9896CA
(152,150,202)
#A8A6D2
(168,166,210)
#B8B6DA
(184,182,218)
#C8C6E2
(200,198,226)
#D8D6EA
(216,214,234)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4846A2 color. Also use rgb(72,70,162) instead hex code.

Text Font Color

.myTextColor { color: #4846A2; }

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

This text font color is #4846A2.


Background Color

.myBgColor { background-color: #4846A2; }

<div style="background-color:#4846A2">Inner text</div>

This div background color is #4846A2.


Border color

.myBorderColor { border: 1px solid #4846A2; }

<div style="border:3px solid #4846A2">Div</div>

This div border color is #4846A2.


Opacity

.myOpacity80 { color: #4846A2; opacity: 0.8; }

<p style="color:#4846A2;opacity:0.8;">80%</p>

Text with #4846A2 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 #4846A2;}

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

This text has shadow with #4846A2 color.

.textShadow {text-shadow: 3px 3px 1px #4846A2, 3px 3px 1px red;}

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

This text has shadow with #4846A2 primary color and red secondary color.


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

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

This text has shadow with #4846A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4846A2 on black background.


Color preview on white background

This text has color #4846A2 on white background.



Black color preview on #4846A2 background

This text has black color on #4846A2 background.


White color preview on #4846A2 background

This text has white color on #4846A2 background.