COLOR #484555

HEX: #484555
RGB: (72,69,85)

Color info

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

RGB color model

#484555 color RGB value is (72,69,85).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 85 of 255 = 33%

72
69
85

R + G + B ~ 29%. #484555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 85 = 226 (100%)
R 72 of 226 ~ 31.86%
G 69 of 226 ~ 30.53%
B 85 of 226 ~ 37.61%

%31.86
%30.53
%37.61

CMYK color model

#484555 color CMYK value is (15,19,0,67).

  • cyan value is 15.29%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(15,19,0,67)
C15M19Y0K67 
(15%,19%,0%,67%)
(0.15/0.19/0.00/0.67)	

CMYK percentages

%15.29
%18.82
%0
%66.67

Codes

Color #484555 in popluar color models

484555
RGB726985
HSL251°10.39%30.20%
HSB/HSV251°18.82%33.33%
CMYK15.29%18.82%0.00%
66.67%

Color #484555 in popluar number systems.

HEX484555
Decimal726985
Binary100100010001011010101
Octal110105125

Shades and tints

Shades of #484555

#484555
(72,69,85)
#423F4E
(66,63,78)
#3C3947
(60,57,71)
#363340
(54,51,64)
#302D39
(48,45,57)
#2A2732
(42,39,50)
#24212B
(36,33,43)
#1E1B24
(30,27,36)
#18151D
(24,21,29)
#120F16
(18,15,22)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #484555

#484555
(72,69,85)
#585564
(88,85,100)
#686573
(104,101,115)
#787582
(120,117,130)
#888591
(136,133,145)
#9895A0
(152,149,160)
#A8A5AF
(168,165,175)
#B8B5BE
(184,181,190)
#C8C5CD
(200,197,205)
#D8D5DC
(216,213,220)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484555; }

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

This text font color is #484555.


Background Color

.myBgColor { background-color: #484555; }

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

This div background color is #484555.


Border color

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

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

This div border color is #484555.


Opacity

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

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

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

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

This text has shadow with #484555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484555 on black background.


Color preview on white background

This text has color #484555 on white background.



Black color preview on #484555 background

This text has black color on #484555 background.


White color preview on #484555 background

This text has white color on #484555 background.