COLOR #4A658C

HEX: #4A658C
RGB: (74,101,140)

Color info

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

RGB color model

#4A658C color RGB value is (74,101,140).

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

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 140 of 255 = 55%

74
101
140

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

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 140 = 315 (100%)
R 74 of 315 ~ 23.49%
G 101 of 315 ~ 32.06%
B 140 of 315 ~ 44.44%

%23.49
%32.06
%44.44

CMYK color model

#4A658C color CMYK value is (47,28,0,45).

  • cyan value is 47.14%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(47,28,0,45)
C47M28Y0K45 
(47%,28%,0%,45%)
(0.47/0.28/0.00/0.45)	

CMYK percentages

%47.14
%27.86
%0
%45.1

Codes

Color #4A658C in popluar color models

4A658C
RGB74101140
HSL215°30.84%41.96%
HSB/HSV215°47.14%54.90%
CMYK47.14%27.86%0.00%
45.10%

Color #4A658C in popluar number systems.

HEX4A658C
Decimal74101140
Binary1001010110010110001100
Octal112145214

Shades and tints

Shades of #4A658C

#4A658C
(74,101,140)
#445C80
(68,92,128)
#3E5374
(62,83,116)
#384A68
(56,74,104)
#32415C
(50,65,92)
#2C3850
(44,56,80)
#262F44
(38,47,68)
#202638
(32,38,56)
#1A1D2C
(26,29,44)
#141420
(20,20,32)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #4A658C

#4A658C
(74,101,140)
#5A7396
(90,115,150)
#6A81A0
(106,129,160)
#7A8FAA
(122,143,170)
#8A9DB4
(138,157,180)
#9AABBE
(154,171,190)
#AAB9C8
(170,185,200)
#BAC7D2
(186,199,210)
#CAD5DC
(202,213,220)
#DAE3E6
(218,227,230)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A658C; }

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

This text font color is #4A658C.


Background Color

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

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

This div background color is #4A658C.


Border color

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

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

This div border color is #4A658C.


Opacity

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

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

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

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

This text has shadow with #4A658C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A658C on black background.


Color preview on white background

This text has color #4A658C on white background.



Black color preview on #4A658C background

This text has black color on #4A658C background.


White color preview on #4A658C background

This text has white color on #4A658C background.