COLOR #4F8592

HEX: #4F8592 RGB: (79,133,146)

Color info

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

RGB color model

#4F8592 color RGB value is (79,133,146).

RGB: (79,133,146) (31%, 52%, 57%)

RGB channels and saturation

R 79 of 255 = 31%
G 133 of 255 = 52%
B 146 of 255 = 57%

79
133
146

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

Portions of RGB colors in percentages

R + G + B = 79 + 133 + 146 = 358 (100%)
R 79 of 358 ~ 22.07%
G 133 of 358 ~ 37.15%
B 146 of 358 ~ 40.78'%

%22.07
%37.15
%40.78

CMYK color model

#4F8592 color CMYK value is (46,9,0,43).

  • cyan value is 45.89%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (46,9,0,43)
C46M9Y0K43 (46%, 9%, 0%, 43%)
(0.46 / 0.09 / 0.00 / 0.43)

CMYK percentages

%45.89
%8.9
%0
%42.75

Codes

Color #4F8592 in popluar color models

4F 85 92
RGB 79 133 146
HSL 192° 29.78% 44.12%
HSB/HSV 192° 45.89% 57.25%
CMYK 45.89% 8.90% 0.00%
42.75%

Color #4F8592 in popluar number systems.

HEX 4F 85 92
Decimal 79 133 146
Binary 1001111 10000101 10010010
Octal 117 205 222

Shades and tints

Shades of #4F8592

#4F8592
(79,133,146)
#487985
(72,121,133)
#416D78
(65,109,120)
#3A616B
(58,97,107)
#33555E
(51,85,94)
#2C4951
(44,73,81)
#253D44
(37,61,68)
#1E3137
(30,49,55)
#17252A
(23,37,42)
#10191D
(16,25,29)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #4F8592

#4F8592
(79,133,146)
#5F909B
(95,144,155)
#6F9BA4
(111,155,164)
#7FA6AD
(127,166,173)
#8FB1B6
(143,177,182)
#9FBCBF
(159,188,191)
#AFC7C8
(175,199,200)
#BFD2D1
(191,210,209)
#CFDDDA
(207,221,218)
#DFE8E3
(223,232,227)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8592 color. Also use rgb(79,133,146) instead hex code.

Text Font Color

.myTextColor { color: #4F8592; }

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

This text font color is #4F8592.

Background Color

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

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

This div background color is #4F8592.

Border color

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

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

This div border color is #4F8592.

Opacity

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

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

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

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

This text has shadow with #4F8592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8592.

Preview

Color preview on black background

This text has color #4F8592 on black background.


Color preview on white background

This text has color #4F8592 on white background.


Black color preview on #4F8592 background

This text has black color on #4F8592 background.


White color preview on #4F8592 background

This text has white color on #4F8592 background.


Related colors

Complementary color

Complementary color for #hex is #B07A6D.


I love getcolorcode.com

Triadic colors

1 #924F85 and #85924F with #4F8592 are triadic colors.

2 #92854F and #854F92 with #4F8592 are triadic colors.