COLOR #4F8291

HEX: #4F8291 RGB: (79,130,145)

Color info

#4F8291 contains mainly green and blue colors. Web safe color of #4F8291 is #669999 (or #699).

RGB color model

#4F8291 color RGB value is (79,130,145).

RGB: (79,130,145) (31%, 51%, 57%)

RGB channels and saturation

R 79 of 255 = 31%
G 130 of 255 = 51%
B 145 of 255 = 57%

79
130
145

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

Portions of RGB colors in percentages

R + G + B = 79 + 130 + 145 = 354 (100%)
R 79 of 354 ~ 22.32%
G 130 of 354 ~ 36.72%
B 145 of 354 ~ 40.96'%

%22.32
%36.72
%40.96

CMYK color model

#4F8291 color CMYK value is (46,10,0,43).

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

CMYK: (46,10,0,43)
C46M10Y0K43 (46%, 10%, 0%, 43%)
(0.46 / 0.10 / 0.00 / 0.43)

CMYK percentages

%45.52
%10.34
%0
%43.14

Codes

Color #4F8291 in popluar color models

4F 82 91
RGB 79 130 145
HSL 194° 29.46% 43.92%
HSB/HSV 194° 45.52% 56.86%
CMYK 45.52% 10.34% 0.00%
43.14%

Color #4F8291 in popluar number systems.

HEX 4F 82 91
Decimal 79 130 145
Binary 1001111 10000010 10010001
Octal 117 202 221

Shades and tints

Shades of #4F8291

#4F8291
(79,130,145)
#487784
(72,119,132)
#416C77
(65,108,119)
#3A616A
(58,97,106)
#33565D
(51,86,93)
#2C4B50
(44,75,80)
#254043
(37,64,67)
#1E3536
(30,53,54)
#172A29
(23,42,41)
#101F1C
(16,31,28)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #4F8291

#4F8291
(79,130,145)
#5F8D9B
(95,141,155)
#6F98A5
(111,152,165)
#7FA3AF
(127,163,175)
#8FAEB9
(143,174,185)
#9FB9C3
(159,185,195)
#AFC4CD
(175,196,205)
#BFCFD7
(191,207,215)
#CFDAE1
(207,218,225)
#DFE5EB
(223,229,235)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8291; }

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

This text font color is #4F8291.

Background Color

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

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

This div background color is #4F8291.

Border color

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

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

This div border color is #4F8291.

Opacity

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

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

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

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

This text has shadow with #4F8291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8291.

Preview

Color preview on black background

This text has color #4F8291 on black background.


Color preview on white background

This text has color #4F8291 on white background.


Black color preview on #4F8291 background

This text has black color on #4F8291 background.


White color preview on #4F8291 background

This text has white color on #4F8291 background.


Related colors

Complementary color

Complementary color for #hex is #B07D6E.


I love getcolorcode.com

Triadic colors

1 #914F82 and #82914F with #4F8291 are triadic colors.

2 #91824F and #824F91 with #4F8291 are triadic colors.