COLOR #4F78C6

HEX: #4F78C6 RGB: (79,120,198)

Color info

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

RGB color model

#4F78C6 color RGB value is (79,120,198).

RGB: (79,120,198) (31%, 47%, 78%)

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 198 of 255 = 78%

79
120
198

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

Portions of RGB colors in percentages

R + G + B = 79 + 120 + 198 = 397 (100%)
R 79 of 397 ~ 19.9%
G 120 of 397 ~ 30.23%
B 198 of 397 ~ 49.87'%

%19.9
%30.23
%49.87

CMYK color model

#4F78C6 color CMYK value is (60,39,0,22).

  • cyan value is 60.10%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (60,39,0,22)
C60M39Y0K22 (60%, 39%, 0%, 22%)
(0.60 / 0.39 / 0.00 / 0.22)

CMYK percentages

%60.1
%39.39
%0
%22.35

Codes

Color #4F78C6 in popluar color models

4F 78 C6
RGB 79 120 198
HSL 219° 51.07% 54.31%
HSB/HSV 219° 60.10% 77.65%
CMYK 60.10% 39.39% 0.00%
22.35%

Color #4F78C6 in popluar number systems.

HEX 4F 78 C6
Decimal 79 120 198
Binary 1001111 1111000 11000110
Octal 117 170 306

Shades and tints

Shades of #4F78C6

#4F78C6
(79,120,198)
#486EB4
(72,110,180)
#4164A2
(65,100,162)
#3A5A90
(58,90,144)
#33507E
(51,80,126)
#2C466C
(44,70,108)
#253C5A
(37,60,90)
#1E3248
(30,50,72)
#172836
(23,40,54)
#101E24
(16,30,36)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #4F78C6

#4F78C6
(79,120,198)
#5F84CB
(95,132,203)
#6F90D0
(111,144,208)
#7F9CD5
(127,156,213)
#8FA8DA
(143,168,218)
#9FB4DF
(159,180,223)
#AFC0E4
(175,192,228)
#BFCCE9
(191,204,233)
#CFD8EE
(207,216,238)
#DFE4F3
(223,228,243)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F78C6 color. Also use rgb(79,120,198) instead hex code.

Text Font Color

.myTextColor { color: #4F78C6; }

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

This text font color is #4F78C6.

Background Color

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

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

This div background color is #4F78C6.

Border color

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

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

This div border color is #4F78C6.

Opacity

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

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

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

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

This text has shadow with #4F78C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F78C6.

Preview

Color preview on black background

This text has color #4F78C6 on black background.


Color preview on white background

This text has color #4F78C6 on white background.


Black color preview on #4F78C6 background

This text has black color on #4F78C6 background.


White color preview on #4F78C6 background

This text has white color on #4F78C6 background.


Related colors

Complementary color

Complementary color for #hex is #B08739.


I love getcolorcode.com

Triadic colors

1 #C64F78 and #78C64F with #4F78C6 are triadic colors.

2 #C6784F and #784FC6 with #4F78C6 are triadic colors.