COLOR #483D8B

HEX: #483D8B
RGB: (72,61,139)

Color info

Color name is DarkSlateBlue. #483D8B contains mainly blue color. Web safe color of #483D8B is #333399 (or #339).

RGB color model

#483D8B color RGB value is (72,61,139).

  • red value is 72;
  • green value is 61;
  • blue value is 139.
RGB:
(72,61,139)
(28%,24%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 139 of 255 = 55%

72
61
139

R + G + B ~ 36%. #483D8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 139 = 272 (100%)
R 72 of 272 ~ 26.47%
G 61 of 272 ~ 22.43%
B 139 of 272 ~ 51.1%

%26.47
%22.43
%51.1

CMYK color model

#483D8B color CMYK value is (48,56,0,45).

  • cyan value is 48.20%
  • magenta value is 56.12%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(48,56,0,45)
C48M56Y0K45 
(48%,56%,0%,45%)
(0.48/0.56/0.00/0.45)	

CMYK percentages

%48.2
%56.12
%0
%45.49

Codes

Color #483D8B in popluar color models

483D8B
RGB7261139
HSL248°39.00%39.22%
HSB/HSV248°56.12%54.51%
CMYK48.20%56.12%0.00%
45.49%

Color #483D8B in popluar number systems.

HEX483D8B
Decimal7261139
Binary100100011110110001011
Octal11075213

Shades and tints

Shades of #483D8B

#483D8B
(72,61,139)
#42387F
(66,56,127)
#3C3373
(60,51,115)
#362E67
(54,46,103)
#30295B
(48,41,91)
#2A244F
(42,36,79)
#241F43
(36,31,67)
#1E1A37
(30,26,55)
#18152B
(24,21,43)
#12101F
(18,16,31)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #483D8B

#483D8B
(72,61,139)
#584E95
(88,78,149)
#685F9F
(104,95,159)
#7870A9
(120,112,169)
#8881B3
(136,129,179)
#9892BD
(152,146,189)
#A8A3C7
(168,163,199)
#B8B4D1
(184,180,209)
#C8C5DB
(200,197,219)
#D8D6E5
(216,214,229)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483D8B color. Also use rgb(72,61,139) instead hex code.

Text Font Color

.myTextColor { color: #483D8B; }

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

This text font color is #483D8B.


Background Color

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

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

This div background color is #483D8B.


Border color

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

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

This div border color is #483D8B.


Opacity

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

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

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

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

This text has shadow with #483D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D8B on black background.


Color preview on white background

This text has color #483D8B on white background.



Black color preview on #483D8B background

This text has black color on #483D8B background.


White color preview on #483D8B background

This text has white color on #483D8B background.