COLOR #483DA3

HEX: #483DA3 RGB: (72,61,163)

Color info

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

RGB color model

#483DA3 color RGB value is (72,61,163).

RGB: (72,61,163) (28%, 24%, 64%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 163 of 255 = 64%

72
61
163

R + G + B ~ 39%. #483DA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 61 + 163 = 296 (100%)
R 72 of 296 ~ 24.32%
G 61 of 296 ~ 20.61%
B 163 of 296 ~ 55.07'%

%24.32
%20.61
%55.07

CMYK color model

#483DA3 color CMYK value is (56,63,0,36).

  • cyan value is 55.83%
  • magenta value is 62.58%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (56,63,0,36)
C56M63Y0K36 (56%, 63%, 0%, 36%)
(0.56 / 0.63 / 0.00 / 0.36)

CMYK percentages

%55.83
%62.58
%0
%36.08

Codes

Color #483DA3 in popluar color models

48 3D A3
RGB 72 61 163
HSL 246° 45.54% 43.92%
HSB/HSV 246° 62.58% 63.92%
CMYK 55.83% 62.58% 0.00%
36.08%

Color #483DA3 in popluar number systems.

HEX 48 3D A3
Decimal 72 61 163
Binary 1001000 111101 10100011
Octal 110 75 243

Shades and tints

Shades of #483DA3

#483DA3
(72,61,163)
#423895
(66,56,149)
#3C3387
(60,51,135)
#362E79
(54,46,121)
#30296B
(48,41,107)
#2A245D
(42,36,93)
#241F4F
(36,31,79)
#1E1A41
(30,26,65)
#181533
(24,21,51)
#121025
(18,16,37)
#0C0B17
(12,11,23)
#000000
(0,0,0)

Tints of #483DA3

#483DA3
(72,61,163)
#584EAB
(88,78,171)
#685FB3
(104,95,179)
#7870BB
(120,112,187)
#8881C3
(136,129,195)
#9892CB
(152,146,203)
#A8A3D3
(168,163,211)
#B8B4DB
(184,180,219)
#C8C5E3
(200,197,227)
#D8D6EB
(216,214,235)
#E8E7F3
(232,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483DA3; }

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

This text font color is #483DA3.

Background Color

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

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

This div background color is #483DA3.

Border color

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

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

This div border color is #483DA3.

Opacity

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

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

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

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

This text has shadow with #483DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483DA3.

Preview

Color preview on black background

This text has color #483DA3 on black background.


Color preview on white background

This text has color #483DA3 on white background.


Black color preview on #483DA3 background

This text has black color on #483DA3 background.


White color preview on #483DA3 background

This text has white color on #483DA3 background.


Related colors

Complementary color

Complementary color for #hex is #B7C25C.


I love getcolorcode.com

Triadic colors

1 #A3483D and #3DA348 with #483DA3 are triadic colors.

2 #A33D48 and #3D48A3 with #483DA3 are triadic colors.