COLOR #484070

HEX: #484070
RGB: (72,64,112)

Color info

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

RGB color model

#484070 color RGB value is (72,64,112).

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

RGB channels and saturation

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

72
64
112

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

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 112 = 248 (100%)
R 72 of 248 ~ 29.03%
G 64 of 248 ~ 25.81%
B 112 of 248 ~ 45.16%

%29.03
%25.81
%45.16

CMYK color model

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

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

CMYK percentages

%35.71
%42.86
%0
%56.08

Codes

Color #484070 in popluar color models

484070
RGB7264112
HSL250°27.27%34.51%
HSB/HSV250°42.86%43.92%
CMYK35.71%42.86%0.00%
56.08%

Color #484070 in popluar number systems.

HEX484070
Decimal7264112
Binary100100010000001110000
Octal110100160

Shades and tints

Shades of #484070

#484070
(72,64,112)
#423B66
(66,59,102)
#3C365C
(60,54,92)
#363152
(54,49,82)
#302C48
(48,44,72)
#2A273E
(42,39,62)
#242234
(36,34,52)
#1E1D2A
(30,29,42)
#181820
(24,24,32)
#121316
(18,19,22)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #484070

#484070
(72,64,112)
#58517D
(88,81,125)
#68628A
(104,98,138)
#787397
(120,115,151)
#8884A4
(136,132,164)
#9895B1
(152,149,177)
#A8A6BE
(168,166,190)
#B8B7CB
(184,183,203)
#C8C8D8
(200,200,216)
#D8D9E5
(216,217,229)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484070; }

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

This text font color is #484070.


Background Color

.myBgColor { background-color: #484070; }

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

This div background color is #484070.


Border color

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

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

This div border color is #484070.


Opacity

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

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

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

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

This text has shadow with #484070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484070 on black background.


Color preview on white background

This text has color #484070 on white background.



Black color preview on #484070 background

This text has black color on #484070 background.


White color preview on #484070 background

This text has white color on #484070 background.