COLOR #484671

HEX: #484671
RGB: (72,70,113)

Color info

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

RGB color model

#484671 color RGB value is (72,70,113).

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

RGB channels and saturation

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

72
70
113

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 113 = 255 (100%)
R 72 of 255 ~ 28.24%
G 70 of 255 ~ 27.45%
B 113 of 255 ~ 44.31%

%28.24
%27.45
%44.31

CMYK color model

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

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

CMYK percentages

%36.28
%38.05
%0
%55.69

Codes

Color #484671 in popluar color models

484671
RGB7270113
HSL243°23.50%35.88%
HSB/HSV243°38.05%44.31%
CMYK36.28%38.05%0.00%
55.69%

Color #484671 in popluar number systems.

HEX484671
Decimal7270113
Binary100100010001101110001
Octal110106161

Shades and tints

Shades of #484671

#484671
(72,70,113)
#424067
(66,64,103)
#3C3A5D
(60,58,93)
#363453
(54,52,83)
#302E49
(48,46,73)
#2A283F
(42,40,63)
#242235
(36,34,53)
#1E1C2B
(30,28,43)
#181621
(24,22,33)
#121017
(18,16,23)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #484671

#484671
(72,70,113)
#58567D
(88,86,125)
#686689
(104,102,137)
#787695
(120,118,149)
#8886A1
(136,134,161)
#9896AD
(152,150,173)
#A8A6B9
(168,166,185)
#B8B6C5
(184,182,197)
#C8C6D1
(200,198,209)
#D8D6DD
(216,214,221)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484671; }

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

This text font color is #484671.


Background Color

.myBgColor { background-color: #484671; }

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

This div background color is #484671.


Border color

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

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

This div border color is #484671.


Opacity

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

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

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

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

This text has shadow with #484671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484671 on black background.


Color preview on white background

This text has color #484671 on white background.



Black color preview on #484671 background

This text has black color on #484671 background.


White color preview on #484671 background

This text has white color on #484671 background.