COLOR #482272

HEX: #482272
RGB: (72,34,114)

Color info

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

RGB color model

#482272 color RGB value is (72,34,114).

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

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 114 of 255 = 45%

72
34
114

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

Portions of RGB colors in percentages

R + G + B =
72 + 34 + 114 = 220 (100%)
R 72 of 220 ~ 32.73%
G 34 of 220 ~ 15.45%
B 114 of 220 ~ 51.82%

%32.73
%15.45
%51.82

CMYK color model

#482272 color CMYK value is (37,70,0,55).

  • cyan value is 36.84%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (37,70,0,55) C37M70Y0K55 (37%,70%,0%,55%) (0.37/0.70/0.00/0.55)

CMYK percentages

%36.84
%70.18
%0
%55.29

Codes

Color #482272 in popluar color models

482272
RGB7234114
HSL269°54.05%29.02%
HSB/HSV269°70.18%44.71%
CMYK36.84%70.18%0.00%
55.29%

Color #482272 in popluar number systems.

HEX482272
Decimal7234114
Binary10010001000101110010
Octal11042162

Shades and tints

Shades of #482272

#482272
(72,34,114)
#421F68
(66,31,104)
#3C1C5E
(60,28,94)
#361954
(54,25,84)
#30164A
(48,22,74)
#2A1340
(42,19,64)
#241036
(36,16,54)
#1E0D2C
(30,13,44)
#180A22
(24,10,34)
#120718
(18,7,24)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #482272

#482272
(72,34,114)
#58367E
(88,54,126)
#684A8A
(104,74,138)
#785E96
(120,94,150)
#8872A2
(136,114,162)
#9886AE
(152,134,174)
#A89ABA
(168,154,186)
#B8AEC6
(184,174,198)
#C8C2D2
(200,194,210)
#D8D6DE
(216,214,222)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482272; }

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

This text font color is #482272.


Background Color

.myBgColor { background-color: #482272; }

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

This div background color is #482272.


Border color

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

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

This div border color is #482272.


Opacity

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

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

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

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

This text has shadow with #482272 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #482272 on black background.


Color preview on white background

This text has color #482272 on white background.



Black color preview on #482272 background

This text has black color on #482272 background.


White color preview on #482272 background

This text has white color on #482272 background.