COLOR #484868

HEX: #484868
RGB: (72,72,104)

Color info

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

RGB color model

#484868 color RGB value is (72,72,104).

  • red value is 72;
  • green value is 72;
  • blue value is 104.
RGB:
(72,72,104)
(28%,28%,41%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 104 of 255 = 41%

72
72
104

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 104 = 248 (100%)
R 72 of 248 ~ 29.03%
G 72 of 248 ~ 29.03%
B 104 of 248 ~ 41.94%

%29.03
%29.03
%41.94

CMYK color model

#484868 color CMYK value is (31,31,0,59).

  • cyan value is 30.77%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(31,31,0,59)
C31M31Y0K59 
(31%,31%,0%,59%)
(0.31/0.31/0.00/0.59)	

CMYK percentages

%30.77
%30.77
%0
%59.22

Codes

Color #484868 in popluar color models

484868
RGB7272104
HSL240°18.18%34.51%
HSB/HSV240°30.77%40.78%
CMYK30.77%30.77%0.00%
59.22%

Color #484868 in popluar number systems.

HEX484868
Decimal7272104
Binary100100010010001101000
Octal110110150

Shades and tints

Shades of #484868

#484868
(72,72,104)
#42425F
(66,66,95)
#3C3C56
(60,60,86)
#36364D
(54,54,77)
#303044
(48,48,68)
#2A2A3B
(42,42,59)
#242432
(36,36,50)
#1E1E29
(30,30,41)
#181820
(24,24,32)
#121217
(18,18,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #484868

#484868
(72,72,104)
#585875
(88,88,117)
#686882
(104,104,130)
#78788F
(120,120,143)
#88889C
(136,136,156)
#9898A9
(152,152,169)
#A8A8B6
(168,168,182)
#B8B8C3
(184,184,195)
#C8C8D0
(200,200,208)
#D8D8DD
(216,216,221)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484868; }

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

This text font color is #484868.


Background Color

.myBgColor { background-color: #484868; }

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

This div background color is #484868.


Border color

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

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

This div border color is #484868.


Opacity

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

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

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

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

This text has shadow with #484868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484868 on black background.


Color preview on white background

This text has color #484868 on white background.



Black color preview on #484868 background

This text has black color on #484868 background.


White color preview on #484868 background

This text has white color on #484868 background.