COLOR #483889

HEX: #483889
RGB: (72,56,137)

Color info

#483889 contains mainly blue color. Web safe color of #483889 is #333399 (or #339).

RGB color model

#483889 color RGB value is (72,56,137).

  • red value is 72;
  • green value is 56;
  • blue value is 137.
RGB:
(72,56,137)
(28%,22%,54%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 137 of 255 = 54%

72
56
137

R + G + B ~ 35%. #483889 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 137 = 265 (100%)
R 72 of 265 ~ 27.17%
G 56 of 265 ~ 21.13%
B 137 of 265 ~ 51.7%

%27.17
%21.13
%51.7

CMYK color model

#483889 color CMYK value is (47,59,0,46).

  • cyan value is 47.45%
  • magenta value is 59.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(47,59,0,46)
C47M59Y0K46 
(47%,59%,0%,46%)
(0.47/0.59/0.00/0.46)	

CMYK percentages

%47.45
%59.12
%0
%46.27

Codes

Color #483889 in popluar color models

483889
RGB7256137
HSL252°41.97%37.84%
HSB/HSV252°59.12%53.73%
CMYK47.45%59.12%0.00%
46.27%

Color #483889 in popluar number systems.

HEX483889
Decimal7256137
Binary100100011100010001001
Octal11070211

Shades and tints

Shades of #483889

#483889
(72,56,137)
#42337D
(66,51,125)
#3C2E71
(60,46,113)
#362965
(54,41,101)
#302459
(48,36,89)
#2A1F4D
(42,31,77)
#241A41
(36,26,65)
#1E1535
(30,21,53)
#181029
(24,16,41)
#120B1D
(18,11,29)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #483889

#483889
(72,56,137)
#584A93
(88,74,147)
#685C9D
(104,92,157)
#786EA7
(120,110,167)
#8880B1
(136,128,177)
#9892BB
(152,146,187)
#A8A4C5
(168,164,197)
#B8B6CF
(184,182,207)
#C8C8D9
(200,200,217)
#D8DAE3
(216,218,227)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483889 color. Also use rgb(72,56,137) instead hex code.

Text Font Color

.myTextColor { color: #483889; }

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

This text font color is #483889.


Background Color

.myBgColor { background-color: #483889; }

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

This div background color is #483889.


Border color

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

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

This div border color is #483889.


Opacity

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

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

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

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

This text has shadow with #483889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483889 on black background.


Color preview on white background

This text has color #483889 on white background.



Black color preview on #483889 background

This text has black color on #483889 background.


White color preview on #483889 background

This text has white color on #483889 background.