COLOR #483177

HEX: #483177
RGB: (72,49,119)

Color info

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

RGB color model

#483177 color RGB value is (72,49,119).

  • red value is 72;
  • green value is 49;
  • blue value is 119.
RGB:
(72,49,119)
(28%,19%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 119 of 255 = 47%

72
49
119

R + G + B ~ 31%. #483177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 49 + 119 = 240 (100%)
R 72 of 240 ~ 30%
G 49 of 240 ~ 20.42%
B 119 of 240 ~ 49.58%

%30
%20.42
%49.58

CMYK color model

#483177 color CMYK value is (39,59,0,53).

  • cyan value is 39.50%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,59,0,53)
C39M59Y0K53 
(39%,59%,0%,53%)
(0.39/0.59/0.00/0.53)	

CMYK percentages

%39.5
%58.82
%0
%53.33

Codes

Color #483177 in popluar color models

483177
RGB7249119
HSL260°41.67%32.94%
HSB/HSV260°58.82%46.67%
CMYK39.50%58.82%0.00%
53.33%

Color #483177 in popluar number systems.

HEX483177
Decimal7249119
Binary10010001100011110111
Octal11061167

Shades and tints

Shades of #483177

#483177
(72,49,119)
#422D6D
(66,45,109)
#3C2963
(60,41,99)
#362559
(54,37,89)
#30214F
(48,33,79)
#2A1D45
(42,29,69)
#24193B
(36,25,59)
#1E1531
(30,21,49)
#181127
(24,17,39)
#120D1D
(18,13,29)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #483177

#483177
(72,49,119)
#584383
(88,67,131)
#68558F
(104,85,143)
#78679B
(120,103,155)
#8879A7
(136,121,167)
#988BB3
(152,139,179)
#A89DBF
(168,157,191)
#B8AFCB
(184,175,203)
#C8C1D7
(200,193,215)
#D8D3E3
(216,211,227)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483177 color. Also use rgb(72,49,119) instead hex code.

Text Font Color

.myTextColor { color: #483177; }

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

This text font color is #483177.


Background Color

.myBgColor { background-color: #483177; }

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

This div background color is #483177.


Border color

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

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

This div border color is #483177.


Opacity

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

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

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

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

This text has shadow with #483177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483177 on black background.


Color preview on white background

This text has color #483177 on white background.



Black color preview on #483177 background

This text has black color on #483177 background.


White color preview on #483177 background

This text has white color on #483177 background.