COLOR #483F6F

HEX: #483F6F
RGB: (72,63,111)

Color info

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

RGB color model

#483F6F color RGB value is (72,63,111).

  • red value is 72;
  • green value is 63;
  • blue value is 111.
RGB:
(72,63,111)
(28%,25%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 111 of 255 = 44%

72
63
111

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

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 111 = 246 (100%)
R 72 of 246 ~ 29.27%
G 63 of 246 ~ 25.61%
B 111 of 246 ~ 45.12%

%29.27
%25.61
%45.12

CMYK color model

#483F6F color CMYK value is (35,43,0,56).

  • cyan value is 35.14%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(35,43,0,56)
C35M43Y0K56 
(35%,43%,0%,56%)
(0.35/0.43/0.00/0.56)	

CMYK percentages

%35.14
%43.24
%0
%56.47

Codes

Color #483F6F in popluar color models

483F6F
RGB7263111
HSL251°27.59%34.12%
HSB/HSV251°43.24%43.53%
CMYK35.14%43.24%0.00%
56.47%

Color #483F6F in popluar number systems.

HEX483F6F
Decimal7263111
Binary10010001111111101111
Octal11077157

Shades and tints

Shades of #483F6F

#483F6F
(72,63,111)
#423A65
(66,58,101)
#3C355B
(60,53,91)
#363051
(54,48,81)
#302B47
(48,43,71)
#2A263D
(42,38,61)
#242133
(36,33,51)
#1E1C29
(30,28,41)
#18171F
(24,23,31)
#121215
(18,18,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #483F6F

#483F6F
(72,63,111)
#58507C
(88,80,124)
#686189
(104,97,137)
#787296
(120,114,150)
#8883A3
(136,131,163)
#9894B0
(152,148,176)
#A8A5BD
(168,165,189)
#B8B6CA
(184,182,202)
#C8C7D7
(200,199,215)
#D8D8E4
(216,216,228)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483F6F color. Also use rgb(72,63,111) instead hex code.

Text Font Color

.myTextColor { color: #483F6F; }

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

This text font color is #483F6F.


Background Color

.myBgColor { background-color: #483F6F; }

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

This div background color is #483F6F.


Border color

.myBorderColor { border: 1px solid #483F6F; }

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

This div border color is #483F6F.


Opacity

.myOpacity80 { color: #483F6F; opacity: 0.8; }

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

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

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

This text has shadow with #483F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F6F on black background.


Color preview on white background

This text has color #483F6F on white background.



Black color preview on #483F6F background

This text has black color on #483F6F background.


White color preview on #483F6F background

This text has white color on #483F6F background.