COLOR #483C79

HEX: #483C79
RGB: (72,60,121)

Color info

#483C79 contains mainly red and blue colors. Web safe color of #483C79 is #333366 (or #336).

RGB color model

#483C79 color RGB value is (72,60,121).

  • red value is 72;
  • green value is 60;
  • blue value is 121.
RGB:
(72,60,121)
(28%,24%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 121 of 255 = 47%

72
60
121

R + G + B ~ 33%. #483C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 121 = 253 (100%)
R 72 of 253 ~ 28.46%
G 60 of 253 ~ 23.72%
B 121 of 253 ~ 47.83%

%28.46
%23.72
%47.83

CMYK color model

#483C79 color CMYK value is (40,50,0,53).

  • cyan value is 40.50%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,50,0,53)
C40M50Y0K53 
(40%,50%,0%,53%)
(0.40/0.50/0.00/0.53)	

CMYK percentages

%40.5
%50.41
%0
%52.55

Codes

Color #483C79 in popluar color models

483C79
RGB7260121
HSL252°33.70%35.49%
HSB/HSV252°50.41%47.45%
CMYK40.50%50.41%0.00%
52.55%

Color #483C79 in popluar number systems.

HEX483C79
Decimal7260121
Binary10010001111001111001
Octal11074171

Shades and tints

Shades of #483C79

#483C79
(72,60,121)
#42376E
(66,55,110)
#3C3263
(60,50,99)
#362D58
(54,45,88)
#30284D
(48,40,77)
#2A2342
(42,35,66)
#241E37
(36,30,55)
#1E192C
(30,25,44)
#181421
(24,20,33)
#120F16
(18,15,22)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #483C79

#483C79
(72,60,121)
#584D85
(88,77,133)
#685E91
(104,94,145)
#786F9D
(120,111,157)
#8880A9
(136,128,169)
#9891B5
(152,145,181)
#A8A2C1
(168,162,193)
#B8B3CD
(184,179,205)
#C8C4D9
(200,196,217)
#D8D5E5
(216,213,229)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483C79 color. Also use rgb(72,60,121) instead hex code.

Text Font Color

.myTextColor { color: #483C79; }

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

This text font color is #483C79.


Background Color

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

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

This div background color is #483C79.


Border color

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

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

This div border color is #483C79.


Opacity

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

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

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

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

This text has shadow with #483C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C79 on black background.


Color preview on white background

This text has color #483C79 on white background.



Black color preview on #483C79 background

This text has black color on #483C79 background.


White color preview on #483C79 background

This text has white color on #483C79 background.