COLOR #484A9D

HEX: #484A9D
RGB: (72,74,157)

Color info

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

RGB color model

#484A9D color RGB value is (72,74,157).

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

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 157 of 255 = 62%

72
74
157

R + G + B ~ 40%. #484A9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 157 = 303 (100%)
R 72 of 303 ~ 23.76%
G 74 of 303 ~ 24.42%
B 157 of 303 ~ 51.82%

%23.76
%24.42
%51.82

CMYK color model

#484A9D color CMYK value is (54,53,0,38).

  • cyan value is 54.14%
  • magenta value is 52.87%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(54,53,0,38)
C54M53Y0K38 
(54%,53%,0%,38%)
(0.54/0.53/0.00/0.38)	

CMYK percentages

%54.14
%52.87
%0
%38.43

Codes

Color #484A9D in popluar color models

484A9D
RGB7274157
HSL239°37.12%44.90%
HSB/HSV239°54.14%61.57%
CMYK54.14%52.87%0.00%
38.43%

Color #484A9D in popluar number systems.

HEX484A9D
Decimal7274157
Binary1001000100101010011101
Octal110112235

Shades and tints

Shades of #484A9D

#484A9D
(72,74,157)
#42448F
(66,68,143)
#3C3E81
(60,62,129)
#363873
(54,56,115)
#303265
(48,50,101)
#2A2C57
(42,44,87)
#242649
(36,38,73)
#1E203B
(30,32,59)
#181A2D
(24,26,45)
#12141F
(18,20,31)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #484A9D

#484A9D
(72,74,157)
#585AA5
(88,90,165)
#686AAD
(104,106,173)
#787AB5
(120,122,181)
#888ABD
(136,138,189)
#989AC5
(152,154,197)
#A8AACD
(168,170,205)
#B8BAD5
(184,186,213)
#C8CADD
(200,202,221)
#D8DAE5
(216,218,229)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484A9D; }

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

This text font color is #484A9D.


Background Color

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

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

This div background color is #484A9D.


Border color

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

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

This div border color is #484A9D.


Opacity

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

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

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

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

This text has shadow with #484A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A9D on black background.


Color preview on white background

This text has color #484A9D on white background.



Black color preview on #484A9D background

This text has black color on #484A9D background.


White color preview on #484A9D background

This text has white color on #484A9D background.