COLOR #4B426F

HEX: #4B426F
RGB: (75,66,111)

Color info

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

RGB color model

#4B426F color RGB value is (75,66,111).

  • red value is 75;
  • green value is 66;
  • blue value is 111.
RGB:
(75,66,111)
(29%,26%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 111 of 255 = 44%

75
66
111

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

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 111 = 252 (100%)
R 75 of 252 ~ 29.76%
G 66 of 252 ~ 26.19%
B 111 of 252 ~ 44.05%

%29.76
%26.19
%44.05

CMYK color model

#4B426F color CMYK value is (32,41,0,56).

  • cyan value is 32.43%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,41,0,56)
C32M41Y0K56 
(32%,41%,0%,56%)
(0.32/0.41/0.00/0.56)	

CMYK percentages

%32.43
%40.54
%0
%56.47

Codes

Color #4B426F in popluar color models

4B426F
RGB7566111
HSL252°25.42%34.71%
HSB/HSV252°40.54%43.53%
CMYK32.43%40.54%0.00%
56.47%

Color #4B426F in popluar number systems.

HEX4B426F
Decimal7566111
Binary100101110000101101111
Octal113102157

Shades and tints

Shades of #4B426F

#4B426F
(75,66,111)
#453C65
(69,60,101)
#3F365B
(63,54,91)
#393051
(57,48,81)
#332A47
(51,42,71)
#2D243D
(45,36,61)
#271E33
(39,30,51)
#211829
(33,24,41)
#1B121F
(27,18,31)
#150C15
(21,12,21)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #4B426F

#4B426F
(75,66,111)
#5B537C
(91,83,124)
#6B6489
(107,100,137)
#7B7596
(123,117,150)
#8B86A3
(139,134,163)
#9B97B0
(155,151,176)
#ABA8BD
(171,168,189)
#BBB9CA
(187,185,202)
#CBCAD7
(203,202,215)
#DBDBE4
(219,219,228)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B426F color. Also use rgb(75,66,111) instead hex code.

Text Font Color

.myTextColor { color: #4B426F; }

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

This text font color is #4B426F.


Background Color

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

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

This div background color is #4B426F.


Border color

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

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

This div border color is #4B426F.


Opacity

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

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

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

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

This text has shadow with #4B426F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B426F on black background.


Color preview on white background

This text has color #4B426F on white background.



Black color preview on #4B426F background

This text has black color on #4B426F background.


White color preview on #4B426F background

This text has white color on #4B426F background.