COLOR #4A488E

HEX: #4A488E RGB: (74,72,142)

Color info

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

RGB color model

#4A488E color RGB value is (74,72,142).

RGB: (74,72,142) (29%, 28%, 56%)

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 142 of 255 = 56%

74
72
142

R + G + B ~ 38%. #4A488E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 72 + 142 = 288 (100%)
R 74 of 288 ~ 25.69%
G 72 of 288 ~ 25%
B 142 of 288 ~ 49.31'%

%25.69
%25
%49.31

CMYK color model

#4A488E color CMYK value is (48,49,0,44).

  • cyan value is 47.89%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (48,49,0,44) C48M49Y0K44 (48%,49%,0%,44%) (0.48/0.49/0.00/0.44) 

CMYK percentages

%47.89
%49.3
%0
%44.31

Codes

Color #4A488E in popluar color models

4A 48 8E
RGB 74 72 142
HSL 242° 32.71% 41.96%
HSB/HSV 242° 49.30% 55.69%
CMYK 47.89% 49.30% 0.00%
44.31%

Color #4A488E in popluar number systems.

HEX 4A 48 8E
Decimal 74 72 142
Binary 1001010 1001000 10001110
Octal 112 110 216

Shades and tints

Shades of #4A488E

#4A488E
(74,72,142)
#444282
(68,66,130)
#3E3C76
(62,60,118)
#38366A
(56,54,106)
#32305E
(50,48,94)
#2C2A52
(44,42,82)
#262446
(38,36,70)
#201E3A
(32,30,58)
#1A182E
(26,24,46)
#141222
(20,18,34)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #4A488E

#4A488E
(74,72,142)
#5A5898
(90,88,152)
#6A68A2
(106,104,162)
#7A78AC
(122,120,172)
#8A88B6
(138,136,182)
#9A98C0
(154,152,192)
#AAA8CA
(170,168,202)
#BAB8D4
(186,184,212)
#CAC8DE
(202,200,222)
#DAD8E8
(218,216,232)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A488E color. Also use rgb(74,72,142) instead hex code.

Text Font Color

.myTextColor { color: #4A488E; }

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

This text font color is #4A488E.

Background Color

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

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

This div background color is #4A488E.

Border color

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

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

This div border color is #4A488E.

Opacity

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

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

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

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

This text has shadow with #4A488E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A488E.

Preview

Color preview on black background

This text has color #4A488E on black background.


Color preview on white background

This text has color #4A488E on white background.


Black color preview on #4A488E background

This text has black color on #4A488E background.


White color preview on #4A488E background

This text has white color on #4A488E background.


Related colors

Complementary color

Complementary color for #hex is #B5B771.


I love getcolorcode.com

Triadic colors

1 #8E4A48 and #488E4A with #4A488E are triadic colors.

2 #8E484A and #484A8E with #4A488E are triadic colors.