COLOR #4FA1C2

HEX: #4FA1C2
RGB: (79,161,194)

Color info

#4FA1C2 contains mainly green and blue colors. Web safe color of #4FA1C2 is #6699CC (or #69C).

RGB color model

#4FA1C2 color RGB value is (79,161,194).

  • red value is 79;
  • green value is 161;
  • blue value is 194.
RGB:
(79,161,194)
(31%,63%,76%)

RGB channels and saturation

R 79 of 255 = 31%
G 161 of 255 = 63%
B 194 of 255 = 76%

79
161
194

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

Portions of RGB colors in percentages

R + G + B =
79 + 161 + 194 = 434 (100%)
R 79 of 434 ~ 18.2%
G 161 of 434 ~ 37.1%
B 194 of 434 ~ 44.7%

%18.2
%37.1
%44.7

CMYK color model

#4FA1C2 color CMYK value is (59,17,0,24).

  • cyan value is 59.28%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(59,17,0,24)
C59M17Y0K24 
(59%,17%,0%,24%)
(0.59/0.17/0.00/0.24)	

CMYK percentages

%59.28
%17.01
%0
%23.92

Codes

Color #4FA1C2 in popluar color models

4FA1C2
RGB79161194
HSL197°48.52%53.53%
HSB/HSV197°59.28%76.08%
CMYK59.28%17.01%0.00%
23.92%

Color #4FA1C2 in popluar number systems.

HEX4FA1C2
Decimal79161194
Binary10011111010000111000010
Octal117241302

Shades and tints

Shades of #4FA1C2

#4FA1C2
(79,161,194)
#4893B1
(72,147,177)
#4185A0
(65,133,160)
#3A778F
(58,119,143)
#33697E
(51,105,126)
#2C5B6D
(44,91,109)
#254D5C
(37,77,92)
#1E3F4B
(30,63,75)
#17313A
(23,49,58)
#102329
(16,35,41)
#091518
(9,21,24)
#000000
(0,0,0)

Tints of #4FA1C2

#4FA1C2
(79,161,194)
#5FA9C7
(95,169,199)
#6FB1CC
(111,177,204)
#7FB9D1
(127,185,209)
#8FC1D6
(143,193,214)
#9FC9DB
(159,201,219)
#AFD1E0
(175,209,224)
#BFD9E5
(191,217,229)
#CFE1EA
(207,225,234)
#DFE9EF
(223,233,239)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA1C2 color. Also use rgb(79,161,194) instead hex code.

Text Font Color

.myTextColor { color: #4FA1C2; }

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

This text font color is #4FA1C2.


Background Color

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

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

This div background color is #4FA1C2.


Border color

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

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

This div border color is #4FA1C2.


Opacity

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

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

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

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

This text has shadow with #4FA1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA1C2 on black background.


Color preview on white background

This text has color #4FA1C2 on white background.



Black color preview on #4FA1C2 background

This text has black color on #4FA1C2 background.


White color preview on #4FA1C2 background

This text has white color on #4FA1C2 background.