COLOR #483070

HEX: #483070
RGB: (72,48,112)

Color info

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

RGB color model

#483070 color RGB value is (72,48,112).

  • red value is 72;
  • green value is 48;
  • blue value is 112.
RGB:
(72,48,112)
(28%,19%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 112 of 255 = 44%

72
48
112

R + G + B ~ 30%. #483070 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 112 = 232 (100%)
R 72 of 232 ~ 31.03%
G 48 of 232 ~ 20.69%
B 112 of 232 ~ 48.28%

%31.03
%20.69
%48.28

CMYK color model

#483070 color CMYK value is (36,57,0,56).

  • cyan value is 35.71%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(36,57,0,56)
C36M57Y0K56 
(36%,57%,0%,56%)
(0.36/0.57/0.00/0.56)	

CMYK percentages

%35.71
%57.14
%0
%56.08

Codes

Color #483070 in popluar color models

483070
RGB7248112
HSL263°40.00%31.37%
HSB/HSV263°57.14%43.92%
CMYK35.71%57.14%0.00%
56.08%

Color #483070 in popluar number systems.

HEX483070
Decimal7248112
Binary10010001100001110000
Octal11060160

Shades and tints

Shades of #483070

#483070
(72,48,112)
#422C66
(66,44,102)
#3C285C
(60,40,92)
#362452
(54,36,82)
#302048
(48,32,72)
#2A1C3E
(42,28,62)
#241834
(36,24,52)
#1E142A
(30,20,42)
#181020
(24,16,32)
#120C16
(18,12,22)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #483070

#483070
(72,48,112)
#58427D
(88,66,125)
#68548A
(104,84,138)
#786697
(120,102,151)
#8878A4
(136,120,164)
#988AB1
(152,138,177)
#A89CBE
(168,156,190)
#B8AECB
(184,174,203)
#C8C0D8
(200,192,216)
#D8D2E5
(216,210,229)
#E8E4F2
(232,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483070 color. Also use rgb(72,48,112) instead hex code.

Text Font Color

.myTextColor { color: #483070; }

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

This text font color is #483070.


Background Color

.myBgColor { background-color: #483070; }

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

This div background color is #483070.


Border color

.myBorderColor { border: 1px solid #483070; }

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

This div border color is #483070.


Opacity

.myOpacity80 { color: #483070; opacity: 0.8; }

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

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

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

This text has shadow with #483070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483070 on black background.


Color preview on white background

This text has color #483070 on white background.



Black color preview on #483070 background

This text has black color on #483070 background.


White color preview on #483070 background

This text has white color on #483070 background.