COLOR #482C9C

HEX: #482C9C
RGB: (72,44,156)

Color info

#482C9C contains mainly blue color. Web safe color of #482C9C is #333399 (or #339).

RGB color model

#482C9C color RGB value is (72,44,156).

  • red value is 72;
  • green value is 44;
  • blue value is 156.
RGB:
(72,44,156)
(28%,17%,61%)

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 156 of 255 = 61%

72
44
156

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

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 156 = 272 (100%)
R 72 of 272 ~ 26.47%
G 44 of 272 ~ 16.18%
B 156 of 272 ~ 57.35%

%26.47
%16.18
%57.35

CMYK color model

#482C9C color CMYK value is (54,72,0,39).

  • cyan value is 53.85%
  • magenta value is 71.79%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(54,72,0,39)
C54M72Y0K39 
(54%,72%,0%,39%)
(0.54/0.72/0.00/0.39)	

CMYK percentages

%53.85
%71.79
%0
%38.82

Codes

Color #482C9C in popluar color models

482C9C
RGB7244156
HSL255°56.00%39.22%
HSB/HSV255°71.79%61.18%
CMYK53.85%71.79%0.00%
38.82%

Color #482C9C in popluar number systems.

HEX482C9C
Decimal7244156
Binary100100010110010011100
Octal11054234

Shades and tints

Shades of #482C9C

#482C9C
(72,44,156)
#42288E
(66,40,142)
#3C2480
(60,36,128)
#362072
(54,32,114)
#301C64
(48,28,100)
#2A1856
(42,24,86)
#241448
(36,20,72)
#1E103A
(30,16,58)
#180C2C
(24,12,44)
#12081E
(18,8,30)
#0C0410
(12,4,16)
#000000
(0,0,0)

Tints of #482C9C

#482C9C
(72,44,156)
#583FA5
(88,63,165)
#6852AE
(104,82,174)
#7865B7
(120,101,183)
#8878C0
(136,120,192)
#988BC9
(152,139,201)
#A89ED2
(168,158,210)
#B8B1DB
(184,177,219)
#C8C4E4
(200,196,228)
#D8D7ED
(216,215,237)
#E8EAF6
(232,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482C9C color. Also use rgb(72,44,156) instead hex code.

Text Font Color

.myTextColor { color: #482C9C; }

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

This text font color is #482C9C.


Background Color

.myBgColor { background-color: #482C9C; }

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

This div background color is #482C9C.


Border color

.myBorderColor { border: 1px solid #482C9C; }

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

This div border color is #482C9C.


Opacity

.myOpacity80 { color: #482C9C; opacity: 0.8; }

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

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

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

This text has shadow with #482C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C9C on black background.


Color preview on white background

This text has color #482C9C on white background.



Black color preview on #482C9C background

This text has black color on #482C9C background.


White color preview on #482C9C background

This text has white color on #482C9C background.