COLOR #483B8C

HEX: #483B8C
RGB: (72,59,140)

Color info

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

RGB color model

#483B8C color RGB value is (72,59,140).

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

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 140 of 255 = 55%

72
59
140

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 140 = 271 (100%)
R 72 of 271 ~ 26.57%
G 59 of 271 ~ 21.77%
B 140 of 271 ~ 51.66%

%26.57
%21.77
%51.66

CMYK color model

#483B8C color CMYK value is (49,58,0,45).

  • cyan value is 48.57%
  • magenta value is 57.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,58,0,45)
C49M58Y0K45 
(49%,58%,0%,45%)
(0.49/0.58/0.00/0.45)	

CMYK percentages

%48.57
%57.86
%0
%45.1

Codes

Color #483B8C in popluar color models

483B8C
RGB7259140
HSL250°40.70%39.02%
HSB/HSV250°57.86%54.90%
CMYK48.57%57.86%0.00%
45.10%

Color #483B8C in popluar number systems.

HEX483B8C
Decimal7259140
Binary100100011101110001100
Octal11073214

Shades and tints

Shades of #483B8C

#483B8C
(72,59,140)
#423680
(66,54,128)
#3C3174
(60,49,116)
#362C68
(54,44,104)
#30275C
(48,39,92)
#2A2250
(42,34,80)
#241D44
(36,29,68)
#1E1838
(30,24,56)
#18132C
(24,19,44)
#120E20
(18,14,32)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #483B8C

#483B8C
(72,59,140)
#584C96
(88,76,150)
#685DA0
(104,93,160)
#786EAA
(120,110,170)
#887FB4
(136,127,180)
#9890BE
(152,144,190)
#A8A1C8
(168,161,200)
#B8B2D2
(184,178,210)
#C8C3DC
(200,195,220)
#D8D4E6
(216,212,230)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B8C color. Also use rgb(72,59,140) instead hex code.

Text Font Color

.myTextColor { color: #483B8C; }

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

This text font color is #483B8C.


Background Color

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

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

This div background color is #483B8C.


Border color

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

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

This div border color is #483B8C.


Opacity

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

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

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

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

This text has shadow with #483B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B8C on black background.


Color preview on white background

This text has color #483B8C on white background.



Black color preview on #483B8C background

This text has black color on #483B8C background.


White color preview on #483B8C background

This text has white color on #483B8C background.