COLOR #483B77

HEX: #483B77
RGB: (72,59,119)

Color info

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

RGB color model

#483B77 color RGB value is (72,59,119).

  • red value is 72;
  • green value is 59;
  • blue value is 119.
RGB:
(72,59,119)
(28%,23%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 119 of 255 = 47%

72
59
119

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

Portions of RGB colors in percentages

R + G + B =
72 + 59 + 119 = 250 (100%)
R 72 of 250 ~ 28.8%
G 59 of 250 ~ 23.6%
B 119 of 250 ~ 47.6%

%28.8
%23.6
%47.6

CMYK color model

#483B77 color CMYK value is (39,50,0,53).

  • cyan value is 39.50%
  • magenta value is 50.42%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,50,0,53)
C39M50Y0K53 
(39%,50%,0%,53%)
(0.39/0.50/0.00/0.53)	

CMYK percentages

%39.5
%50.42
%0
%53.33

Codes

Color #483B77 in popluar color models

483B77
RGB7259119
HSL253°33.71%34.90%
HSB/HSV253°50.42%46.67%
CMYK39.50%50.42%0.00%
53.33%

Color #483B77 in popluar number systems.

HEX483B77
Decimal7259119
Binary10010001110111110111
Octal11073167

Shades and tints

Shades of #483B77

#483B77
(72,59,119)
#42366D
(66,54,109)
#3C3163
(60,49,99)
#362C59
(54,44,89)
#30274F
(48,39,79)
#2A2245
(42,34,69)
#241D3B
(36,29,59)
#1E1831
(30,24,49)
#181327
(24,19,39)
#120E1D
(18,14,29)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #483B77

#483B77
(72,59,119)
#584C83
(88,76,131)
#685D8F
(104,93,143)
#786E9B
(120,110,155)
#887FA7
(136,127,167)
#9890B3
(152,144,179)
#A8A1BF
(168,161,191)
#B8B2CB
(184,178,203)
#C8C3D7
(200,195,215)
#D8D4E3
(216,212,227)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B77 color. Also use rgb(72,59,119) instead hex code.

Text Font Color

.myTextColor { color: #483B77; }

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

This text font color is #483B77.


Background Color

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

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

This div background color is #483B77.


Border color

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

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

This div border color is #483B77.


Opacity

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

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

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

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

This text has shadow with #483B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483B77 on black background.


Color preview on white background

This text has color #483B77 on white background.



Black color preview on #483B77 background

This text has black color on #483B77 background.


White color preview on #483B77 background

This text has white color on #483B77 background.