COLOR #484071

HEX: #484071
RGB: (72,64,113)

Color info

#484071 contains red, green and blue colors in about the same proportion. Web safe color of #484071 is #333366 (or #336).

RGB color model

#484071 color RGB value is (72,64,113).

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

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 113 of 255 = 44%

72
64
113

R + G + B ~ 32%. #484071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 113 = 249 (100%)
R 72 of 249 ~ 28.92%
G 64 of 249 ~ 25.7%
B 113 of 249 ~ 45.38%

%28.92
%25.7
%45.38

CMYK color model

#484071 color CMYK value is (36,43,0,56).

  • cyan value is 36.28%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,43,0,56)
C36M43Y0K56 
(36%,43%,0%,56%)
(0.36/0.43/0.00/0.56)	

CMYK percentages

%36.28
%43.36
%0
%55.69

Codes

Color #484071 in popluar color models

484071
RGB7264113
HSL250°27.68%34.71%
HSB/HSV250°43.36%44.31%
CMYK36.28%43.36%0.00%
55.69%

Color #484071 in popluar number systems.

HEX484071
Decimal7264113
Binary100100010000001110001
Octal110100161

Shades and tints

Shades of #484071

#484071
(72,64,113)
#423B67
(66,59,103)
#3C365D
(60,54,93)
#363153
(54,49,83)
#302C49
(48,44,73)
#2A273F
(42,39,63)
#242235
(36,34,53)
#1E1D2B
(30,29,43)
#181821
(24,24,33)
#121317
(18,19,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #484071

#484071
(72,64,113)
#58517D
(88,81,125)
#686289
(104,98,137)
#787395
(120,115,149)
#8884A1
(136,132,161)
#9895AD
(152,149,173)
#A8A6B9
(168,166,185)
#B8B7C5
(184,183,197)
#C8C8D1
(200,200,209)
#D8D9DD
(216,217,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484071; }

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

This text font color is #484071.


Background Color

.myBgColor { background-color: #484071; }

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

This div background color is #484071.


Border color

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

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

This div border color is #484071.


Opacity

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

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

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

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

This text has shadow with #484071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484071 on black background.


Color preview on white background

This text has color #484071 on white background.



Black color preview on #484071 background

This text has black color on #484071 background.


White color preview on #484071 background

This text has white color on #484071 background.