COLOR #4A7D99

HEX: #4A7D99
RGB: (74,125,153)

Color info

#4A7D99 contains mainly green and blue colors. Web safe color of #4A7D99 is #336699 (or #369).

RGB color model

#4A7D99 color RGB value is (74,125,153).

  • red value is 74;
  • green value is 125;
  • blue value is 153.
RGB:
(74,125,153)
(29%,49%,60%)

RGB channels and saturation

R 74 of 255 = 29%
G 125 of 255 = 49%
B 153 of 255 = 60%

74
125
153

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

Portions of RGB colors in percentages

R + G + B =
74 + 125 + 153 = 352 (100%)
R 74 of 352 ~ 21.02%
G 125 of 352 ~ 35.51%
B 153 of 352 ~ 43.47%

%21.02
%35.51
%43.47

CMYK color model

#4A7D99 color CMYK value is (52,18,0,40).

  • cyan value is 51.63%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(52,18,0,40)
C52M18Y0K40 
(52%,18%,0%,40%)
(0.52/0.18/0.00/0.40)	

CMYK percentages

%51.63
%18.3
%0
%40

Codes

Color #4A7D99 in popluar color models

4A7D99
RGB74125153
HSL201°34.80%44.51%
HSB/HSV201°51.63%60.00%
CMYK51.63%18.30%0.00%
40.00%

Color #4A7D99 in popluar number systems.

HEX4A7D99
Decimal74125153
Binary1001010111110110011001
Octal112175231

Shades and tints

Shades of #4A7D99

#4A7D99
(74,125,153)
#44728C
(68,114,140)
#3E677F
(62,103,127)
#385C72
(56,92,114)
#325165
(50,81,101)
#2C4658
(44,70,88)
#263B4B
(38,59,75)
#20303E
(32,48,62)
#1A2531
(26,37,49)
#141A24
(20,26,36)
#0E0F17
(14,15,23)
#000000
(0,0,0)

Tints of #4A7D99

#4A7D99
(74,125,153)
#5A88A2
(90,136,162)
#6A93AB
(106,147,171)
#7A9EB4
(122,158,180)
#8AA9BD
(138,169,189)
#9AB4C6
(154,180,198)
#AABFCF
(170,191,207)
#BACAD8
(186,202,216)
#CAD5E1
(202,213,225)
#DAE0EA
(218,224,234)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7D99 color. Also use rgb(74,125,153) instead hex code.

Text Font Color

.myTextColor { color: #4A7D99; }

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

This text font color is #4A7D99.


Background Color

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

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

This div background color is #4A7D99.


Border color

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

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

This div border color is #4A7D99.


Opacity

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

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

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

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

This text has shadow with #4A7D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7D99 on black background.


Color preview on white background

This text has color #4A7D99 on white background.



Black color preview on #4A7D99 background

This text has black color on #4A7D99 background.


White color preview on #4A7D99 background

This text has white color on #4A7D99 background.