COLOR #4F6891

HEX: #4F6891 RGB: (79,104,145)

Color info

#4F6891 contains mainly green and blue colors. Web safe color of #4F6891 is #666699 (or #669).

RGB color model

#4F6891 color RGB value is (79,104,145).

RGB: (79,104,145) (31%, 41%, 57%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 145 of 255 = 57%

79
104
145

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

Portions of RGB colors in percentages

R + G + B = 79 + 104 + 145 = 328 (100%)
R 79 of 328 ~ 24.09%
G 104 of 328 ~ 31.71%
B 145 of 328 ~ 44.21'%

%24.09
%31.71
%44.21

CMYK color model

#4F6891 color CMYK value is (46,28,0,43).

  • cyan value is 45.52%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (46,28,0,43)
C46M28Y0K43 (46%, 28%, 0%, 43%)
(0.46 / 0.28 / 0.00 / 0.43)

CMYK percentages

%45.52
%28.28
%0
%43.14

Codes

Color #4F6891 in popluar color models

4F 68 91
RGB 79 104 145
HSL 217° 29.46% 43.92%
HSB/HSV 217° 45.52% 56.86%
CMYK 45.52% 28.28% 0.00%
43.14%

Color #4F6891 in popluar number systems.

HEX 4F 68 91
Decimal 79 104 145
Binary 1001111 1101000 10010001
Octal 117 150 221

Shades and tints

Shades of #4F6891

#4F6891
(79,104,145)
#485F84
(72,95,132)
#415677
(65,86,119)
#3A4D6A
(58,77,106)
#33445D
(51,68,93)
#2C3B50
(44,59,80)
#253243
(37,50,67)
#1E2936
(30,41,54)
#172029
(23,32,41)
#10171C
(16,23,28)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F6891

#4F6891
(79,104,145)
#5F759B
(95,117,155)
#6F82A5
(111,130,165)
#7F8FAF
(127,143,175)
#8F9CB9
(143,156,185)
#9FA9C3
(159,169,195)
#AFB6CD
(175,182,205)
#BFC3D7
(191,195,215)
#CFD0E1
(207,208,225)
#DFDDEB
(223,221,235)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6891 color. Also use rgb(79,104,145) instead hex code.

Text Font Color

.myTextColor { color: #4F6891; }

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

This text font color is #4F6891.

Background Color

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

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

This div background color is #4F6891.

Border color

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

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

This div border color is #4F6891.

Opacity

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

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

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

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

This text has shadow with #4F6891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6891.

Preview

Color preview on black background

This text has color #4F6891 on black background.


Color preview on white background

This text has color #4F6891 on white background.


Black color preview on #4F6891 background

This text has black color on #4F6891 background.


White color preview on #4F6891 background

This text has white color on #4F6891 background.


Related colors

Complementary color

Complementary color for #hex is #B0976E.


I love getcolorcode.com

Triadic colors

1 #914F68 and #68914F with #4F6891 are triadic colors.

2 #91684F and #684F91 with #4F6891 are triadic colors.