COLOR #484FD1

HEX: #484FD1
RGB: (72,79,209)

Color info

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

RGB color model

#484FD1 color RGB value is (72,79,209).

  • red value is 72;
  • green value is 79;
  • blue value is 209.
RGB:
(72,79,209)
(28%,31%,82%)

RGB channels and saturation

R 72 of 255 = 28%
G 79 of 255 = 31%
B 209 of 255 = 82%

72
79
209

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

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 209 = 360 (100%)
R 72 of 360 ~ 20%
G 79 of 360 ~ 21.94%
B 209 of 360 ~ 58.06%

%20
%21.94
%58.06

CMYK color model

#484FD1 color CMYK value is (66,62,0,18).

  • cyan value is 65.55%
  • magenta value is 62.20%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(66,62,0,18)
C66M62Y0K18 
(66%,62%,0%,18%)
(0.66/0.62/0.00/0.18)	

CMYK percentages

%65.55
%62.2
%0
%18.04

Codes

Color #484FD1 in popluar color models

484FD1
RGB7279209
HSL237°59.83%55.10%
HSB/HSV237°65.55%81.96%
CMYK65.55%62.20%0.00%
18.04%

Color #484FD1 in popluar number systems.

HEX484FD1
Decimal7279209
Binary1001000100111111010001
Octal110117321

Shades and tints

Shades of #484FD1

#484FD1
(72,79,209)
#4248BE
(66,72,190)
#3C41AB
(60,65,171)
#363A98
(54,58,152)
#303385
(48,51,133)
#2A2C72
(42,44,114)
#24255F
(36,37,95)
#1E1E4C
(30,30,76)
#181739
(24,23,57)
#121026
(18,16,38)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #484FD1

#484FD1
(72,79,209)
#585FD5
(88,95,213)
#686FD9
(104,111,217)
#787FDD
(120,127,221)
#888FE1
(136,143,225)
#989FE5
(152,159,229)
#A8AFE9
(168,175,233)
#B8BFED
(184,191,237)
#C8CFF1
(200,207,241)
#D8DFF5
(216,223,245)
#E8EFF9
(232,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484FD1 color. Also use rgb(72,79,209) instead hex code.

Text Font Color

.myTextColor { color: #484FD1; }

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

This text font color is #484FD1.


Background Color

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

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

This div background color is #484FD1.


Border color

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

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

This div border color is #484FD1.


Opacity

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

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

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

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

This text has shadow with #484FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484FD1 on black background.


Color preview on white background

This text has color #484FD1 on white background.



Black color preview on #484FD1 background

This text has black color on #484FD1 background.


White color preview on #484FD1 background

This text has white color on #484FD1 background.