COLOR #483A96

HEX: #483A96
RGB: (72,58,150)

Color info

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

RGB color model

#483A96 color RGB value is (72,58,150).

  • red value is 72;
  • green value is 58;
  • blue value is 150.
RGB:
(72,58,150)
(28%,23%,59%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 150 of 255 = 59%

72
58
150

R + G + B ~ 37%. #483A96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 58 + 150 = 280 (100%)
R 72 of 280 ~ 25.71%
G 58 of 280 ~ 20.71%
B 150 of 280 ~ 53.57%

%25.71
%20.71
%53.57

CMYK color model

#483A96 color CMYK value is (52,61,0,41).

  • cyan value is 52.00%
  • magenta value is 61.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(52,61,0,41)
C52M61Y0K41 
(52%,61%,0%,41%)
(0.52/0.61/0.00/0.41)	

CMYK percentages

%52
%61.33
%0
%41.18

Codes

Color #483A96 in popluar color models

483A96
RGB7258150
HSL249°44.23%40.78%
HSB/HSV249°61.33%58.82%
CMYK52.00%61.33%0.00%
41.18%

Color #483A96 in popluar number systems.

HEX483A96
Decimal7258150
Binary100100011101010010110
Octal11072226

Shades and tints

Shades of #483A96

#483A96
(72,58,150)
#423589
(66,53,137)
#3C307C
(60,48,124)
#362B6F
(54,43,111)
#302662
(48,38,98)
#2A2155
(42,33,85)
#241C48
(36,28,72)
#1E173B
(30,23,59)
#18122E
(24,18,46)
#120D21
(18,13,33)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #483A96

#483A96
(72,58,150)
#584B9F
(88,75,159)
#685CA8
(104,92,168)
#786DB1
(120,109,177)
#887EBA
(136,126,186)
#988FC3
(152,143,195)
#A8A0CC
(168,160,204)
#B8B1D5
(184,177,213)
#C8C2DE
(200,194,222)
#D8D3E7
(216,211,231)
#E8E4F0
(232,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483A96 color. Also use rgb(72,58,150) instead hex code.

Text Font Color

.myTextColor { color: #483A96; }

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

This text font color is #483A96.


Background Color

.myBgColor { background-color: #483A96; }

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

This div background color is #483A96.


Border color

.myBorderColor { border: 1px solid #483A96; }

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

This div border color is #483A96.


Opacity

.myOpacity80 { color: #483A96; opacity: 0.8; }

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

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

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

This text has shadow with #483A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483A96 on black background.


Color preview on white background

This text has color #483A96 on white background.



Black color preview on #483A96 background

This text has black color on #483A96 background.


White color preview on #483A96 background

This text has white color on #483A96 background.