COLOR #4F6AA4

HEX: #4F6AA4 RGB: (79,106,164)

Color info

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

RGB color model

#4F6AA4 color RGB value is (79,106,164).

RGB: (79,106,164) (31%, 42%, 64%)

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 164 of 255 = 64%

79
106
164

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

Portions of RGB colors in percentages

R + G + B = 79 + 106 + 164 = 349 (100%)
R 79 of 349 ~ 22.64%
G 106 of 349 ~ 30.37%
B 164 of 349 ~ 46.99'%

%22.64
%30.37
%46.99

CMYK color model

#4F6AA4 color CMYK value is (52,35,0,36).

  • cyan value is 51.83%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (52,35,0,36)
C52M35Y0K36 (52%, 35%, 0%, 36%)
(0.52 / 0.35 / 0.00 / 0.36)

CMYK percentages

%51.83
%35.37
%0
%35.69

Codes

Color #4F6AA4 in popluar color models

4F 6A A4
RGB 79 106 164
HSL 221° 34.98% 47.65%
HSB/HSV 221° 51.83% 64.31%
CMYK 51.83% 35.37% 0.00%
35.69%

Color #4F6AA4 in popluar number systems.

HEX 4F 6A A4
Decimal 79 106 164
Binary 1001111 1101010 10100100
Octal 117 152 244

Shades and tints

Shades of #4F6AA4

#4F6AA4
(79,106,164)
#486196
(72,97,150)
#415888
(65,88,136)
#3A4F7A
(58,79,122)
#33466C
(51,70,108)
#2C3D5E
(44,61,94)
#253450
(37,52,80)
#1E2B42
(30,43,66)
#172234
(23,34,52)
#101926
(16,25,38)
#091018
(9,16,24)
#000000
(0,0,0)

Tints of #4F6AA4

#4F6AA4
(79,106,164)
#5F77AC
(95,119,172)
#6F84B4
(111,132,180)
#7F91BC
(127,145,188)
#8F9EC4
(143,158,196)
#9FABCC
(159,171,204)
#AFB8D4
(175,184,212)
#BFC5DC
(191,197,220)
#CFD2E4
(207,210,228)
#DFDFEC
(223,223,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6AA4 color. Also use rgb(79,106,164) instead hex code.

Text Font Color

.myTextColor { color: #4F6AA4; }

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

This text font color is #4F6AA4.

Background Color

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

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

This div background color is #4F6AA4.

Border color

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

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

This div border color is #4F6AA4.

Opacity

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

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

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

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

This text has shadow with #4F6AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6AA4.

Preview

Color preview on black background

This text has color #4F6AA4 on black background.


Color preview on white background

This text has color #4F6AA4 on white background.


Black color preview on #4F6AA4 background

This text has black color on #4F6AA4 background.


White color preview on #4F6AA4 background

This text has white color on #4F6AA4 background.


Related colors

Complementary color

Complementary color for #hex is #B0955B.


I love getcolorcode.com

Triadic colors

1 #A44F6A and #6AA44F with #4F6AA4 are triadic colors.

2 #A46A4F and #6A4FA4 with #4F6AA4 are triadic colors.