COLOR #482774

HEX: #482774
RGB: (72,39,116)

Color info

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

RGB color model

#482774 color RGB value is (72,39,116).

  • red value is 72;
  • green value is 39;
  • blue value is 116.
RGB:
(72,39,116)
(28%,15%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 116 of 255 = 45%

72
39
116

R + G + B ~ 29%. #482774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 116 = 227 (100%)
R 72 of 227 ~ 31.72%
G 39 of 227 ~ 17.18%
B 116 of 227 ~ 51.1%

%31.72
%17.18
%51.1

CMYK color model

#482774 color CMYK value is (38,66,0,55).

  • cyan value is 37.93%
  • magenta value is 66.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,66,0,55)
C38M66Y0K55 
(38%,66%,0%,55%)
(0.38/0.66/0.00/0.55)	

CMYK percentages

%37.93
%66.38
%0
%54.51

Codes

Color #482774 in popluar color models

482774
RGB7239116
HSL266°49.68%30.39%
HSB/HSV266°66.38%45.49%
CMYK37.93%66.38%0.00%
54.51%

Color #482774 in popluar number systems.

HEX482774
Decimal7239116
Binary10010001001111110100
Octal11047164

Shades and tints

Shades of #482774

#482774
(72,39,116)
#42246A
(66,36,106)
#3C2160
(60,33,96)
#361E56
(54,30,86)
#301B4C
(48,27,76)
#2A1842
(42,24,66)
#241538
(36,21,56)
#1E122E
(30,18,46)
#180F24
(24,15,36)
#120C1A
(18,12,26)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #482774

#482774
(72,39,116)
#583A80
(88,58,128)
#684D8C
(104,77,140)
#786098
(120,96,152)
#8873A4
(136,115,164)
#9886B0
(152,134,176)
#A899BC
(168,153,188)
#B8ACC8
(184,172,200)
#C8BFD4
(200,191,212)
#D8D2E0
(216,210,224)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482774 color. Also use rgb(72,39,116) instead hex code.

Text Font Color

.myTextColor { color: #482774; }

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

This text font color is #482774.


Background Color

.myBgColor { background-color: #482774; }

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

This div background color is #482774.


Border color

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

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

This div border color is #482774.


Opacity

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

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

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

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

This text has shadow with #482774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482774 on black background.


Color preview on white background

This text has color #482774 on white background.



Black color preview on #482774 background

This text has black color on #482774 background.


White color preview on #482774 background

This text has white color on #482774 background.