COLOR #4A4362

HEX: #4A4362 RGB: (74,67,98)

Color info

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

RGB color model

#4A4362 color RGB value is (74,67,98).

RGB: (74,67,98) (29%, 26%, 38%)

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 98 of 255 = 38%

74
67
98

R + G + B ~ 31%. #4A4362 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 67 + 98 = 239 (100%)
R 74 of 239 ~ 30.96%
G 67 of 239 ~ 28.03%
B 98 of 239 ~ 41'%

%30.96
%28.03
%41

CMYK color model

#4A4362 color CMYK value is (24,32,0,62).

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

CMYK: (24,32,0,62)
C24M32Y0K62 (24%, 32%, 0%, 62%)
(0.24 / 0.32 / 0.00 / 0.62)

CMYK percentages

%24.49
%31.63
%0
%61.57

Codes

Color #4A4362 in popluar color models

4A 43 62
RGB 74 67 98
HSL 254° 18.79% 32.35%
HSB/HSV 254° 31.63% 38.43%
CMYK 24.49% 31.63% 0.00%
61.57%

Color #4A4362 in popluar number systems.

HEX 4A 43 62
Decimal 74 67 98
Binary 1001010 1000011 1100010
Octal 112 103 142

Shades and tints

Shades of #4A4362

#4A4362
(74,67,98)
#443D5A
(68,61,90)
#3E3752
(62,55,82)
#38314A
(56,49,74)
#322B42
(50,43,66)
#2C253A
(44,37,58)
#261F32
(38,31,50)
#20192A
(32,25,42)
#1A1322
(26,19,34)
#140D1A
(20,13,26)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #4A4362

#4A4362
(74,67,98)
#5A5470
(90,84,112)
#6A657E
(106,101,126)
#7A768C
(122,118,140)
#8A879A
(138,135,154)
#9A98A8
(154,152,168)
#AAA9B6
(170,169,182)
#BABAC4
(186,186,196)
#CACBD2
(202,203,210)
#DADCE0
(218,220,224)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4362; }

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

This text font color is #4A4362.

Background Color

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

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

This div background color is #4A4362.

Border color

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

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

This div border color is #4A4362.

Opacity

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

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

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

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

This text has shadow with #4A4362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4362.

Preview

Color preview on black background

This text has color #4A4362 on black background.


Color preview on white background

This text has color #4A4362 on white background.


Black color preview on #4A4362 background

This text has black color on #4A4362 background.


White color preview on #4A4362 background

This text has white color on #4A4362 background.


Related colors

Complementary color

Complementary color for #hex is #B5BC9D.


I love getcolorcode.com

Triadic colors

1 #624A43 and #43624A with #4A4362 are triadic colors.

2 #62434A and #434A62 with #4A4362 are triadic colors.