COLOR #482673

HEX: #482673
RGB: (72,38,115)

Color info

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

RGB color model

#482673 color RGB value is (72,38,115).

  • red value is 72;
  • green value is 38;
  • blue value is 115.
RGB:
(72,38,115)
(28%,15%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 115 of 255 = 45%

72
38
115

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

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 115 = 225 (100%)
R 72 of 225 ~ 32%
G 38 of 225 ~ 16.89%
B 115 of 225 ~ 51.11%

%32
%16.89
%51.11

CMYK color model

#482673 color CMYK value is (37,67,0,55).

  • cyan value is 37.39%
  • magenta value is 66.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,67,0,55)
C37M67Y0K55 
(37%,67%,0%,55%)
(0.37/0.67/0.00/0.55)	

CMYK percentages

%37.39
%66.96
%0
%54.9

Codes

Color #482673 in popluar color models

482673
RGB7238115
HSL266°50.33%30.00%
HSB/HSV266°66.96%45.10%
CMYK37.39%66.96%0.00%
54.90%

Color #482673 in popluar number systems.

HEX482673
Decimal7238115
Binary10010001001101110011
Octal11046163

Shades and tints

Shades of #482673

#482673
(72,38,115)
#422369
(66,35,105)
#3C205F
(60,32,95)
#361D55
(54,29,85)
#301A4B
(48,26,75)
#2A1741
(42,23,65)
#241437
(36,20,55)
#1E112D
(30,17,45)
#180E23
(24,14,35)
#120B19
(18,11,25)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #482673

#482673
(72,38,115)
#58397F
(88,57,127)
#684C8B
(104,76,139)
#785F97
(120,95,151)
#8872A3
(136,114,163)
#9885AF
(152,133,175)
#A898BB
(168,152,187)
#B8ABC7
(184,171,199)
#C8BED3
(200,190,211)
#D8D1DF
(216,209,223)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482673 color. Also use rgb(72,38,115) instead hex code.

Text Font Color

.myTextColor { color: #482673; }

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

This text font color is #482673.


Background Color

.myBgColor { background-color: #482673; }

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

This div background color is #482673.


Border color

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

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

This div border color is #482673.


Opacity

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

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

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

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

This text has shadow with #482673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482673 on black background.


Color preview on white background

This text has color #482673 on white background.



Black color preview on #482673 background

This text has black color on #482673 background.


White color preview on #482673 background

This text has white color on #482673 background.