COLOR #484456

HEX: #484456
RGB: (72,68,86)

Color info

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

RGB color model

#484456 color RGB value is (72,68,86).

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

RGB channels and saturation

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

72
68
86

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

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 86 = 226 (100%)
R 72 of 226 ~ 31.86%
G 68 of 226 ~ 30.09%
B 86 of 226 ~ 38.05%

%31.86
%30.09
%38.05

CMYK color model

#484456 color CMYK value is (16,21,0,66).

  • cyan value is 16.28%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(16,21,0,66)
C16M21Y0K66 
(16%,21%,0%,66%)
(0.16/0.21/0.00/0.66)	

CMYK percentages

%16.28
%20.93
%0
%66.27

Codes

Color #484456 in popluar color models

484456
RGB726886
HSL253°11.69%30.20%
HSB/HSV253°20.93%33.73%
CMYK16.28%20.93%0.00%
66.27%

Color #484456 in popluar number systems.

HEX484456
Decimal726886
Binary100100010001001010110
Octal110104126

Shades and tints

Shades of #484456

#484456
(72,68,86)
#423E4F
(66,62,79)
#3C3848
(60,56,72)
#363241
(54,50,65)
#302C3A
(48,44,58)
#2A2633
(42,38,51)
#24202C
(36,32,44)
#1E1A25
(30,26,37)
#18141E
(24,20,30)
#120E17
(18,14,23)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #484456

#484456
(72,68,86)
#585565
(88,85,101)
#686674
(104,102,116)
#787783
(120,119,131)
#888892
(136,136,146)
#9899A1
(152,153,161)
#A8AAB0
(168,170,176)
#B8BBBF
(184,187,191)
#C8CCCE
(200,204,206)
#D8DDDD
(216,221,221)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484456; }

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

This text font color is #484456.


Background Color

.myBgColor { background-color: #484456; }

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

This div background color is #484456.


Border color

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

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

This div border color is #484456.


Opacity

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

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

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

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

This text has shadow with #484456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484456 on black background.


Color preview on white background

This text has color #484456 on white background.



Black color preview on #484456 background

This text has black color on #484456 background.


White color preview on #484456 background

This text has white color on #484456 background.