COLOR #4F75CA

HEX: #4F75CA
RGB: (79,117,202)

Color info

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

RGB color model

#4F75CA color RGB value is (79,117,202).

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

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 202 of 255 = 79%

79
117
202

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

Portions of RGB colors in percentages

R + G + B =
79 + 117 + 202 = 398 (100%)
R 79 of 398 ~ 19.85%
G 117 of 398 ~ 29.4%
B 202 of 398 ~ 50.75%

%19.85
%29.4
%50.75

CMYK color model

#4F75CA color CMYK value is (61,42,0,21).

  • cyan value is 60.89%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(61,42,0,21)
C61M42Y0K21 
(61%,42%,0%,21%)
(0.61/0.42/0.00/0.21)	

CMYK percentages

%60.89
%42.08
%0
%20.78

Codes

Color #4F75CA in popluar color models

4F75CA
RGB79117202
HSL221°53.71%55.10%
HSB/HSV221°60.89%79.22%
CMYK60.89%42.08%0.00%
20.78%

Color #4F75CA in popluar number systems.

HEX4F75CA
Decimal79117202
Binary1001111111010111001010
Octal117165312

Shades and tints

Shades of #4F75CA

#4F75CA
(79,117,202)
#486BB8
(72,107,184)
#4161A6
(65,97,166)
#3A5794
(58,87,148)
#334D82
(51,77,130)
#2C4370
(44,67,112)
#25395E
(37,57,94)
#1E2F4C
(30,47,76)
#17253A
(23,37,58)
#101B28
(16,27,40)
#091116
(9,17,22)
#000000
(0,0,0)

Tints of #4F75CA

#4F75CA
(79,117,202)
#5F81CE
(95,129,206)
#6F8DD2
(111,141,210)
#7F99D6
(127,153,214)
#8FA5DA
(143,165,218)
#9FB1DE
(159,177,222)
#AFBDE2
(175,189,226)
#BFC9E6
(191,201,230)
#CFD5EA
(207,213,234)
#DFE1EE
(223,225,238)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F75CA; }

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

This text font color is #4F75CA.


Background Color

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

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

This div background color is #4F75CA.


Border color

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

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

This div border color is #4F75CA.


Opacity

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

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

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

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

This text has shadow with #4F75CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F75CA on black background.


Color preview on white background

This text has color #4F75CA on white background.



Black color preview on #4F75CA background

This text has black color on #4F75CA background.


White color preview on #4F75CA background

This text has white color on #4F75CA background.