COLOR #4A3362

HEX: #4A3362 RGB: (74,51,98)

Color info

#4A3362 contains red, green and blue colors in about the same proportion. Web safe color of #4A3362 is #333366 (or #336).

RGB color model

#4A3362 color RGB value is (74,51,98).

RGB: (74,51,98) (29%, 20%, 38%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 98 of 255 = 38%

74
51
98

R + G + B ~ 29%. #4A3362 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 51 + 98 = 223 (100%)
R 74 of 223 ~ 33.18%
G 51 of 223 ~ 22.87%
B 98 of 223 ~ 43.95'%

%33.18
%22.87
%43.95

CMYK color model

#4A3362 color CMYK value is (24,48,0,62).

  • cyan value is 24.49%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (24,48,0,62)
C24M48Y0K62 (24%, 48%, 0%, 62%)
(0.24 / 0.48 / 0.00 / 0.62)

CMYK percentages

%24.49
%47.96
%0
%61.57

Codes

Color #4A3362 in popluar color models

4A 33 62
RGB 74 51 98
HSL 269° 31.54% 29.22%
HSB/HSV 269° 47.96% 38.43%
CMYK 24.49% 47.96% 0.00%
61.57%

Color #4A3362 in popluar number systems.

HEX 4A 33 62
Decimal 74 51 98
Binary 1001010 110011 1100010
Octal 112 63 142

Shades and tints

Shades of #4A3362

#4A3362
(74,51,98)
#442F5A
(68,47,90)
#3E2B52
(62,43,82)
#38274A
(56,39,74)
#322342
(50,35,66)
#2C1F3A
(44,31,58)
#261B32
(38,27,50)
#20172A
(32,23,42)
#1A1322
(26,19,34)
#140F1A
(20,15,26)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #4A3362

#4A3362
(74,51,98)
#5A4570
(90,69,112)
#6A577E
(106,87,126)
#7A698C
(122,105,140)
#8A7B9A
(138,123,154)
#9A8DA8
(154,141,168)
#AA9FB6
(170,159,182)
#BAB1C4
(186,177,196)
#CAC3D2
(202,195,210)
#DAD5E0
(218,213,224)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3362 color. Also use rgb(74,51,98) instead hex code.

Text Font Color

.myTextColor { color: #4A3362; }

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

This text font color is #4A3362.

Background Color

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

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

This div background color is #4A3362.

Border color

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

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

This div border color is #4A3362.

Opacity

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

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

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

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

This text has shadow with #4A3362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3362.

Preview

Color preview on black background

This text has color #4A3362 on black background.


Color preview on white background

This text has color #4A3362 on white background.


Black color preview on #4A3362 background

This text has black color on #4A3362 background.


White color preview on #4A3362 background

This text has white color on #4A3362 background.


Related colors

Complementary color

Complementary color for #hex is #B5CC9D.


I love getcolorcode.com

Triadic colors

1 #624A33 and #33624A with #4A3362 are triadic colors.

2 #62334A and #334A62 with #4A3362 are triadic colors.