COLOR #483773

HEX: #483773
RGB: (72,55,115)

Color info

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

RGB color model

#483773 color RGB value is (72,55,115).

  • red value is 72;
  • green value is 55;
  • blue value is 115.
RGB:
(72,55,115)
(28%,22%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 55 of 255 = 22%
B 115 of 255 = 45%

72
55
115

R + G + B ~ 32%. #483773 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 55 + 115 = 242 (100%)
R 72 of 242 ~ 29.75%
G 55 of 242 ~ 22.73%
B 115 of 242 ~ 47.52%

%29.75
%22.73
%47.52

CMYK color model

#483773 color CMYK value is (37,52,0,55).

  • cyan value is 37.39%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,52,0,55)
C37M52Y0K55 
(37%,52%,0%,55%)
(0.37/0.52/0.00/0.55)	

CMYK percentages

%37.39
%52.17
%0
%54.9

Codes

Color #483773 in popluar color models

483773
RGB7255115
HSL257°35.29%33.33%
HSB/HSV257°52.17%45.10%
CMYK37.39%52.17%0.00%
54.90%

Color #483773 in popluar number systems.

HEX483773
Decimal7255115
Binary10010001101111110011
Octal11067163

Shades and tints

Shades of #483773

#483773
(72,55,115)
#423269
(66,50,105)
#3C2D5F
(60,45,95)
#362855
(54,40,85)
#30234B
(48,35,75)
#2A1E41
(42,30,65)
#241937
(36,25,55)
#1E142D
(30,20,45)
#180F23
(24,15,35)
#120A19
(18,10,25)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #483773

#483773
(72,55,115)
#58497F
(88,73,127)
#685B8B
(104,91,139)
#786D97
(120,109,151)
#887FA3
(136,127,163)
#9891AF
(152,145,175)
#A8A3BB
(168,163,187)
#B8B5C7
(184,181,199)
#C8C7D3
(200,199,211)
#D8D9DF
(216,217,223)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483773 color. Also use rgb(72,55,115) instead hex code.

Text Font Color

.myTextColor { color: #483773; }

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

This text font color is #483773.


Background Color

.myBgColor { background-color: #483773; }

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

This div background color is #483773.


Border color

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

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

This div border color is #483773.


Opacity

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

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

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

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

This text has shadow with #483773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483773 on black background.


Color preview on white background

This text has color #483773 on white background.



Black color preview on #483773 background

This text has black color on #483773 background.


White color preview on #483773 background

This text has white color on #483773 background.