COLOR #484ED6

HEX: #484ED6
RGB: (72,78,214)

Color info

#484ED6 contains mainly blue color. Web safe color of #484ED6 is #3366CC (or #36C).

RGB color model

#484ED6 color RGB value is (72,78,214).

  • red value is 72;
  • green value is 78;
  • blue value is 214.
RGB:
(72,78,214)
(28%,31%,84%)

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 214 of 255 = 84%

72
78
214

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

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 214 = 364 (100%)
R 72 of 364 ~ 19.78%
G 78 of 364 ~ 21.43%
B 214 of 364 ~ 58.79%

%19.78
%21.43
%58.79

CMYK color model

#484ED6 color CMYK value is (66,64,0,16).

  • cyan value is 66.36%
  • magenta value is 63.55%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(66,64,0,16)
C66M64Y0K16 
(66%,64%,0%,16%)
(0.66/0.64/0.00/0.16)	

CMYK percentages

%66.36
%63.55
%0
%16.08

Codes

Color #484ED6 in popluar color models

484ED6
RGB7278214
HSL237°63.39%56.08%
HSB/HSV237°66.36%83.92%
CMYK66.36%63.55%0.00%
16.08%

Color #484ED6 in popluar number systems.

HEX484ED6
Decimal7278214
Binary1001000100111011010110
Octal110116326

Shades and tints

Shades of #484ED6

#484ED6
(72,78,214)
#4247C3
(66,71,195)
#3C40B0
(60,64,176)
#36399D
(54,57,157)
#30328A
(48,50,138)
#2A2B77
(42,43,119)
#242464
(36,36,100)
#1E1D51
(30,29,81)
#18163E
(24,22,62)
#120F2B
(18,15,43)
#0C0818
(12,8,24)
#000000
(0,0,0)

Tints of #484ED6

#484ED6
(72,78,214)
#585ED9
(88,94,217)
#686EDC
(104,110,220)
#787EDF
(120,126,223)
#888EE2
(136,142,226)
#989EE5
(152,158,229)
#A8AEE8
(168,174,232)
#B8BEEB
(184,190,235)
#C8CEEE
(200,206,238)
#D8DEF1
(216,222,241)
#E8EEF4
(232,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484ED6 color. Also use rgb(72,78,214) instead hex code.

Text Font Color

.myTextColor { color: #484ED6; }

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

This text font color is #484ED6.


Background Color

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

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

This div background color is #484ED6.


Border color

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

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

This div border color is #484ED6.


Opacity

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

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

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

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

This text has shadow with #484ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484ED6 on black background.


Color preview on white background

This text has color #484ED6 on white background.



Black color preview on #484ED6 background

This text has black color on #484ED6 background.


White color preview on #484ED6 background

This text has white color on #484ED6 background.