COLOR #4F43C8

HEX: #4F43C8
RGB: (79,67,200)

Color info

#4F43C8 contains mainly blue color. Web safe color of #4F43C8 is #6633CC (or #63C).

RGB color model

#4F43C8 color RGB value is (79,67,200).

  • red value is 79;
  • green value is 67;
  • blue value is 200.
RGB:
(79,67,200)
(31%,26%,78%)

RGB channels and saturation

R 79 of 255 = 31%
G 67 of 255 = 26%
B 200 of 255 = 78%

79
67
200

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

Portions of RGB colors in percentages

R + G + B =
79 + 67 + 200 = 346 (100%)
R 79 of 346 ~ 22.83%
G 67 of 346 ~ 19.36%
B 200 of 346 ~ 57.8%

%22.83
%19.36
%57.8

CMYK color model

#4F43C8 color CMYK value is (61,67,0,22).

  • cyan value is 60.50%
  • magenta value is 66.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(61,67,0,22)
C61M67Y0K22 
(61%,67%,0%,22%)
(0.61/0.67/0.00/0.22)	

CMYK percentages

%60.5
%66.5
%0
%21.57

Codes

Color #4F43C8 in popluar color models

4F43C8
RGB7967200
HSL245°54.73%52.35%
HSB/HSV245°66.50%78.43%
CMYK60.50%66.50%0.00%
21.57%

Color #4F43C8 in popluar number systems.

HEX4F43C8
Decimal7967200
Binary1001111100001111001000
Octal117103310

Shades and tints

Shades of #4F43C8

#4F43C8
(79,67,200)
#483DB6
(72,61,182)
#4137A4
(65,55,164)
#3A3192
(58,49,146)
#332B80
(51,43,128)
#2C256E
(44,37,110)
#251F5C
(37,31,92)
#1E194A
(30,25,74)
#171338
(23,19,56)
#100D26
(16,13,38)
#090714
(9,7,20)
#000000
(0,0,0)

Tints of #4F43C8

#4F43C8
(79,67,200)
#5F54CD
(95,84,205)
#6F65D2
(111,101,210)
#7F76D7
(127,118,215)
#8F87DC
(143,135,220)
#9F98E1
(159,152,225)
#AFA9E6
(175,169,230)
#BFBAEB
(191,186,235)
#CFCBF0
(207,203,240)
#DFDCF5
(223,220,245)
#EFEDFA
(239,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F43C8 color. Also use rgb(79,67,200) instead hex code.

Text Font Color

.myTextColor { color: #4F43C8; }

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

This text font color is #4F43C8.


Background Color

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

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

This div background color is #4F43C8.


Border color

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

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

This div border color is #4F43C8.


Opacity

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

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

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

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

This text has shadow with #4F43C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F43C8 on black background.


Color preview on white background

This text has color #4F43C8 on white background.



Black color preview on #4F43C8 background

This text has black color on #4F43C8 background.


White color preview on #4F43C8 background

This text has white color on #4F43C8 background.