COLOR #4F6697

HEX: #4F6697
RGB: (79,102,151)

Color info

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

RGB color model

#4F6697 color RGB value is (79,102,151).

  • red value is 79;
  • green value is 102;
  • blue value is 151.
RGB:
(79,102,151)
(31%,40%,59%)

RGB channels and saturation

R 79 of 255 = 31%
G 102 of 255 = 40%
B 151 of 255 = 59%

79
102
151

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

Portions of RGB colors in percentages

R + G + B =
79 + 102 + 151 = 332 (100%)
R 79 of 332 ~ 23.8%
G 102 of 332 ~ 30.72%
B 151 of 332 ~ 45.48%

%23.8
%30.72
%45.48

CMYK color model

#4F6697 color CMYK value is (48,32,0,41).

  • cyan value is 47.68%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(48,32,0,41)
C48M32Y0K41 
(48%,32%,0%,41%)
(0.48/0.32/0.00/0.41)	

CMYK percentages

%47.68
%32.45
%0
%40.78

Codes

Color #4F6697 in popluar color models

4F6697
RGB79102151
HSL221°31.30%45.10%
HSB/HSV221°47.68%59.22%
CMYK47.68%32.45%0.00%
40.78%

Color #4F6697 in popluar number systems.

HEX4F6697
Decimal79102151
Binary1001111110011010010111
Octal117146227

Shades and tints

Shades of #4F6697

#4F6697
(79,102,151)
#485D8A
(72,93,138)
#41547D
(65,84,125)
#3A4B70
(58,75,112)
#334263
(51,66,99)
#2C3956
(44,57,86)
#253049
(37,48,73)
#1E273C
(30,39,60)
#171E2F
(23,30,47)
#101522
(16,21,34)
#090C15
(9,12,21)
#000000
(0,0,0)

Tints of #4F6697

#4F6697
(79,102,151)
#5F73A0
(95,115,160)
#6F80A9
(111,128,169)
#7F8DB2
(127,141,178)
#8F9ABB
(143,154,187)
#9FA7C4
(159,167,196)
#AFB4CD
(175,180,205)
#BFC1D6
(191,193,214)
#CFCEDF
(207,206,223)
#DFDBE8
(223,219,232)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6697 color. Also use rgb(79,102,151) instead hex code.

Text Font Color

.myTextColor { color: #4F6697; }

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

This text font color is #4F6697.


Background Color

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

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

This div background color is #4F6697.


Border color

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

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

This div border color is #4F6697.


Opacity

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

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

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

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

This text has shadow with #4F6697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6697 on black background.


Color preview on white background

This text has color #4F6697 on white background.



Black color preview on #4F6697 background

This text has black color on #4F6697 background.


White color preview on #4F6697 background

This text has white color on #4F6697 background.