COLOR #483F95

HEX: #483F95
RGB: (72,63,149)

Color info

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

RGB color model

#483F95 color RGB value is (72,63,149).

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

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 149 of 255 = 58%

72
63
149

R + G + B ~ 37%. #483F95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 149 = 284 (100%)
R 72 of 284 ~ 25.35%
G 63 of 284 ~ 22.18%
B 149 of 284 ~ 52.46%

%25.35
%22.18
%52.46

CMYK color model

#483F95 color CMYK value is (52,58,0,42).

  • cyan value is 51.68%
  • magenta value is 57.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(52,58,0,42)
C52M58Y0K42 
(52%,58%,0%,42%)
(0.52/0.58/0.00/0.42)	

CMYK percentages

%51.68
%57.72
%0
%41.57

Codes

Color #483F95 in popluar color models

483F95
RGB7263149
HSL246°40.57%41.57%
HSB/HSV246°57.72%58.43%
CMYK51.68%57.72%0.00%
41.57%

Color #483F95 in popluar number systems.

HEX483F95
Decimal7263149
Binary100100011111110010101
Octal11077225

Shades and tints

Shades of #483F95

#483F95
(72,63,149)
#423A88
(66,58,136)
#3C357B
(60,53,123)
#36306E
(54,48,110)
#302B61
(48,43,97)
#2A2654
(42,38,84)
#242147
(36,33,71)
#1E1C3A
(30,28,58)
#18172D
(24,23,45)
#121220
(18,18,32)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #483F95

#483F95
(72,63,149)
#58509E
(88,80,158)
#6861A7
(104,97,167)
#7872B0
(120,114,176)
#8883B9
(136,131,185)
#9894C2
(152,148,194)
#A8A5CB
(168,165,203)
#B8B6D4
(184,182,212)
#C8C7DD
(200,199,221)
#D8D8E6
(216,216,230)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F95; }

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

This text font color is #483F95.


Background Color

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

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

This div background color is #483F95.


Border color

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

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

This div border color is #483F95.


Opacity

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

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

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

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

This text has shadow with #483F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F95 on black background.


Color preview on white background

This text has color #483F95 on white background.



Black color preview on #483F95 background

This text has black color on #483F95 background.


White color preview on #483F95 background

This text has white color on #483F95 background.