COLOR #4A4087

HEX: #4A4087
RGB: (74,64,135)

Color info

#4A4087 contains mainly blue color. Web safe color of #4A4087 is #333399 (or #339).

RGB color model

#4A4087 color RGB value is (74,64,135).

  • red value is 74;
  • green value is 64;
  • blue value is 135.
RGB:
(74,64,135)
(29%,25%,53%)

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 135 of 255 = 53%

74
64
135

R + G + B ~ 36%. #4A4087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 64 + 135 = 273 (100%)
R 74 of 273 ~ 27.11%
G 64 of 273 ~ 23.44%
B 135 of 273 ~ 49.45%

%27.11
%23.44
%49.45

CMYK color model

#4A4087 color CMYK value is (45,53,0,47).

  • cyan value is 45.19%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(45,53,0,47)
C45M53Y0K47 
(45%,53%,0%,47%)
(0.45/0.53/0.00/0.47)	

CMYK percentages

%45.19
%52.59
%0
%47.06

Codes

Color #4A4087 in popluar color models

4A4087
RGB7464135
HSL248°35.68%39.02%
HSB/HSV248°52.59%52.94%
CMYK45.19%52.59%0.00%
47.06%

Color #4A4087 in popluar number systems.

HEX4A4087
Decimal7464135
Binary1001010100000010000111
Octal112100207

Shades and tints

Shades of #4A4087

#4A4087
(74,64,135)
#443B7B
(68,59,123)
#3E366F
(62,54,111)
#383163
(56,49,99)
#322C57
(50,44,87)
#2C274B
(44,39,75)
#26223F
(38,34,63)
#201D33
(32,29,51)
#1A1827
(26,24,39)
#14131B
(20,19,27)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A4087

#4A4087
(74,64,135)
#5A5191
(90,81,145)
#6A629B
(106,98,155)
#7A73A5
(122,115,165)
#8A84AF
(138,132,175)
#9A95B9
(154,149,185)
#AAA6C3
(170,166,195)
#BAB7CD
(186,183,205)
#CAC8D7
(202,200,215)
#DAD9E1
(218,217,225)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4087 color. Also use rgb(74,64,135) instead hex code.

Text Font Color

.myTextColor { color: #4A4087; }

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

This text font color is #4A4087.


Background Color

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

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

This div background color is #4A4087.


Border color

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

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

This div border color is #4A4087.


Opacity

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

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

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

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

This text has shadow with #4A4087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4087 on black background.


Color preview on white background

This text has color #4A4087 on white background.



Black color preview on #4A4087 background

This text has black color on #4A4087 background.


White color preview on #4A4087 background

This text has white color on #4A4087 background.