COLOR #4A5DAF

HEX: #4A5DAF
RGB: (74,93,175)

Color info

#4A5DAF contains mainly blue color. Web safe color of #4A5DAF is #336699 (or #369).

RGB color model

#4A5DAF color RGB value is (74,93,175).

  • red value is 74;
  • green value is 93;
  • blue value is 175.
RGB:
(74,93,175)
(29%,36%,69%)

RGB channels and saturation

R 74 of 255 = 29%
G 93 of 255 = 36%
B 175 of 255 = 69%

74
93
175

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

Portions of RGB colors in percentages

R + G + B =
74 + 93 + 175 = 342 (100%)
R 74 of 342 ~ 21.64%
G 93 of 342 ~ 27.19%
B 175 of 342 ~ 51.17%

%21.64
%27.19
%51.17

CMYK color model

#4A5DAF color CMYK value is (58,47,0,31).

  • cyan value is 57.71%
  • magenta value is 46.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(58,47,0,31)
C58M47Y0K31 
(58%,47%,0%,31%)
(0.58/0.47/0.00/0.31)	

CMYK percentages

%57.71
%46.86
%0
%31.37

Codes

Color #4A5DAF in popluar color models

4A5DAF
RGB7493175
HSL229°40.56%48.82%
HSB/HSV229°57.71%68.63%
CMYK57.71%46.86%0.00%
31.37%

Color #4A5DAF in popluar number systems.

HEX4A5DAF
Decimal7493175
Binary1001010101110110101111
Octal112135257

Shades and tints

Shades of #4A5DAF

#4A5DAF
(74,93,175)
#4455A0
(68,85,160)
#3E4D91
(62,77,145)
#384582
(56,69,130)
#323D73
(50,61,115)
#2C3564
(44,53,100)
#262D55
(38,45,85)
#202546
(32,37,70)
#1A1D37
(26,29,55)
#141528
(20,21,40)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #4A5DAF

#4A5DAF
(74,93,175)
#5A6BB6
(90,107,182)
#6A79BD
(106,121,189)
#7A87C4
(122,135,196)
#8A95CB
(138,149,203)
#9AA3D2
(154,163,210)
#AAB1D9
(170,177,217)
#BABFE0
(186,191,224)
#CACDE7
(202,205,231)
#DADBEE
(218,219,238)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5DAF color. Also use rgb(74,93,175) instead hex code.

Text Font Color

.myTextColor { color: #4A5DAF; }

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

This text font color is #4A5DAF.


Background Color

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

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

This div background color is #4A5DAF.


Border color

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

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

This div border color is #4A5DAF.


Opacity

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

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

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

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

This text has shadow with #4A5DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5DAF on black background.


Color preview on white background

This text has color #4A5DAF on white background.



Black color preview on #4A5DAF background

This text has black color on #4A5DAF background.


White color preview on #4A5DAF background

This text has white color on #4A5DAF background.