COLOR #484556

HEX: #484556
RGB: (72,69,86)

Color info

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

RGB color model

#484556 color RGB value is (72,69,86).

  • red value is 72;
  • green value is 69;
  • blue value is 86.
RGB:
(72,69,86)
(28%,27%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 86 of 255 = 34%

72
69
86

R + G + B ~ 30%. #484556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 86 = 227 (100%)
R 72 of 227 ~ 31.72%
G 69 of 227 ~ 30.4%
B 86 of 227 ~ 37.89%

%31.72
%30.4
%37.89

CMYK color model

#484556 color CMYK value is (16,20,0,66).

  • cyan value is 16.28%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(16,20,0,66)
C16M20Y0K66 
(16%,20%,0%,66%)
(0.16/0.20/0.00/0.66)	

CMYK percentages

%16.28
%19.77
%0
%66.27

Codes

Color #484556 in popluar color models

484556
RGB726986
HSL251°10.97%30.39%
HSB/HSV251°19.77%33.73%
CMYK16.28%19.77%0.00%
66.27%

Color #484556 in popluar number systems.

HEX484556
Decimal726986
Binary100100010001011010110
Octal110105126

Shades and tints

Shades of #484556

#484556
(72,69,86)
#423F4F
(66,63,79)
#3C3948
(60,57,72)
#363341
(54,51,65)
#302D3A
(48,45,58)
#2A2733
(42,39,51)
#24212C
(36,33,44)
#1E1B25
(30,27,37)
#18151E
(24,21,30)
#120F17
(18,15,23)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #484556

#484556
(72,69,86)
#585565
(88,85,101)
#686574
(104,101,116)
#787583
(120,117,131)
#888592
(136,133,146)
#9895A1
(152,149,161)
#A8A5B0
(168,165,176)
#B8B5BF
(184,181,191)
#C8C5CE
(200,197,206)
#D8D5DD
(216,213,221)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484556 color. Also use rgb(72,69,86) instead hex code.

Text Font Color

.myTextColor { color: #484556; }

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

This text font color is #484556.


Background Color

.myBgColor { background-color: #484556; }

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

This div background color is #484556.


Border color

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

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

This div border color is #484556.


Opacity

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

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

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

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

This text has shadow with #484556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484556 on black background.


Color preview on white background

This text has color #484556 on white background.



Black color preview on #484556 background

This text has black color on #484556 background.


White color preview on #484556 background

This text has white color on #484556 background.