COLOR #4F07DB

HEX: #4F07DB
RGB: (79,7,219)

Color info

#4F07DB contains mainly blue color. Web safe color of #4F07DB is #6600CC (or #60C).

RGB color model

#4F07DB color RGB value is (79,7,219).

  • red value is 79;
  • green value is 7;
  • blue value is 219.
RGB:
(79,7,219)
(31%,3%,86%)

RGB channels and saturation

R 79 of 255 = 31%
G 7 of 255 = 3%
B 219 of 255 = 86%

79
7
219

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

Portions of RGB colors in percentages

R + G + B =
79 + 7 + 219 = 305 (100%)
R 79 of 305 ~ 25.9%
G 7 of 305 ~ 2.3%
B 219 of 305 ~ 71.8%

%25.9
%71.8

CMYK color model

#4F07DB color CMYK value is (64,97,0,14).

  • cyan value is 63.93%
  • magenta value is 96.80%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(64,97,0,14)
C64M97Y0K14 
(64%,97%,0%,14%)
(0.64/0.97/0.00/0.14)	

CMYK percentages

%63.93
%96.8
%0
%14.12

Codes

Color #4F07DB in popluar color models

4F07DB
RGB797219
HSL260°93.81%44.31%
HSB/HSV260°96.80%85.88%
CMYK63.93%96.80%0.00%
14.12%

Color #4F07DB in popluar number systems.

HEX4F07DB
Decimal797219
Binary100111111111011011
Octal1177333

Shades and tints

Shades of #4F07DB

#4F07DB
(79,7,219)
#4807C8
(72,7,200)
#4107B5
(65,7,181)
#3A07A2
(58,7,162)
#33078F
(51,7,143)
#2C077C
(44,7,124)
#250769
(37,7,105)
#1E0756
(30,7,86)
#170743
(23,7,67)
#100730
(16,7,48)
#09071D
(9,7,29)
#000000
(0,0,0)

Tints of #4F07DB

#4F07DB
(79,7,219)
#5F1DDE
(95,29,222)
#6F33E1
(111,51,225)
#7F49E4
(127,73,228)
#8F5FE7
(143,95,231)
#9F75EA
(159,117,234)
#AF8BED
(175,139,237)
#BFA1F0
(191,161,240)
#CFB7F3
(207,183,243)
#DFCDF6
(223,205,246)
#EFE3F9
(239,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F07DB color. Also use rgb(79,7,219) instead hex code.

Text Font Color

.myTextColor { color: #4F07DB; }

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

This text font color is #4F07DB.


Background Color

.myBgColor { background-color: #4F07DB; }

<div style="background-color:#4F07DB">Inner text</div>

This div background color is #4F07DB.


Border color

.myBorderColor { border: 1px solid #4F07DB; }

<div style="border:3px solid #4F07DB">Div</div>

This div border color is #4F07DB.


Opacity

.myOpacity80 { color: #4F07DB; opacity: 0.8; }

<p style="color:#4F07DB;opacity:0.8;">80%</p>

Text with #4F07DB 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 #4F07DB;}

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

This text has shadow with #4F07DB color.

.textShadow {text-shadow: 3px 3px 1px #4F07DB, 3px 3px 1px red;}

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

This text has shadow with #4F07DB primary color and red secondary color.


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

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

This text has shadow with #4F07DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F07DB on black background.


Color preview on white background

This text has color #4F07DB on white background.



Black color preview on #4F07DB background

This text has black color on #4F07DB background.


White color preview on #4F07DB background

This text has white color on #4F07DB background.