COLOR #4F8092

HEX: #4F8092 RGB: (79,128,146)

Color info

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

RGB color model

#4F8092 color RGB value is (79,128,146).

RGB: (79,128,146) (31%, 50%, 57%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 146 of 255 = 57%

79
128
146

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

Portions of RGB colors in percentages

R + G + B = 79 + 128 + 146 = 353 (100%)
R 79 of 353 ~ 22.38%
G 128 of 353 ~ 36.26%
B 146 of 353 ~ 41.36'%

%22.38
%36.26
%41.36

CMYK color model

#4F8092 color CMYK value is (46,12,0,43).

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

CMYK: (46,12,0,43)
C46M12Y0K43 (46%, 12%, 0%, 43%)
(0.46 / 0.12 / 0.00 / 0.43)

CMYK percentages

%45.89
%12.33
%0
%42.75

Codes

Color #4F8092 in popluar color models

4F 80 92
RGB 79 128 146
HSL 196° 29.78% 44.12%
HSB/HSV 196° 45.89% 57.25%
CMYK 45.89% 12.33% 0.00%
42.75%

Color #4F8092 in popluar number systems.

HEX 4F 80 92
Decimal 79 128 146
Binary 1001111 10000000 10010010
Octal 117 200 222

Shades and tints

Shades of #4F8092

#4F8092
(79,128,146)
#487585
(72,117,133)
#416A78
(65,106,120)
#3A5F6B
(58,95,107)
#33545E
(51,84,94)
#2C4951
(44,73,81)
#253E44
(37,62,68)
#1E3337
(30,51,55)
#17282A
(23,40,42)
#101D1D
(16,29,29)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #4F8092

#4F8092
(79,128,146)
#5F8B9B
(95,139,155)
#6F96A4
(111,150,164)
#7FA1AD
(127,161,173)
#8FACB6
(143,172,182)
#9FB7BF
(159,183,191)
#AFC2C8
(175,194,200)
#BFCDD1
(191,205,209)
#CFD8DA
(207,216,218)
#DFE3E3
(223,227,227)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8092; }

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

This text font color is #4F8092.

Background Color

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

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

This div background color is #4F8092.

Border color

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

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

This div border color is #4F8092.

Opacity

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

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

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

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

This text has shadow with #4F8092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8092.

Preview

Color preview on black background

This text has color #4F8092 on black background.


Color preview on white background

This text has color #4F8092 on white background.


Black color preview on #4F8092 background

This text has black color on #4F8092 background.


White color preview on #4F8092 background

This text has white color on #4F8092 background.


Related colors

Complementary color

Complementary color for #hex is #B07F6D.


I love getcolorcode.com

Triadic colors

1 #924F80 and #80924F with #4F8092 are triadic colors.

2 #92804F and #804F92 with #4F8092 are triadic colors.