COLOR #483A92

HEX: #483A92 RGB: (72,58,146)

Color info

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

RGB color model

#483A92 color RGB value is (72,58,146).

RGB: (72,58,146) (28%, 23%, 57%)

RGB channels and saturation

R 72 of 255 = 28%
G 58 of 255 = 23%
B 146 of 255 = 57%

72
58
146

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

Portions of RGB colors in percentages

R + G + B = 72 + 58 + 146 = 276 (100%)
R 72 of 276 ~ 26.09%
G 58 of 276 ~ 21.01%
B 146 of 276 ~ 52.9'%

%26.09
%21.01
%52.9

CMYK color model

#483A92 color CMYK value is (51,60,0,43).

  • cyan value is 50.68%
  • magenta value is 60.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (51,60,0,43) C51M60Y0K43 (51%,60%,0%,43%) (0.51/0.60/0.00/0.43) 

CMYK percentages

%50.68
%60.27
%0
%42.75

Codes

Color #483A92 in popluar color models

48 3A 92
RGB 72 58 146
HSL 250° 43.14% 40.00%
HSB/HSV 250° 60.27% 57.25%
CMYK 50.68% 60.27% 0.00%
42.75%

Color #483A92 in popluar number systems.

HEX 48 3A 92
Decimal 72 58 146
Binary 1001000 111010 10010010
Octal 110 72 222

Shades and tints

Shades of #483A92

#483A92
(72,58,146)
#423585
(66,53,133)
#3C3078
(60,48,120)
#362B6B
(54,43,107)
#30265E
(48,38,94)
#2A2151
(42,33,81)
#241C44
(36,28,68)
#1E1737
(30,23,55)
#18122A
(24,18,42)
#120D1D
(18,13,29)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #483A92

#483A92
(72,58,146)
#584B9B
(88,75,155)
#685CA4
(104,92,164)
#786DAD
(120,109,173)
#887EB6
(136,126,182)
#988FBF
(152,143,191)
#A8A0C8
(168,160,200)
#B8B1D1
(184,177,209)
#C8C2DA
(200,194,218)
#D8D3E3
(216,211,227)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483A92 color. Also use rgb(72,58,146) instead hex code.

Text Font Color

.myTextColor { color: #483A92; }

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

This text font color is #483A92.

Background Color

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

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

This div background color is #483A92.

Border color

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

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

This div border color is #483A92.

Opacity

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

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

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

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

This text has shadow with #483A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483A92.

Preview

Color preview on black background

This text has color #483A92 on black background.


Color preview on white background

This text has color #483A92 on white background.


Black color preview on #483A92 background

This text has black color on #483A92 background.


White color preview on #483A92 background

This text has white color on #483A92 background.


Related colors

Complementary color

Complementary color for #hex is #B7C56D.


I love getcolorcode.com

Triadic colors

1 #92483A and #3A9248 with #483A92 are triadic colors.

2 #923A48 and #3A4892 with #483A92 are triadic colors.