COLOR #4F8DC3

HEX: #4F8DC3
RGB: (79,141,195)

Color info

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

RGB color model

#4F8DC3 color RGB value is (79,141,195).

  • red value is 79;
  • green value is 141;
  • blue value is 195.
RGB:
(79,141,195)
(31%,55%,76%)

RGB channels and saturation

R 79 of 255 = 31%
G 141 of 255 = 55%
B 195 of 255 = 76%

79
141
195

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

Portions of RGB colors in percentages

R + G + B =
79 + 141 + 195 = 415 (100%)
R 79 of 415 ~ 19.04%
G 141 of 415 ~ 33.98%
B 195 of 415 ~ 46.99%

%19.04
%33.98
%46.99

CMYK color model

#4F8DC3 color CMYK value is (59,28,0,24).

  • cyan value is 59.49%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(59,28,0,24)
C59M28Y0K24 
(59%,28%,0%,24%)
(0.59/0.28/0.00/0.24)	

CMYK percentages

%59.49
%27.69
%0
%23.53

Codes

Color #4F8DC3 in popluar color models

4F8DC3
RGB79141195
HSL208°49.15%53.73%
HSB/HSV208°59.49%76.47%
CMYK59.49%27.69%0.00%
23.53%

Color #4F8DC3 in popluar number systems.

HEX4F8DC3
Decimal79141195
Binary10011111000110111000011
Octal117215303

Shades and tints

Shades of #4F8DC3

#4F8DC3
(79,141,195)
#4881B2
(72,129,178)
#4175A1
(65,117,161)
#3A6990
(58,105,144)
#335D7F
(51,93,127)
#2C516E
(44,81,110)
#25455D
(37,69,93)
#1E394C
(30,57,76)
#172D3B
(23,45,59)
#10212A
(16,33,42)
#091519
(9,21,25)
#000000
(0,0,0)

Tints of #4F8DC3

#4F8DC3
(79,141,195)
#5F97C8
(95,151,200)
#6FA1CD
(111,161,205)
#7FABD2
(127,171,210)
#8FB5D7
(143,181,215)
#9FBFDC
(159,191,220)
#AFC9E1
(175,201,225)
#BFD3E6
(191,211,230)
#CFDDEB
(207,221,235)
#DFE7F0
(223,231,240)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8DC3 color. Also use rgb(79,141,195) instead hex code.

Text Font Color

.myTextColor { color: #4F8DC3; }

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

This text font color is #4F8DC3.


Background Color

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

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

This div background color is #4F8DC3.


Border color

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

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

This div border color is #4F8DC3.


Opacity

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

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

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

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

This text has shadow with #4F8DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8DC3 on black background.


Color preview on white background

This text has color #4F8DC3 on white background.



Black color preview on #4F8DC3 background

This text has black color on #4F8DC3 background.


White color preview on #4F8DC3 background

This text has white color on #4F8DC3 background.