COLOR #484670

HEX: #484670
RGB: (72,70,112)

Color info

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

RGB color model

#484670 color RGB value is (72,70,112).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 112 of 255 = 44%

72
70
112

R + G + B ~ 33%. #484670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 112 = 254 (100%)
R 72 of 254 ~ 28.35%
G 70 of 254 ~ 27.56%
B 112 of 254 ~ 44.09%

%28.35
%27.56
%44.09

CMYK color model

#484670 color CMYK value is (36,38,0,56).

  • cyan value is 35.71%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(36,38,0,56)
C36M38Y0K56 
(36%,38%,0%,56%)
(0.36/0.38/0.00/0.56)	

CMYK percentages

%35.71
%37.5
%0
%56.08

Codes

Color #484670 in popluar color models

484670
RGB7270112
HSL243°23.08%35.69%
HSB/HSV243°37.50%43.92%
CMYK35.71%37.50%0.00%
56.08%

Color #484670 in popluar number systems.

HEX484670
Decimal7270112
Binary100100010001101110000
Octal110106160

Shades and tints

Shades of #484670

#484670
(72,70,112)
#424066
(66,64,102)
#3C3A5C
(60,58,92)
#363452
(54,52,82)
#302E48
(48,46,72)
#2A283E
(42,40,62)
#242234
(36,34,52)
#1E1C2A
(30,28,42)
#181620
(24,22,32)
#121016
(18,16,22)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #484670

#484670
(72,70,112)
#58567D
(88,86,125)
#68668A
(104,102,138)
#787697
(120,118,151)
#8886A4
(136,134,164)
#9896B1
(152,150,177)
#A8A6BE
(168,166,190)
#B8B6CB
(184,182,203)
#C8C6D8
(200,198,216)
#D8D6E5
(216,214,229)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484670; }

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

This text font color is #484670.


Background Color

.myBgColor { background-color: #484670; }

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

This div background color is #484670.


Border color

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

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

This div border color is #484670.


Opacity

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

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

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

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

This text has shadow with #484670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484670 on black background.


Color preview on white background

This text has color #484670 on white background.



Black color preview on #484670 background

This text has black color on #484670 background.


White color preview on #484670 background

This text has white color on #484670 background.