COLOR #482E96

HEX: #482E96 RGB: (72,46,150)

Color info

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

RGB color model

#482E96 color RGB value is (72,46,150).

RGB: (72,46,150) (28%, 18%, 59%)

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 150 of 255 = 59%

72
46
150

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

Portions of RGB colors in percentages

R + G + B = 72 + 46 + 150 = 268 (100%)
R 72 of 268 ~ 26.87%
G 46 of 268 ~ 17.16%
B 150 of 268 ~ 55.97'%

%26.87
%17.16
%55.97

CMYK color model

#482E96 color CMYK value is (52,69,0,41).

  • cyan value is 52.00%
  • magenta value is 69.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (52,69,0,41)
C52M69Y0K41 (52%, 69%, 0%, 41%)
(0.52 / 0.69 / 0.00 / 0.41)

CMYK percentages

%52
%69.33
%0
%41.18

Codes

Color #482E96 in popluar color models

48 2E 96
RGB 72 46 150
HSL 255° 53.06% 38.43%
HSB/HSV 255° 69.33% 58.82%
CMYK 52.00% 69.33% 0.00%
41.18%

Color #482E96 in popluar number systems.

HEX 48 2E 96
Decimal 72 46 150
Binary 1001000 101110 10010110
Octal 110 56 226

Shades and tints

Shades of #482E96

#482E96
(72,46,150)
#422A89
(66,42,137)
#3C267C
(60,38,124)
#36226F
(54,34,111)
#301E62
(48,30,98)
#2A1A55
(42,26,85)
#241648
(36,22,72)
#1E123B
(30,18,59)
#180E2E
(24,14,46)
#120A21
(18,10,33)
#0C0614
(12,6,20)
#000000
(0,0,0)

Tints of #482E96

#482E96
(72,46,150)
#58419F
(88,65,159)
#6854A8
(104,84,168)
#7867B1
(120,103,177)
#887ABA
(136,122,186)
#988DC3
(152,141,195)
#A8A0CC
(168,160,204)
#B8B3D5
(184,179,213)
#C8C6DE
(200,198,222)
#D8D9E7
(216,217,231)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482E96 color. Also use rgb(72,46,150) instead hex code.

Text Font Color

.myTextColor { color: #482E96; }

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

This text font color is #482E96.

Background Color

.myBgColor { background-color: #482E96; }

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

This div background color is #482E96.

Border color

.myBorderColor { border: 1px solid #482E96; }

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

This div border color is #482E96.

Opacity

.myOpacity80 { color: #482E96; opacity: 0.8; }

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

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

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

This text has shadow with #482E96 color.


.textShadow {text-shadow: 3px 3px 1px #482E96', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #482E96; -webkit-box-shadow: 1px 1px 3px 2px #482E96; box-shadow:1px 1px 3px 2px #482E96;">
Div content here
</div>

This div box has shadow with color #482E96.

Preview

Color preview on black background

This text has color #482E96 on black background.


Color preview on white background

This text has color #482E96 on white background.


Black color preview on #482E96 background

This text has black color on #482E96 background.


White color preview on #482E96 background

This text has white color on #482E96 background.


Related colors

Complementary color

Complementary color for #hex is #B7D169.


I love getcolorcode.com

Triadic colors

1 #96482E and #2E9648 with #482E96 are triadic colors.

2 #962E48 and #2E4896 with #482E96 are triadic colors.