COLOR #483659

HEX: #483659
RGB: (72,54,89)

Color info

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

RGB color model

#483659 color RGB value is (72,54,89).

  • red value is 72;
  • green value is 54;
  • blue value is 89.
RGB:
(72,54,89)
(28%,21%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 54 of 255 = 21%
B 89 of 255 = 35%

72
54
89

R + G + B ~ 28%. #483659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 54 + 89 = 215 (100%)
R 72 of 215 ~ 33.49%
G 54 of 215 ~ 25.12%
B 89 of 215 ~ 41.4%

%33.49
%25.12
%41.4

CMYK color model

#483659 color CMYK value is (19,39,0,65).

  • cyan value is 19.10%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(19,39,0,65)
C19M39Y0K65 
(19%,39%,0%,65%)
(0.19/0.39/0.00/0.65)	

CMYK percentages

%19.1
%39.33
%0
%65.1

Codes

Color #483659 in popluar color models

483659
RGB725489
HSL271°24.48%28.04%
HSB/HSV271°39.33%34.90%
CMYK19.10%39.33%0.00%
65.10%

Color #483659 in popluar number systems.

HEX483659
Decimal725489
Binary10010001101101011001
Octal11066131

Shades and tints

Shades of #483659

#483659
(72,54,89)
#423251
(66,50,81)
#3C2E49
(60,46,73)
#362A41
(54,42,65)
#302639
(48,38,57)
#2A2231
(42,34,49)
#241E29
(36,30,41)
#1E1A21
(30,26,33)
#181619
(24,22,25)
#121211
(18,18,17)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #483659

#483659
(72,54,89)
#584868
(88,72,104)
#685A77
(104,90,119)
#786C86
(120,108,134)
#887E95
(136,126,149)
#9890A4
(152,144,164)
#A8A2B3
(168,162,179)
#B8B4C2
(184,180,194)
#C8C6D1
(200,198,209)
#D8D8E0
(216,216,224)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483659; }

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

This text font color is #483659.


Background Color

.myBgColor { background-color: #483659; }

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

This div background color is #483659.


Border color

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

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

This div border color is #483659.


Opacity

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

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

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

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

This text has shadow with #483659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483659 on black background.


Color preview on white background

This text has color #483659 on white background.



Black color preview on #483659 background

This text has black color on #483659 background.


White color preview on #483659 background

This text has white color on #483659 background.