COLOR #4840F7

HEX: #4840F7 RGB: (72,64,247)

Color info

#4840F7 contains mainly blue color. Web safe color of #4840F7 is #3333FF (or #33F).

RGB color model

#4840F7 color RGB value is (72,64,247).

RGB: (72,64,247) (28%, 25%, 97%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 247 of 255 = 97%

72
64
247

R + G + B ~ 50%. #4840F7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 64 + 247 = 383 (100%)
R 72 of 383 ~ 18.8%
G 64 of 383 ~ 16.71%
B 247 of 383 ~ 64.49'%

%18.8
%16.71
%64.49

CMYK color model

#4840F7 color CMYK value is (71,74,0,3).

  • cyan value is 70.85%
  • magenta value is 74.09%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (71,74,0,3)
C71M74Y0K3 (71%, 74%, 0%, 3%)
(0.71 / 0.74 / 0.00 / 0.03)

CMYK percentages

%70.85
%74.09
%0
%3.14

Codes

Color #4840F7 in popluar color models

48 40 F7
RGB 72 64 247
HSL 243° 91.96% 60.98%
HSB/HSV 243° 74.09% 96.86%
CMYK 70.85% 74.09% 0.00%
3.14%

Color #4840F7 in popluar number systems.

HEX 48 40 F7
Decimal 72 64 247
Binary 1001000 1000000 11110111
Octal 110 100 367

Shades and tints

Shades of #4840F7

#4840F7
(72,64,247)
#423BE1
(66,59,225)
#3C36CB
(60,54,203)
#3631B5
(54,49,181)
#302C9F
(48,44,159)
#2A2789
(42,39,137)
#242273
(36,34,115)
#1E1D5D
(30,29,93)
#181847
(24,24,71)
#121331
(18,19,49)
#0C0E1B
(12,14,27)
#000000
(0,0,0)

Tints of #4840F7

#4840F7
(72,64,247)
#5851F7
(88,81,247)
#6862F7
(104,98,247)
#7873F7
(120,115,247)
#8884F7
(136,132,247)
#9895F7
(152,149,247)
#A8A6F7
(168,166,247)
#B8B7F7
(184,183,247)
#C8C8F7
(200,200,247)
#D8D9F7
(216,217,247)
#E8EAF7
(232,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4840F7 color. Also use rgb(72,64,247) instead hex code.

Text Font Color

.myTextColor { color: #4840F7; }

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

This text font color is #4840F7.

Background Color

.myBgColor { background-color: #4840F7; }

<div style="background-color:#4840F7">Inner text</div>

This div background color is #4840F7.

Border color

.myBorderColor { border: 1px solid #4840F7; }

<div style="border:3px solid #4840F7">Div</div>

This div border color is #4840F7.

Opacity

.myOpacity80 { color: #4840F7; opacity: 0.8; }

<p style="color:#4840F7;opacity:0.8;">80%</p>

Text with #4840F7 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 #4840F7;}

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

This text has shadow with #4840F7 color.


.textShadow {text-shadow: 3px 3px 1px #4840F7', 3px 3px 1px red;}

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

This text has shadow with #4840F7 primary color and red secondary color.


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

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

This text has shadow with #4840F7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4840F7; -webkit-box-shadow: 1px 1px 3px 2px #4840F7; box-shadow:1px 1px 3px 2px #4840F7;">
Div content here
</div>

This div box has shadow with color #4840F7.

Preview

Color preview on black background

This text has color #4840F7 on black background.


Color preview on white background

This text has color #4840F7 on white background.


Black color preview on #4840F7 background

This text has black color on #4840F7 background.


White color preview on #4840F7 background

This text has white color on #4840F7 background.


Related colors

Complementary color

Complementary color for #hex is #B7BF08.


I love getcolorcode.com

Triadic colors

1 #F74840 and #40F748 with #4840F7 are triadic colors.

2 #F74048 and #4048F7 with #4840F7 are triadic colors.