COLOR #4A6F9E

HEX: #4A6F9E
RGB: (74,111,158)

Color info

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

RGB color model

#4A6F9E color RGB value is (74,111,158).

  • red value is 74;
  • green value is 111;
  • blue value is 158.
RGB:
(74,111,158)
(29%,44%,62%)

RGB channels and saturation

R 74 of 255 = 29%
G 111 of 255 = 44%
B 158 of 255 = 62%

74
111
158

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

Portions of RGB colors in percentages

R + G + B =
74 + 111 + 158 = 343 (100%)
R 74 of 343 ~ 21.57%
G 111 of 343 ~ 32.36%
B 158 of 343 ~ 46.06%

%21.57
%32.36
%46.06

CMYK color model

#4A6F9E color CMYK value is (53,30,0,38).

  • cyan value is 53.16%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(53,30,0,38)
C53M30Y0K38 
(53%,30%,0%,38%)
(0.53/0.30/0.00/0.38)	

CMYK percentages

%53.16
%29.75
%0
%38.04

Codes

Color #4A6F9E in popluar color models

4A6F9E
RGB74111158
HSL214°36.21%45.49%
HSB/HSV214°53.16%61.96%
CMYK53.16%29.75%0.00%
38.04%

Color #4A6F9E in popluar number systems.

HEX4A6F9E
Decimal74111158
Binary1001010110111110011110
Octal112157236

Shades and tints

Shades of #4A6F9E

#4A6F9E
(74,111,158)
#446590
(68,101,144)
#3E5B82
(62,91,130)
#385174
(56,81,116)
#324766
(50,71,102)
#2C3D58
(44,61,88)
#26334A
(38,51,74)
#20293C
(32,41,60)
#1A1F2E
(26,31,46)
#141520
(20,21,32)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #4A6F9E

#4A6F9E
(74,111,158)
#5A7CA6
(90,124,166)
#6A89AE
(106,137,174)
#7A96B6
(122,150,182)
#8AA3BE
(138,163,190)
#9AB0C6
(154,176,198)
#AABDCE
(170,189,206)
#BACAD6
(186,202,214)
#CAD7DE
(202,215,222)
#DAE4E6
(218,228,230)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6F9E color. Also use rgb(74,111,158) instead hex code.

Text Font Color

.myTextColor { color: #4A6F9E; }

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

This text font color is #4A6F9E.


Background Color

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

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

This div background color is #4A6F9E.


Border color

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

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

This div border color is #4A6F9E.


Opacity

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

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

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

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

This text has shadow with #4A6F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6F9E on black background.


Color preview on white background

This text has color #4A6F9E on white background.



Black color preview on #4A6F9E background

This text has black color on #4A6F9E background.


White color preview on #4A6F9E background

This text has white color on #4A6F9E background.