COLOR #484873

HEX: #484873 RGB: (72,72,115)

Color info

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

RGB color model

#484873 color RGB value is (72,72,115).

RGB: (72,72,115) (28%, 28%, 45%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 115 of 255 = 45%

72
72
115

R + G + B ~ 34%. #484873 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 72 + 115 = 259 (100%)
R 72 of 259 ~ 27.8%
G 72 of 259 ~ 27.8%
B 115 of 259 ~ 44.4'%

%27.8
%27.8
%44.4

CMYK color model

#484873 color CMYK value is (37,37,0,55).

  • cyan value is 37.39%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (37,37,0,55)
C37M37Y0K55 (37%, 37%, 0%, 55%)
(0.37 / 0.37 / 0.00 / 0.55)

CMYK percentages

%37.39
%37.39
%0
%54.9

Codes

Color #484873 in popluar color models

48 48 73
RGB 72 72 115
HSL 240° 22.99% 36.67%
HSB/HSV 240° 37.39% 45.10%
CMYK 37.39% 37.39% 0.00%
54.90%

Color #484873 in popluar number systems.

HEX 48 48 73
Decimal 72 72 115
Binary 1001000 1001000 1110011
Octal 110 110 163

Shades and tints

Shades of #484873

#484873
(72,72,115)
#424269
(66,66,105)
#3C3C5F
(60,60,95)
#363655
(54,54,85)
#30304B
(48,48,75)
#2A2A41
(42,42,65)
#242437
(36,36,55)
#1E1E2D
(30,30,45)
#181823
(24,24,35)
#121219
(18,18,25)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #484873

#484873
(72,72,115)
#58587F
(88,88,127)
#68688B
(104,104,139)
#787897
(120,120,151)
#8888A3
(136,136,163)
#9898AF
(152,152,175)
#A8A8BB
(168,168,187)
#B8B8C7
(184,184,199)
#C8C8D3
(200,200,211)
#D8D8DF
(216,216,223)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484873; }

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

This text font color is #484873.

Background Color

.myBgColor { background-color: #484873; }

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

This div background color is #484873.

Border color

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

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

This div border color is #484873.

Opacity

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

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

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

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

This text has shadow with #484873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484873.

Preview

Color preview on black background

This text has color #484873 on black background.


Color preview on white background

This text has color #484873 on white background.


Black color preview on #484873 background

This text has black color on #484873 background.


White color preview on #484873 background

This text has white color on #484873 background.


Related colors

Complementary color

Complementary color for #hex is #B7B78C.


I love getcolorcode.com