COLOR #4A4093

HEX: #4A4093 RGB: (74,64,147)

Color info

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

RGB color model

#4A4093 color RGB value is (74,64,147).

RGB: (74,64,147) (29%, 25%, 58%)

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 147 of 255 = 58%

74
64
147

R + G + B ~ 37%. #4A4093 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 64 + 147 = 285 (100%)
R 74 of 285 ~ 25.96%
G 64 of 285 ~ 22.46%
B 147 of 285 ~ 51.58'%

%25.96
%22.46
%51.58

CMYK color model

#4A4093 color CMYK value is (50,56,0,42).

  • cyan value is 49.66%
  • magenta value is 56.46%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (50,56,0,42)
C50M56Y0K42 (50%, 56%, 0%, 42%)
(0.50 / 0.56 / 0.00 / 0.42)

CMYK percentages

%49.66
%56.46
%0
%42.35

Codes

Color #4A4093 in popluar color models

4A 40 93
RGB 74 64 147
HSL 247° 39.34% 41.37%
HSB/HSV 247° 56.46% 57.65%
CMYK 49.66% 56.46% 0.00%
42.35%

Color #4A4093 in popluar number systems.

HEX 4A 40 93
Decimal 74 64 147
Binary 1001010 1000000 10010011
Octal 112 100 223

Shades and tints

Shades of #4A4093

#4A4093
(74,64,147)
#443B86
(68,59,134)
#3E3679
(62,54,121)
#38316C
(56,49,108)
#322C5F
(50,44,95)
#2C2752
(44,39,82)
#262245
(38,34,69)
#201D38
(32,29,56)
#1A182B
(26,24,43)
#14131E
(20,19,30)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #4A4093

#4A4093
(74,64,147)
#5A519C
(90,81,156)
#6A62A5
(106,98,165)
#7A73AE
(122,115,174)
#8A84B7
(138,132,183)
#9A95C0
(154,149,192)
#AAA6C9
(170,166,201)
#BAB7D2
(186,183,210)
#CAC8DB
(202,200,219)
#DAD9E4
(218,217,228)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4093; }

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

This text font color is #4A4093.

Background Color

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

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

This div background color is #4A4093.

Border color

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

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

This div border color is #4A4093.

Opacity

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

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

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

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

This text has shadow with #4A4093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4093.

Preview

Color preview on black background

This text has color #4A4093 on black background.


Color preview on white background

This text has color #4A4093 on white background.


Black color preview on #4A4093 background

This text has black color on #4A4093 background.


White color preview on #4A4093 background

This text has white color on #4A4093 background.


Related colors

Complementary color

Complementary color for #hex is #B5BF6C.


I love getcolorcode.com

Triadic colors

1 #934A40 and #40934A with #4A4093 are triadic colors.

2 #93404A and #404A93 with #4A4093 are triadic colors.