COLOR #484863

HEX: #484863
RGB: (72,72,99)

Color info

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

RGB color model

#484863 color RGB value is (72,72,99).

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

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 99 of 255 = 39%

72
72
99

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 99 = 243 (100%)
R 72 of 243 ~ 29.63%
G 72 of 243 ~ 29.63%
B 99 of 243 ~ 40.74%

%29.63
%29.63
%40.74

CMYK color model

#484863 color CMYK value is (27,27,0,61).

  • cyan value is 27.27%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(27,27,0,61)
C27M27Y0K61 
(27%,27%,0%,61%)
(0.27/0.27/0.00/0.61)	

CMYK percentages

%27.27
%27.27
%0
%61.18

Codes

Color #484863 in popluar color models

484863
RGB727299
HSL240°15.79%33.53%
HSB/HSV240°27.27%38.82%
CMYK27.27%27.27%0.00%
61.18%

Color #484863 in popluar number systems.

HEX484863
Decimal727299
Binary100100010010001100011
Octal110110143

Shades and tints

Shades of #484863

#484863
(72,72,99)
#42425A
(66,66,90)
#3C3C51
(60,60,81)
#363648
(54,54,72)
#30303F
(48,48,63)
#2A2A36
(42,42,54)
#24242D
(36,36,45)
#1E1E24
(30,30,36)
#18181B
(24,24,27)
#121212
(18,18,18)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #484863

#484863
(72,72,99)
#585871
(88,88,113)
#68687F
(104,104,127)
#78788D
(120,120,141)
#88889B
(136,136,155)
#9898A9
(152,152,169)
#A8A8B7
(168,168,183)
#B8B8C5
(184,184,197)
#C8C8D3
(200,200,211)
#D8D8E1
(216,216,225)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484863; }

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

This text font color is #484863.


Background Color

.myBgColor { background-color: #484863; }

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

This div background color is #484863.


Border color

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

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

This div border color is #484863.


Opacity

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

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

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

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

This text has shadow with #484863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484863 on black background.


Color preview on white background

This text has color #484863 on white background.



Black color preview on #484863 background

This text has black color on #484863 background.


White color preview on #484863 background

This text has white color on #484863 background.