COLOR #484081

HEX: #484081
RGB: (72,64,129)

Color info

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

RGB color model

#484081 color RGB value is (72,64,129).

  • red value is 72;
  • green value is 64;
  • blue value is 129.
RGB:
(72,64,129)
(28%,25%,51%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 129 of 255 = 51%

72
64
129

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

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 129 = 265 (100%)
R 72 of 265 ~ 27.17%
G 64 of 265 ~ 24.15%
B 129 of 265 ~ 48.68%

%27.17
%24.15
%48.68

CMYK color model

#484081 color CMYK value is (44,50,0,49).

  • cyan value is 44.19%
  • magenta value is 50.39%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(44,50,0,49)
C44M50Y0K49 
(44%,50%,0%,49%)
(0.44/0.50/0.00/0.49)	

CMYK percentages

%44.19
%50.39
%0
%49.41

Codes

Color #484081 in popluar color models

484081
RGB7264129
HSL247°33.68%37.84%
HSB/HSV247°50.39%50.59%
CMYK44.19%50.39%0.00%
49.41%

Color #484081 in popluar number systems.

HEX484081
Decimal7264129
Binary1001000100000010000001
Octal110100201

Shades and tints

Shades of #484081

#484081
(72,64,129)
#423B76
(66,59,118)
#3C366B
(60,54,107)
#363160
(54,49,96)
#302C55
(48,44,85)
#2A274A
(42,39,74)
#24223F
(36,34,63)
#1E1D34
(30,29,52)
#181829
(24,24,41)
#12131E
(18,19,30)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #484081

#484081
(72,64,129)
#58518C
(88,81,140)
#686297
(104,98,151)
#7873A2
(120,115,162)
#8884AD
(136,132,173)
#9895B8
(152,149,184)
#A8A6C3
(168,166,195)
#B8B7CE
(184,183,206)
#C8C8D9
(200,200,217)
#D8D9E4
(216,217,228)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484081 color. Also use rgb(72,64,129) instead hex code.

Text Font Color

.myTextColor { color: #484081; }

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

This text font color is #484081.


Background Color

.myBgColor { background-color: #484081; }

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

This div background color is #484081.


Border color

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

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

This div border color is #484081.


Opacity

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

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

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

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

This text has shadow with #484081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484081 on black background.


Color preview on white background

This text has color #484081 on white background.



Black color preview on #484081 background

This text has black color on #484081 background.


White color preview on #484081 background

This text has white color on #484081 background.