COLOR #4A4B6C

HEX: #4A4B6C RGB: (74,75,108)

Color info

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

RGB color model

#4A4B6C color RGB value is (74,75,108).

RGB: (74,75,108) (29%, 29%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 75 of 255 = 29%
B 108 of 255 = 42%

74
75
108

R + G + B ~ 33%. #4A4B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 75 + 108 = 257 (100%)
R 74 of 257 ~ 28.79%
G 75 of 257 ~ 29.18%
B 108 of 257 ~ 42.02'%

%28.79
%29.18
%42.02

CMYK color model

#4A4B6C color CMYK value is (31,31,0,58).

  • cyan value is 31.48%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (31,31,0,58) C31M31Y0K58 (31%,31%,0%,58%) (0.31/0.31/0.00/0.58) 

CMYK percentages

%31.48
%30.56
%0
%57.65

Codes

Color #4A4B6C in popluar color models

4A 4B 6C
RGB 74 75 108
HSL 238° 18.68% 35.69%
HSB/HSV 238° 31.48% 42.35%
CMYK 31.48% 30.56% 0.00%
57.65%

Color #4A4B6C in popluar number systems.

HEX 4A 4B 6C
Decimal 74 75 108
Binary 1001010 1001011 1101100
Octal 112 113 154

Shades and tints

Shades of #4A4B6C

#4A4B6C
(74,75,108)
#444563
(68,69,99)
#3E3F5A
(62,63,90)
#383951
(56,57,81)
#323348
(50,51,72)
#2C2D3F
(44,45,63)
#262736
(38,39,54)
#20212D
(32,33,45)
#1A1B24
(26,27,36)
#14151B
(20,21,27)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #4A4B6C

#4A4B6C
(74,75,108)
#5A5B79
(90,91,121)
#6A6B86
(106,107,134)
#7A7B93
(122,123,147)
#8A8BA0
(138,139,160)
#9A9BAD
(154,155,173)
#AAABBA
(170,171,186)
#BABBC7
(186,187,199)
#CACBD4
(202,203,212)
#DADBE1
(218,219,225)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4B6C color. Also use rgb(74,75,108) instead hex code.

Text Font Color

.myTextColor { color: #4A4B6C; }

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

This text font color is #4A4B6C.

Background Color

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

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

This div background color is #4A4B6C.

Border color

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

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

This div border color is #4A4B6C.

Opacity

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

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

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

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

This text has shadow with #4A4B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4B6C.

Preview

Color preview on black background

This text has color #4A4B6C on black background.


Color preview on white background

This text has color #4A4B6C on white background.


Black color preview on #4A4B6C background

This text has black color on #4A4B6C background.


White color preview on #4A4B6C background

This text has white color on #4A4B6C background.


Related colors

Complementary color

Complementary color for #hex is #B5B493.


I love getcolorcode.com

Triadic colors

1 #6C4A4B and #4B6C4A with #4A4B6C are triadic colors.

2 #6C4B4A and #4B4A6C with #4A4B6C are triadic colors.