COLOR #484A8F

HEX: #484A8F
RGB: (72,74,143)

Color info

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

RGB color model

#484A8F color RGB value is (72,74,143).

  • red value is 72;
  • green value is 74;
  • blue value is 143.
RGB:
(72,74,143)
(28%,29%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 143 of 255 = 56%

72
74
143

R + G + B ~ 38%. #484A8F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 143 = 289 (100%)
R 72 of 289 ~ 24.91%
G 74 of 289 ~ 25.61%
B 143 of 289 ~ 49.48%

%24.91
%25.61
%49.48

CMYK color model

#484A8F color CMYK value is (50,48,0,44).

  • cyan value is 49.65%
  • magenta value is 48.25%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(50,48,0,44)
C50M48Y0K44 
(50%,48%,0%,44%)
(0.50/0.48/0.00/0.44)	

CMYK percentages

%49.65
%48.25
%0
%43.92

Codes

Color #484A8F in popluar color models

484A8F
RGB7274143
HSL238°33.02%42.16%
HSB/HSV238°49.65%56.08%
CMYK49.65%48.25%0.00%
43.92%

Color #484A8F in popluar number systems.

HEX484A8F
Decimal7274143
Binary1001000100101010001111
Octal110112217

Shades and tints

Shades of #484A8F

#484A8F
(72,74,143)
#424482
(66,68,130)
#3C3E75
(60,62,117)
#363868
(54,56,104)
#30325B
(48,50,91)
#2A2C4E
(42,44,78)
#242641
(36,38,65)
#1E2034
(30,32,52)
#181A27
(24,26,39)
#12141A
(18,20,26)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #484A8F

#484A8F
(72,74,143)
#585A99
(88,90,153)
#686AA3
(104,106,163)
#787AAD
(120,122,173)
#888AB7
(136,138,183)
#989AC1
(152,154,193)
#A8AACB
(168,170,203)
#B8BAD5
(184,186,213)
#C8CADF
(200,202,223)
#D8DAE9
(216,218,233)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484A8F color. Also use rgb(72,74,143) instead hex code.

Text Font Color

.myTextColor { color: #484A8F; }

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

This text font color is #484A8F.


Background Color

.myBgColor { background-color: #484A8F; }

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

This div background color is #484A8F.


Border color

.myBorderColor { border: 1px solid #484A8F; }

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

This div border color is #484A8F.


Opacity

.myOpacity80 { color: #484A8F; opacity: 0.8; }

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

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

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

This text has shadow with #484A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A8F on black background.


Color preview on white background

This text has color #484A8F on white background.



Black color preview on #484A8F background

This text has black color on #484A8F background.


White color preview on #484A8F background

This text has white color on #484A8F background.