COLOR #483BA0

HEX: #483BA0 RGB: (72,59,160)

Color info

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

RGB color model

#483BA0 color RGB value is (72,59,160).

RGB: (72,59,160) (28%, 23%, 63%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 160 of 255 = 63%

72
59
160

R + G + B ~ 38%. #483BA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 160 = 291 (100%)
R 72 of 291 ~ 24.74%
G 59 of 291 ~ 20.27%
B 160 of 291 ~ 54.98'%

%24.74
%20.27
%54.98

CMYK color model

#483BA0 color CMYK value is (55,63,0,37).

  • cyan value is 55.00%
  • magenta value is 63.13%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (55,63,0,37)
C55M63Y0K37 (55%, 63%, 0%, 37%)
(0.55 / 0.63 / 0.00 / 0.37)

CMYK percentages

%55
%63.13
%0
%37.25

Codes

Color #483BA0 in popluar color models

48 3B A0
RGB 72 59 160
HSL 248° 46.12% 42.94%
HSB/HSV 248° 63.13% 62.75%
CMYK 55.00% 63.13% 0.00%
37.25%

Color #483BA0 in popluar number systems.

HEX 48 3B A0
Decimal 72 59 160
Binary 1001000 111011 10100000
Octal 110 73 240

Shades and tints

Shades of #483BA0

#483BA0
(72,59,160)
#423692
(66,54,146)
#3C3184
(60,49,132)
#362C76
(54,44,118)
#302768
(48,39,104)
#2A225A
(42,34,90)
#241D4C
(36,29,76)
#1E183E
(30,24,62)
#181330
(24,19,48)
#120E22
(18,14,34)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #483BA0

#483BA0
(72,59,160)
#584CA8
(88,76,168)
#685DB0
(104,93,176)
#786EB8
(120,110,184)
#887FC0
(136,127,192)
#9890C8
(152,144,200)
#A8A1D0
(168,161,208)
#B8B2D8
(184,178,216)
#C8C3E0
(200,195,224)
#D8D4E8
(216,212,232)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483BA0; }

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

This text font color is #483BA0.

Background Color

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

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

This div background color is #483BA0.

Border color

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

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

This div border color is #483BA0.

Opacity

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

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

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

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

This text has shadow with #483BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483BA0.

Preview

Color preview on black background

This text has color #483BA0 on black background.


Color preview on white background

This text has color #483BA0 on white background.


Black color preview on #483BA0 background

This text has black color on #483BA0 background.


White color preview on #483BA0 background

This text has white color on #483BA0 background.


Related colors

Complementary color

Complementary color for #hex is #B7C45F.


I love getcolorcode.com

Triadic colors

1 #A0483B and #3BA048 with #483BA0 are triadic colors.

2 #A03B48 and #3B48A0 with #483BA0 are triadic colors.