COLOR #484282

HEX: #484282
RGB: (72,66,130)

Color info

#484282 contains mainly red and blue colors. Web safe color of #484282 is #333399 (or #339).

RGB color model

#484282 color RGB value is (72,66,130).

  • red value is 72;
  • green value is 66;
  • blue value is 130.
RGB:
(72,66,130)
(28%,26%,51%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 130 of 255 = 51%

72
66
130

R + G + B ~ 35%. #484282 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 130 = 268 (100%)
R 72 of 268 ~ 26.87%
G 66 of 268 ~ 24.63%
B 130 of 268 ~ 48.51%

%26.87
%24.63
%48.51

CMYK color model

#484282 color CMYK value is (45,49,0,49).

  • cyan value is 44.62%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(45,49,0,49)
C45M49Y0K49 
(45%,49%,0%,49%)
(0.45/0.49/0.00/0.49)	

CMYK percentages

%44.62
%49.23
%0
%49.02

Codes

Color #484282 in popluar color models

484282
RGB7266130
HSL246°32.65%38.43%
HSB/HSV246°49.23%50.98%
CMYK44.62%49.23%0.00%
49.02%

Color #484282 in popluar number systems.

HEX484282
Decimal7266130
Binary1001000100001010000010
Octal110102202

Shades and tints

Shades of #484282

#484282
(72,66,130)
#423C77
(66,60,119)
#3C366C
(60,54,108)
#363061
(54,48,97)
#302A56
(48,42,86)
#2A244B
(42,36,75)
#241E40
(36,30,64)
#1E1835
(30,24,53)
#18122A
(24,18,42)
#120C1F
(18,12,31)
#0C0614
(12,6,20)
#000000
(0,0,0)

Tints of #484282

#484282
(72,66,130)
#58538D
(88,83,141)
#686498
(104,100,152)
#7875A3
(120,117,163)
#8886AE
(136,134,174)
#9897B9
(152,151,185)
#A8A8C4
(168,168,196)
#B8B9CF
(184,185,207)
#C8CADA
(200,202,218)
#D8DBE5
(216,219,229)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484282 color. Also use rgb(72,66,130) instead hex code.

Text Font Color

.myTextColor { color: #484282; }

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

This text font color is #484282.


Background Color

.myBgColor { background-color: #484282; }

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

This div background color is #484282.


Border color

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

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

This div border color is #484282.


Opacity

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

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

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

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

This text has shadow with #484282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484282 on black background.


Color preview on white background

This text has color #484282 on white background.



Black color preview on #484282 background

This text has black color on #484282 background.


White color preview on #484282 background

This text has white color on #484282 background.