COLOR #482677

HEX: #482677
RGB: (72,38,119)

Color info

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

RGB color model

#482677 color RGB value is (72,38,119).

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

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 119 of 255 = 47%

72
38
119

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

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 119 = 229 (100%)
R 72 of 229 ~ 31.44%
G 38 of 229 ~ 16.59%
B 119 of 229 ~ 51.97%

%31.44
%16.59
%51.97

CMYK color model

#482677 color CMYK value is (39,68,0,53).

  • cyan value is 39.50%
  • magenta value is 68.07%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,68,0,53)
C39M68Y0K53 
(39%,68%,0%,53%)
(0.39/0.68/0.00/0.53)	

CMYK percentages

%39.5
%68.07
%0
%53.33

Codes

Color #482677 in popluar color models

482677
RGB7238119
HSL265°51.59%30.78%
HSB/HSV265°68.07%46.67%
CMYK39.50%68.07%0.00%
53.33%

Color #482677 in popluar number systems.

HEX482677
Decimal7238119
Binary10010001001101110111
Octal11046167

Shades and tints

Shades of #482677

#482677
(72,38,119)
#42236D
(66,35,109)
#3C2063
(60,32,99)
#361D59
(54,29,89)
#301A4F
(48,26,79)
#2A1745
(42,23,69)
#24143B
(36,20,59)
#1E1131
(30,17,49)
#180E27
(24,14,39)
#120B1D
(18,11,29)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #482677

#482677
(72,38,119)
#583983
(88,57,131)
#684C8F
(104,76,143)
#785F9B
(120,95,155)
#8872A7
(136,114,167)
#9885B3
(152,133,179)
#A898BF
(168,152,191)
#B8ABCB
(184,171,203)
#C8BED7
(200,190,215)
#D8D1E3
(216,209,227)
#E8E4EF
(232,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482677; }

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

This text font color is #482677.


Background Color

.myBgColor { background-color: #482677; }

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

This div background color is #482677.


Border color

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

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

This div border color is #482677.


Opacity

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

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

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

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

This text has shadow with #482677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482677 on black background.


Color preview on white background

This text has color #482677 on white background.



Black color preview on #482677 background

This text has black color on #482677 background.


White color preview on #482677 background

This text has white color on #482677 background.