COLOR #4A658E

HEX: #4A658E
RGB: (74,101,142)

Color info

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

RGB color model

#4A658E color RGB value is (74,101,142).

  • red value is 74;
  • green value is 101;
  • blue value is 142.
RGB:
(74,101,142)
(29%,40%,56%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 142 of 255 = 56%

74
101
142

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

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 142 = 317 (100%)
R 74 of 317 ~ 23.34%
G 101 of 317 ~ 31.86%
B 142 of 317 ~ 44.79%

%23.34
%31.86
%44.79

CMYK color model

#4A658E color CMYK value is (48,29,0,44).

  • cyan value is 47.89%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(48,29,0,44)
C48M29Y0K44 
(48%,29%,0%,44%)
(0.48/0.29/0.00/0.44)	

CMYK percentages

%47.89
%28.87
%0
%44.31

Codes

Color #4A658E in popluar color models

4A658E
RGB74101142
HSL216°31.48%42.35%
HSB/HSV216°47.89%55.69%
CMYK47.89%28.87%0.00%
44.31%

Color #4A658E in popluar number systems.

HEX4A658E
Decimal74101142
Binary1001010110010110001110
Octal112145216

Shades and tints

Shades of #4A658E

#4A658E
(74,101,142)
#445C82
(68,92,130)
#3E5376
(62,83,118)
#384A6A
(56,74,106)
#32415E
(50,65,94)
#2C3852
(44,56,82)
#262F46
(38,47,70)
#20263A
(32,38,58)
#1A1D2E
(26,29,46)
#141422
(20,20,34)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #4A658E

#4A658E
(74,101,142)
#5A7398
(90,115,152)
#6A81A2
(106,129,162)
#7A8FAC
(122,143,172)
#8A9DB6
(138,157,182)
#9AABC0
(154,171,192)
#AAB9CA
(170,185,202)
#BAC7D4
(186,199,212)
#CAD5DE
(202,213,222)
#DAE3E8
(218,227,232)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A658E color. Also use rgb(74,101,142) instead hex code.

Text Font Color

.myTextColor { color: #4A658E; }

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

This text font color is #4A658E.


Background Color

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

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

This div background color is #4A658E.


Border color

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

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

This div border color is #4A658E.


Opacity

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

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

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

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

This text has shadow with #4A658E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A658E on black background.


Color preview on white background

This text has color #4A658E on white background.



Black color preview on #4A658E background

This text has black color on #4A658E background.


White color preview on #4A658E background

This text has white color on #4A658E background.