COLOR #482474

HEX: #482474
RGB: (72,36,116)

Color info

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

RGB color model

#482474 color RGB value is (72,36,116).

  • red value is 72;
  • green value is 36;
  • blue value is 116.
RGB:
(72,36,116)
(28%,14%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 116 of 255 = 45%

72
36
116

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

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 116 = 224 (100%)
R 72 of 224 ~ 32.14%
G 36 of 224 ~ 16.07%
B 116 of 224 ~ 51.79%

%32.14
%16.07
%51.79

CMYK color model

#482474 color CMYK value is (38,69,0,55).

  • cyan value is 37.93%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,69,0,55)
C38M69Y0K55 
(38%,69%,0%,55%)
(0.38/0.69/0.00/0.55)	

CMYK percentages

%37.93
%68.97
%0
%54.51

Codes

Color #482474 in popluar color models

482474
RGB7236116
HSL267°52.63%29.80%
HSB/HSV267°68.97%45.49%
CMYK37.93%68.97%0.00%
54.51%

Color #482474 in popluar number systems.

HEX482474
Decimal7236116
Binary10010001001001110100
Octal11044164

Shades and tints

Shades of #482474

#482474
(72,36,116)
#42216A
(66,33,106)
#3C1E60
(60,30,96)
#361B56
(54,27,86)
#30184C
(48,24,76)
#2A1542
(42,21,66)
#241238
(36,18,56)
#1E0F2E
(30,15,46)
#180C24
(24,12,36)
#12091A
(18,9,26)
#0C0610
(12,6,16)
#000000
(0,0,0)

Tints of #482474

#482474
(72,36,116)
#583780
(88,55,128)
#684A8C
(104,74,140)
#785D98
(120,93,152)
#8870A4
(136,112,164)
#9883B0
(152,131,176)
#A896BC
(168,150,188)
#B8A9C8
(184,169,200)
#C8BCD4
(200,188,212)
#D8CFE0
(216,207,224)
#E8E2EC
(232,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482474 color. Also use rgb(72,36,116) instead hex code.

Text Font Color

.myTextColor { color: #482474; }

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

This text font color is #482474.


Background Color

.myBgColor { background-color: #482474; }

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

This div background color is #482474.


Border color

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

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

This div border color is #482474.


Opacity

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

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

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

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

This text has shadow with #482474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482474 on black background.


Color preview on white background

This text has color #482474 on white background.



Black color preview on #482474 background

This text has black color on #482474 background.


White color preview on #482474 background

This text has white color on #482474 background.