COLOR #4F7092

HEX: #4F7092 RGB: (79,112,146)

Color info

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

RGB color model

#4F7092 color RGB value is (79,112,146).

RGB: (79,112,146) (31%, 44%, 57%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 146 of 255 = 57%

79
112
146

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

Portions of RGB colors in percentages

R + G + B = 79 + 112 + 146 = 337 (100%)
R 79 of 337 ~ 23.44%
G 112 of 337 ~ 33.23%
B 146 of 337 ~ 43.32'%

%23.44
%33.23
%43.32

CMYK color model

#4F7092 color CMYK value is (46,23,0,43).

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

CMYK: (46,23,0,43)
C46M23Y0K43 (46%, 23%, 0%, 43%)
(0.46 / 0.23 / 0.00 / 0.43)

CMYK percentages

%45.89
%23.29
%0
%42.75

Codes

Color #4F7092 in popluar color models

4F 70 92
RGB 79 112 146
HSL 210° 29.78% 44.12%
HSB/HSV 210° 45.89% 57.25%
CMYK 45.89% 23.29% 0.00%
42.75%

Color #4F7092 in popluar number systems.

HEX 4F 70 92
Decimal 79 112 146
Binary 1001111 1110000 10010010
Octal 117 160 222

Shades and tints

Shades of #4F7092

#4F7092
(79,112,146)
#486685
(72,102,133)
#415C78
(65,92,120)
#3A526B
(58,82,107)
#33485E
(51,72,94)
#2C3E51
(44,62,81)
#253444
(37,52,68)
#1E2A37
(30,42,55)
#17202A
(23,32,42)
#10161D
(16,22,29)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #4F7092

#4F7092
(79,112,146)
#5F7D9B
(95,125,155)
#6F8AA4
(111,138,164)
#7F97AD
(127,151,173)
#8FA4B6
(143,164,182)
#9FB1BF
(159,177,191)
#AFBEC8
(175,190,200)
#BFCBD1
(191,203,209)
#CFD8DA
(207,216,218)
#DFE5E3
(223,229,227)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7092; }

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

This text font color is #4F7092.

Background Color

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

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

This div background color is #4F7092.

Border color

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

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

This div border color is #4F7092.

Opacity

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

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

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

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

This text has shadow with #4F7092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7092.

Preview

Color preview on black background

This text has color #4F7092 on black background.


Color preview on white background

This text has color #4F7092 on white background.


Black color preview on #4F7092 background

This text has black color on #4F7092 background.


White color preview on #4F7092 background

This text has white color on #4F7092 background.


Related colors

Complementary color

Complementary color for #hex is #B08F6D.


I love getcolorcode.com

Triadic colors

1 #924F70 and #70924F with #4F7092 are triadic colors.

2 #92704F and #704F92 with #4F7092 are triadic colors.