COLOR #4F74AD

HEX: #4F74AD RGB: (79,116,173)

Color info

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

RGB color model

#4F74AD color RGB value is (79,116,173).

RGB: (79,116,173) (31%, 45%, 68%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 173 of 255 = 68%

79
116
173

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

Portions of RGB colors in percentages

R + G + B = 79 + 116 + 173 = 368 (100%)
R 79 of 368 ~ 21.47%
G 116 of 368 ~ 31.52%
B 173 of 368 ~ 47.01'%

%21.47
%31.52
%47.01

CMYK color model

#4F74AD color CMYK value is (54,33,0,32).

  • cyan value is 54.34%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (54,33,0,32) C54M33Y0K32 (54%,33%,0%,32%) (0.54/0.33/0.00/0.32) 

CMYK percentages

%54.34
%32.95
%0
%32.16

Codes

Color #4F74AD in popluar color models

4F 74 AD
RGB 79 116 173
HSL 216° 37.30% 49.41%
HSB/HSV 216° 54.34% 67.84%
CMYK 54.34% 32.95% 0.00%
32.16%

Color #4F74AD in popluar number systems.

HEX 4F 74 AD
Decimal 79 116 173
Binary 1001111 1110100 10101101
Octal 117 164 255

Shades and tints

Shades of #4F74AD

#4F74AD
(79,116,173)
#486A9E
(72,106,158)
#41608F
(65,96,143)
#3A5680
(58,86,128)
#334C71
(51,76,113)
#2C4262
(44,66,98)
#253853
(37,56,83)
#1E2E44
(30,46,68)
#172435
(23,36,53)
#101A26
(16,26,38)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #4F74AD

#4F74AD
(79,116,173)
#5F80B4
(95,128,180)
#6F8CBB
(111,140,187)
#7F98C2
(127,152,194)
#8FA4C9
(143,164,201)
#9FB0D0
(159,176,208)
#AFBCD7
(175,188,215)
#BFC8DE
(191,200,222)
#CFD4E5
(207,212,229)
#DFE0EC
(223,224,236)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F74AD color. Also use rgb(79,116,173) instead hex code.

Text Font Color

.myTextColor { color: #4F74AD; }

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

This text font color is #4F74AD.

Background Color

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

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

This div background color is #4F74AD.

Border color

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

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

This div border color is #4F74AD.

Opacity

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

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

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

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

This text has shadow with #4F74AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F74AD.

Preview

Color preview on black background

This text has color #4F74AD on black background.


Color preview on white background

This text has color #4F74AD on white background.


Black color preview on #4F74AD background

This text has black color on #4F74AD background.


White color preview on #4F74AD background

This text has white color on #4F74AD background.


Related colors

Complementary color

Complementary color for #hex is #B08B52.


I love getcolorcode.com

Triadic colors

1 #AD4F74 and #74AD4F with #4F74AD are triadic colors.

2 #AD744F and #744FAD with #4F74AD are triadic colors.