COLOR #484972

HEX: #484972
RGB: (72,73,114)

Color info

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

RGB color model

#484972 color RGB value is (72,73,114).

  • red value is 72;
  • green value is 73;
  • blue value is 114.
RGB:
(72,73,114)
(28%,29%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 114 of 255 = 45%

72
73
114

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

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 114 = 259 (100%)
R 72 of 259 ~ 27.8%
G 73 of 259 ~ 28.19%
B 114 of 259 ~ 44.02%

%27.8
%28.19
%44.02

CMYK color model

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

  • cyan value is 36.84%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(37,36,0,55)
C37M36Y0K55 
(37%,36%,0%,55%)
(0.37/0.36/0.00/0.55)	

CMYK percentages

%36.84
%35.96
%0
%55.29

Codes

Color #484972 in popluar color models

484972
RGB7273114
HSL239°22.58%36.47%
HSB/HSV239°36.84%44.71%
CMYK36.84%35.96%0.00%
55.29%

Color #484972 in popluar number systems.

HEX484972
Decimal7273114
Binary100100010010011110010
Octal110111162

Shades and tints

Shades of #484972

#484972
(72,73,114)
#424368
(66,67,104)
#3C3D5E
(60,61,94)
#363754
(54,55,84)
#30314A
(48,49,74)
#2A2B40
(42,43,64)
#242536
(36,37,54)
#1E1F2C
(30,31,44)
#181922
(24,25,34)
#121318
(18,19,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #484972

#484972
(72,73,114)
#58597E
(88,89,126)
#68698A
(104,105,138)
#787996
(120,121,150)
#8889A2
(136,137,162)
#9899AE
(152,153,174)
#A8A9BA
(168,169,186)
#B8B9C6
(184,185,198)
#C8C9D2
(200,201,210)
#D8D9DE
(216,217,222)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484972; }

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

This text font color is #484972.


Background Color

.myBgColor { background-color: #484972; }

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

This div background color is #484972.


Border color

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

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

This div border color is #484972.


Opacity

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

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

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

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

This text has shadow with #484972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484972 on black background.


Color preview on white background

This text has color #484972 on white background.



Black color preview on #484972 background

This text has black color on #484972 background.


White color preview on #484972 background

This text has white color on #484972 background.