COLOR #4A4B75

HEX: #4A4B75
RGB: (74,75,117)

Color info

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

RGB color model

#4A4B75 color RGB value is (74,75,117).

  • red value is 74;
  • green value is 75;
  • blue value is 117.
RGB:
(74,75,117)
(29%,29%,46%)

RGB channels and saturation

R 74 of 255 = 29%
G 75 of 255 = 29%
B 117 of 255 = 46%

74
75
117

R + G + B ~ 35%. #4A4B75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 75 + 117 = 266 (100%)
R 74 of 266 ~ 27.82%
G 75 of 266 ~ 28.2%
B 117 of 266 ~ 43.98%

%27.82
%28.2
%43.98

CMYK color model

#4A4B75 color CMYK value is (37,36,0,54).

  • cyan value is 36.75%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(37,36,0,54)
C37M36Y0K54 
(37%,36%,0%,54%)
(0.37/0.36/0.00/0.54)	

CMYK percentages

%36.75
%35.9
%0
%54.12

Codes

Color #4A4B75 in popluar color models

4A4B75
RGB7475117
HSL239°22.51%37.45%
HSB/HSV239°36.75%45.88%
CMYK36.75%35.90%0.00%
54.12%

Color #4A4B75 in popluar number systems.

HEX4A4B75
Decimal7475117
Binary100101010010111110101
Octal112113165

Shades and tints

Shades of #4A4B75

#4A4B75
(74,75,117)
#44456B
(68,69,107)
#3E3F61
(62,63,97)
#383957
(56,57,87)
#32334D
(50,51,77)
#2C2D43
(44,45,67)
#262739
(38,39,57)
#20212F
(32,33,47)
#1A1B25
(26,27,37)
#14151B
(20,21,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #4A4B75

#4A4B75
(74,75,117)
#5A5B81
(90,91,129)
#6A6B8D
(106,107,141)
#7A7B99
(122,123,153)
#8A8BA5
(138,139,165)
#9A9BB1
(154,155,177)
#AAABBD
(170,171,189)
#BABBC9
(186,187,201)
#CACBD5
(202,203,213)
#DADBE1
(218,219,225)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4B75; }

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

This text font color is #4A4B75.


Background Color

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

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

This div background color is #4A4B75.


Border color

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

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

This div border color is #4A4B75.


Opacity

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

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

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

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

This text has shadow with #4A4B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4B75 on black background.


Color preview on white background

This text has color #4A4B75 on white background.



Black color preview on #4A4B75 background

This text has black color on #4A4B75 background.


White color preview on #4A4B75 background

This text has white color on #4A4B75 background.