COLOR #4B4674

HEX: #4B4674
RGB: (75,70,116)

Color info

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

RGB color model

#4B4674 color RGB value is (75,70,116).

  • red value is 75;
  • green value is 70;
  • blue value is 116.
RGB:
(75,70,116)
(29%,27%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 116 of 255 = 45%

75
70
116

R + G + B ~ 34%. #4B4674 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 70 + 116 = 261 (100%)
R 75 of 261 ~ 28.74%
G 70 of 261 ~ 26.82%
B 116 of 261 ~ 44.44%

%28.74
%26.82
%44.44

CMYK color model

#4B4674 color CMYK value is (35,40,0,55).

  • cyan value is 35.34%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(35,40,0,55)
C35M40Y0K55 
(35%,40%,0%,55%)
(0.35/0.40/0.00/0.55)	

CMYK percentages

%35.34
%39.66
%0
%54.51

Codes

Color #4B4674 in popluar color models

4B4674
RGB7570116
HSL247°24.73%36.47%
HSB/HSV247°39.66%45.49%
CMYK35.34%39.66%0.00%
54.51%

Color #4B4674 in popluar number systems.

HEX4B4674
Decimal7570116
Binary100101110001101110100
Octal113106164

Shades and tints

Shades of #4B4674

#4B4674
(75,70,116)
#45406A
(69,64,106)
#3F3A60
(63,58,96)
#393456
(57,52,86)
#332E4C
(51,46,76)
#2D2842
(45,40,66)
#272238
(39,34,56)
#211C2E
(33,28,46)
#1B1624
(27,22,36)
#15101A
(21,16,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #4B4674

#4B4674
(75,70,116)
#5B5680
(91,86,128)
#6B668C
(107,102,140)
#7B7698
(123,118,152)
#8B86A4
(139,134,164)
#9B96B0
(155,150,176)
#ABA6BC
(171,166,188)
#BBB6C8
(187,182,200)
#CBC6D4
(203,198,212)
#DBD6E0
(219,214,224)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4674 color. Also use rgb(75,70,116) instead hex code.

Text Font Color

.myTextColor { color: #4B4674; }

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

This text font color is #4B4674.


Background Color

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

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

This div background color is #4B4674.


Border color

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

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

This div border color is #4B4674.


Opacity

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

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

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

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

This text has shadow with #4B4674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4674 on black background.


Color preview on white background

This text has color #4B4674 on white background.



Black color preview on #4B4674 background

This text has black color on #4B4674 background.


White color preview on #4B4674 background

This text has white color on #4B4674 background.