COLOR #483888

HEX: #483888
RGB: (72,56,136)

Color info

#483888 contains mainly blue color. Web safe color of #483888 is #333399 (or #339).

RGB color model

#483888 color RGB value is (72,56,136).

  • red value is 72;
  • green value is 56;
  • blue value is 136.
RGB:
(72,56,136)
(28%,22%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 136 of 255 = 53%

72
56
136

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

Portions of RGB colors in percentages

R + G + B =
72 + 56 + 136 = 264 (100%)
R 72 of 264 ~ 27.27%
G 56 of 264 ~ 21.21%
B 136 of 264 ~ 51.52%

%27.27
%21.21
%51.52

CMYK color model

#483888 color CMYK value is (47,59,0,47).

  • cyan value is 47.06%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(47,59,0,47)
C47M59Y0K47 
(47%,59%,0%,47%)
(0.47/0.59/0.00/0.47)	

CMYK percentages

%47.06
%58.82
%0
%46.67

Codes

Color #483888 in popluar color models

483888
RGB7256136
HSL252°41.67%37.65%
HSB/HSV252°58.82%53.33%
CMYK47.06%58.82%0.00%
46.67%

Color #483888 in popluar number systems.

HEX483888
Decimal7256136
Binary100100011100010001000
Octal11070210

Shades and tints

Shades of #483888

#483888
(72,56,136)
#42337C
(66,51,124)
#3C2E70
(60,46,112)
#362964
(54,41,100)
#302458
(48,36,88)
#2A1F4C
(42,31,76)
#241A40
(36,26,64)
#1E1534
(30,21,52)
#181028
(24,16,40)
#120B1C
(18,11,28)
#0C0610
(12,6,16)
#000000
(0,0,0)

Tints of #483888

#483888
(72,56,136)
#584A92
(88,74,146)
#685C9C
(104,92,156)
#786EA6
(120,110,166)
#8880B0
(136,128,176)
#9892BA
(152,146,186)
#A8A4C4
(168,164,196)
#B8B6CE
(184,182,206)
#C8C8D8
(200,200,216)
#D8DAE2
(216,218,226)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483888; }

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

This text font color is #483888.


Background Color

.myBgColor { background-color: #483888; }

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

This div background color is #483888.


Border color

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

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

This div border color is #483888.


Opacity

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

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

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

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

This text has shadow with #483888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483888 on black background.


Color preview on white background

This text has color #483888 on white background.



Black color preview on #483888 background

This text has black color on #483888 background.


White color preview on #483888 background

This text has white color on #483888 background.