COLOR #482270

HEX: #482270
RGB: (72,34,112)

Color info

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

RGB color model

#482270 color RGB value is (72,34,112).

  • red value is 72;
  • green value is 34;
  • blue value is 112.
RGB:
(72,34,112)
(28%,13%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 112 of 255 = 44%

72
34
112

R + G + B ~ 28%. #482270 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 34 + 112 = 218 (100%)
R 72 of 218 ~ 33.03%
G 34 of 218 ~ 15.6%
B 112 of 218 ~ 51.38%

%33.03
%15.6
%51.38

CMYK color model

#482270 color CMYK value is (36,70,0,56).

  • cyan value is 35.71%
  • magenta value is 69.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(36,70,0,56)
C36M70Y0K56 
(36%,70%,0%,56%)
(0.36/0.70/0.00/0.56)	

CMYK percentages

%35.71
%69.64
%0
%56.08

Codes

Color #482270 in popluar color models

482270
RGB7234112
HSL269°53.42%28.63%
HSB/HSV269°69.64%43.92%
CMYK35.71%69.64%0.00%
56.08%

Color #482270 in popluar number systems.

HEX482270
Decimal7234112
Binary10010001000101110000
Octal11042160

Shades and tints

Shades of #482270

#482270
(72,34,112)
#421F66
(66,31,102)
#3C1C5C
(60,28,92)
#361952
(54,25,82)
#301648
(48,22,72)
#2A133E
(42,19,62)
#241034
(36,16,52)
#1E0D2A
(30,13,42)
#180A20
(24,10,32)
#120716
(18,7,22)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #482270

#482270
(72,34,112)
#58367D
(88,54,125)
#684A8A
(104,74,138)
#785E97
(120,94,151)
#8872A4
(136,114,164)
#9886B1
(152,134,177)
#A89ABE
(168,154,190)
#B8AECB
(184,174,203)
#C8C2D8
(200,194,216)
#D8D6E5
(216,214,229)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482270 color. Also use rgb(72,34,112) instead hex code.

Text Font Color

.myTextColor { color: #482270; }

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

This text font color is #482270.


Background Color

.myBgColor { background-color: #482270; }

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

This div background color is #482270.


Border color

.myBorderColor { border: 1px solid #482270; }

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

This div border color is #482270.


Opacity

.myOpacity80 { color: #482270; opacity: 0.8; }

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

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

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

This text has shadow with #482270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482270 on black background.


Color preview on white background

This text has color #482270 on white background.



Black color preview on #482270 background

This text has black color on #482270 background.


White color preview on #482270 background

This text has white color on #482270 background.