COLOR #4B425C

HEX: #4B425C
RGB: (75,66,92)

Color info

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

RGB color model

#4B425C color RGB value is (75,66,92).

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

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 92 of 255 = 36%

75
66
92

R + G + B ~ 30%. #4B425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 92 = 233 (100%)
R 75 of 233 ~ 32.19%
G 66 of 233 ~ 28.33%
B 92 of 233 ~ 39.48%

%32.19
%28.33
%39.48

CMYK color model

#4B425C color CMYK value is (18,28,0,64).

  • cyan value is 18.48%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(18,28,0,64)
C18M28Y0K64 
(18%,28%,0%,64%)
(0.18/0.28/0.00/0.64)	

CMYK percentages

%18.48
%28.26
%0
%63.92

Codes

Color #4B425C in popluar color models

4B425C
RGB756692
HSL261°16.46%30.98%
HSB/HSV261°28.26%36.08%
CMYK18.48%28.26%0.00%
63.92%

Color #4B425C in popluar number systems.

HEX4B425C
Decimal756692
Binary100101110000101011100
Octal113102134

Shades and tints

Shades of #4B425C

#4B425C
(75,66,92)
#453C54
(69,60,84)
#3F364C
(63,54,76)
#393044
(57,48,68)
#332A3C
(51,42,60)
#2D2434
(45,36,52)
#271E2C
(39,30,44)
#211824
(33,24,36)
#1B121C
(27,18,28)
#150C14
(21,12,20)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #4B425C

#4B425C
(75,66,92)
#5B536A
(91,83,106)
#6B6478
(107,100,120)
#7B7586
(123,117,134)
#8B8694
(139,134,148)
#9B97A2
(155,151,162)
#ABA8B0
(171,168,176)
#BBB9BE
(187,185,190)
#CBCACC
(203,202,204)
#DBDBDA
(219,219,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B425C; }

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

This text font color is #4B425C.


Background Color

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

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

This div background color is #4B425C.


Border color

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

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

This div border color is #4B425C.


Opacity

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

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

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

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

This text has shadow with #4B425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B425C on black background.


Color preview on white background

This text has color #4B425C on white background.



Black color preview on #4B425C background

This text has black color on #4B425C background.


White color preview on #4B425C background

This text has white color on #4B425C background.