COLOR #483E98

HEX: #483E98
RGB: (72,62,152)

Color info

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

RGB color model

#483E98 color RGB value is (72,62,152).

  • red value is 72;
  • green value is 62;
  • blue value is 152.
RGB:
(72,62,152)
(28%,24%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 62 of 255 = 24%
B 152 of 255 = 60%

72
62
152

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

Portions of RGB colors in percentages

R + G + B =
72 + 62 + 152 = 286 (100%)
R 72 of 286 ~ 25.17%
G 62 of 286 ~ 21.68%
B 152 of 286 ~ 53.15%

%25.17
%21.68
%53.15

CMYK color model

#483E98 color CMYK value is (53,59,0,40).

  • cyan value is 52.63%
  • magenta value is 59.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(53,59,0,40)
C53M59Y0K40 
(53%,59%,0%,40%)
(0.53/0.59/0.00/0.40)	

CMYK percentages

%52.63
%59.21
%0
%40.39

Codes

Color #483E98 in popluar color models

483E98
RGB7262152
HSL247°42.06%41.96%
HSB/HSV247°59.21%59.61%
CMYK52.63%59.21%0.00%
40.39%

Color #483E98 in popluar number systems.

HEX483E98
Decimal7262152
Binary100100011111010011000
Octal11076230

Shades and tints

Shades of #483E98

#483E98
(72,62,152)
#42398B
(66,57,139)
#3C347E
(60,52,126)
#362F71
(54,47,113)
#302A64
(48,42,100)
#2A2557
(42,37,87)
#24204A
(36,32,74)
#1E1B3D
(30,27,61)
#181630
(24,22,48)
#121123
(18,17,35)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #483E98

#483E98
(72,62,152)
#584FA1
(88,79,161)
#6860AA
(104,96,170)
#7871B3
(120,113,179)
#8882BC
(136,130,188)
#9893C5
(152,147,197)
#A8A4CE
(168,164,206)
#B8B5D7
(184,181,215)
#C8C6E0
(200,198,224)
#D8D7E9
(216,215,233)
#E8E8F2
(232,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483E98 color. Also use rgb(72,62,152) instead hex code.

Text Font Color

.myTextColor { color: #483E98; }

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

This text font color is #483E98.


Background Color

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

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

This div background color is #483E98.


Border color

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

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

This div border color is #483E98.


Opacity

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

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

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

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

This text has shadow with #483E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483E98 on black background.


Color preview on white background

This text has color #483E98 on white background.



Black color preview on #483E98 background

This text has black color on #483E98 background.


White color preview on #483E98 background

This text has white color on #483E98 background.