COLOR #4A5D88

HEX: #4A5D88
RGB: (74,93,136)

Color info

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

RGB color model

#4A5D88 color RGB value is (74,93,136).

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

RGB channels and saturation

R 74 of 255 = 29%
G 93 of 255 = 36%
B 136 of 255 = 53%

74
93
136

R + G + B ~ 39%. #4A5D88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 93 + 136 = 303 (100%)
R 74 of 303 ~ 24.42%
G 93 of 303 ~ 30.69%
B 136 of 303 ~ 44.88%

%24.42
%30.69
%44.88

CMYK color model

#4A5D88 color CMYK value is (46,32,0,47).

  • cyan value is 45.59%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(46,32,0,47)
C46M32Y0K47 
(46%,32%,0%,47%)
(0.46/0.32/0.00/0.47)	

CMYK percentages

%45.59
%31.62
%0
%46.67

Codes

Color #4A5D88 in popluar color models

4A5D88
RGB7493136
HSL222°29.52%41.18%
HSB/HSV222°45.59%53.33%
CMYK45.59%31.62%0.00%
46.67%

Color #4A5D88 in popluar number systems.

HEX4A5D88
Decimal7493136
Binary1001010101110110001000
Octal112135210

Shades and tints

Shades of #4A5D88

#4A5D88
(74,93,136)
#44557C
(68,85,124)
#3E4D70
(62,77,112)
#384564
(56,69,100)
#323D58
(50,61,88)
#2C354C
(44,53,76)
#262D40
(38,45,64)
#202534
(32,37,52)
#1A1D28
(26,29,40)
#14151C
(20,21,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A5D88

#4A5D88
(74,93,136)
#5A6B92
(90,107,146)
#6A799C
(106,121,156)
#7A87A6
(122,135,166)
#8A95B0
(138,149,176)
#9AA3BA
(154,163,186)
#AAB1C4
(170,177,196)
#BABFCE
(186,191,206)
#CACDD8
(202,205,216)
#DADBE2
(218,219,226)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5D88; }

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

This text font color is #4A5D88.


Background Color

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

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

This div background color is #4A5D88.


Border color

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

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

This div border color is #4A5D88.


Opacity

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

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

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

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

This text has shadow with #4A5D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5D88 on black background.


Color preview on white background

This text has color #4A5D88 on white background.



Black color preview on #4A5D88 background

This text has black color on #4A5D88 background.


White color preview on #4A5D88 background

This text has white color on #4A5D88 background.