COLOR #4F80AB

HEX: #4F80AB RGB: (79,128,171)

Color info

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

RGB color model

#4F80AB color RGB value is (79,128,171).

RGB: (79,128,171) (31%, 50%, 67%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 171 of 255 = 67%

79
128
171

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

Portions of RGB colors in percentages

R + G + B = 79 + 128 + 171 = 378 (100%)
R 79 of 378 ~ 20.9%
G 128 of 378 ~ 33.86%
B 171 of 378 ~ 45.24'%

%20.9
%33.86
%45.24

CMYK color model

#4F80AB color CMYK value is (54,25,0,33).

  • cyan value is 53.80%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (54,25,0,33)
C54M25Y0K33 (54%, 25%, 0%, 33%)
(0.54 / 0.25 / 0.00 / 0.33)

CMYK percentages

%53.8
%25.15
%0
%32.94

Codes

Color #4F80AB in popluar color models

4F 80 AB
RGB 79 128 171
HSL 208° 36.80% 49.02%
HSB/HSV 208° 53.80% 67.06%
CMYK 53.80% 25.15% 0.00%
32.94%

Color #4F80AB in popluar number systems.

HEX 4F 80 AB
Decimal 79 128 171
Binary 1001111 10000000 10101011
Octal 117 200 253

Shades and tints

Shades of #4F80AB

#4F80AB
(79,128,171)
#48759C
(72,117,156)
#416A8D
(65,106,141)
#3A5F7E
(58,95,126)
#33546F
(51,84,111)
#2C4960
(44,73,96)
#253E51
(37,62,81)
#1E3342
(30,51,66)
#172833
(23,40,51)
#101D24
(16,29,36)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #4F80AB

#4F80AB
(79,128,171)
#5F8BB2
(95,139,178)
#6F96B9
(111,150,185)
#7FA1C0
(127,161,192)
#8FACC7
(143,172,199)
#9FB7CE
(159,183,206)
#AFC2D5
(175,194,213)
#BFCDDC
(191,205,220)
#CFD8E3
(207,216,227)
#DFE3EA
(223,227,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F80AB color. Also use rgb(79,128,171) instead hex code.

Text Font Color

.myTextColor { color: #4F80AB; }

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

This text font color is #4F80AB.

Background Color

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

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

This div background color is #4F80AB.

Border color

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

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

This div border color is #4F80AB.

Opacity

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

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

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

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

This text has shadow with #4F80AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F80AB.

Preview

Color preview on black background

This text has color #4F80AB on black background.


Color preview on white background

This text has color #4F80AB on white background.


Black color preview on #4F80AB background

This text has black color on #4F80AB background.


White color preview on #4F80AB background

This text has white color on #4F80AB background.


Related colors

Complementary color

Complementary color for #hex is #B07F54.


I love getcolorcode.com

Triadic colors

1 #AB4F80 and #80AB4F with #4F80AB are triadic colors.

2 #AB804F and #804FAB with #4F80AB are triadic colors.