COLOR #4F52CA

HEX: #4F52CA
RGB: (79,82,202)

Color info

#4F52CA contains mainly blue color. Web safe color of #4F52CA is #6666CC (or #66C).

RGB color model

#4F52CA color RGB value is (79,82,202).

  • red value is 79;
  • green value is 82;
  • blue value is 202.
RGB:
(79,82,202)
(31%,32%,79%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 202 of 255 = 79%

79
82
202

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

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 202 = 363 (100%)
R 79 of 363 ~ 21.76%
G 82 of 363 ~ 22.59%
B 202 of 363 ~ 55.65%

%21.76
%22.59
%55.65

CMYK color model

#4F52CA color CMYK value is (61,59,0,21).

  • cyan value is 60.89%
  • magenta value is 59.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(61,59,0,21)
C61M59Y0K21 
(61%,59%,0%,21%)
(0.61/0.59/0.00/0.21)	

CMYK percentages

%60.89
%59.41
%0
%20.78

Codes

Color #4F52CA in popluar color models

4F52CA
RGB7982202
HSL239°53.71%55.10%
HSB/HSV239°60.89%79.22%
CMYK60.89%59.41%0.00%
20.78%

Color #4F52CA in popluar number systems.

HEX4F52CA
Decimal7982202
Binary1001111101001011001010
Octal117122312

Shades and tints

Shades of #4F52CA

#4F52CA
(79,82,202)
#484BB8
(72,75,184)
#4144A6
(65,68,166)
#3A3D94
(58,61,148)
#333682
(51,54,130)
#2C2F70
(44,47,112)
#25285E
(37,40,94)
#1E214C
(30,33,76)
#171A3A
(23,26,58)
#101328
(16,19,40)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #4F52CA

#4F52CA
(79,82,202)
#5F61CE
(95,97,206)
#6F70D2
(111,112,210)
#7F7FD6
(127,127,214)
#8F8EDA
(143,142,218)
#9F9DDE
(159,157,222)
#AFACE2
(175,172,226)
#BFBBE6
(191,187,230)
#CFCAEA
(207,202,234)
#DFD9EE
(223,217,238)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F52CA color. Also use rgb(79,82,202) instead hex code.

Text Font Color

.myTextColor { color: #4F52CA; }

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

This text font color is #4F52CA.


Background Color

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

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

This div background color is #4F52CA.


Border color

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

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

This div border color is #4F52CA.


Opacity

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

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

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

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

This text has shadow with #4F52CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F52CA on black background.


Color preview on white background

This text has color #4F52CA on white background.



Black color preview on #4F52CA background

This text has black color on #4F52CA background.


White color preview on #4F52CA background

This text has white color on #4F52CA background.