COLOR #484B98

HEX: #484B98
RGB: (72,75,152)

Color info

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

RGB color model

#484B98 color RGB value is (72,75,152).

  • red value is 72;
  • green value is 75;
  • blue value is 152.
RGB:
(72,75,152)
(28%,29%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 75 of 255 = 29%
B 152 of 255 = 60%

72
75
152

R + G + B ~ 39%. #484B98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 152 = 299 (100%)
R 72 of 299 ~ 24.08%
G 75 of 299 ~ 25.08%
B 152 of 299 ~ 50.84%

%24.08
%25.08
%50.84

CMYK color model

#484B98 color CMYK value is (53,51,0,40).

  • cyan value is 52.63%
  • magenta value is 50.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(53,51,0,40)
C53M51Y0K40 
(53%,51%,0%,40%)
(0.53/0.51/0.00/0.40)	

CMYK percentages

%52.63
%50.66
%0
%40.39

Codes

Color #484B98 in popluar color models

484B98
RGB7275152
HSL238°35.71%43.92%
HSB/HSV238°52.63%59.61%
CMYK52.63%50.66%0.00%
40.39%

Color #484B98 in popluar number systems.

HEX484B98
Decimal7275152
Binary1001000100101110011000
Octal110113230

Shades and tints

Shades of #484B98

#484B98
(72,75,152)
#42458B
(66,69,139)
#3C3F7E
(60,63,126)
#363971
(54,57,113)
#303364
(48,51,100)
#2A2D57
(42,45,87)
#24274A
(36,39,74)
#1E213D
(30,33,61)
#181B30
(24,27,48)
#121523
(18,21,35)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #484B98

#484B98
(72,75,152)
#585BA1
(88,91,161)
#686BAA
(104,107,170)
#787BB3
(120,123,179)
#888BBC
(136,139,188)
#989BC5
(152,155,197)
#A8ABCE
(168,171,206)
#B8BBD7
(184,187,215)
#C8CBE0
(200,203,224)
#D8DBE9
(216,219,233)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484B98 color. Also use rgb(72,75,152) instead hex code.

Text Font Color

.myTextColor { color: #484B98; }

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

This text font color is #484B98.


Background Color

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

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

This div background color is #484B98.


Border color

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

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

This div border color is #484B98.


Opacity

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

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

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

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

This text has shadow with #484B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484B98 on black background.


Color preview on white background

This text has color #484B98 on white background.



Black color preview on #484B98 background

This text has black color on #484B98 background.


White color preview on #484B98 background

This text has white color on #484B98 background.