COLOR #4B4361

HEX: #4B4361
RGB: (75,67,97)

Color info

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

RGB color model

#4B4361 color RGB value is (75,67,97).

  • red value is 75;
  • green value is 67;
  • blue value is 97.
RGB:
(75,67,97)
(29%,26%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 67 of 255 = 26%
B 97 of 255 = 38%

75
67
97

R + G + B ~ 31%. #4B4361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 67 + 97 = 239 (100%)
R 75 of 239 ~ 31.38%
G 67 of 239 ~ 28.03%
B 97 of 239 ~ 40.59%

%31.38
%28.03
%40.59

CMYK color model

#4B4361 color CMYK value is (23,31,0,62).

  • cyan value is 22.68%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(23,31,0,62)
C23M31Y0K62 
(23%,31%,0%,62%)
(0.23/0.31/0.00/0.62)	

CMYK percentages

%22.68
%30.93
%0
%61.96

Codes

Color #4B4361 in popluar color models

4B4361
RGB756797
HSL256°18.29%32.16%
HSB/HSV256°30.93%38.04%
CMYK22.68%30.93%0.00%
61.96%

Color #4B4361 in popluar number systems.

HEX4B4361
Decimal756797
Binary100101110000111100001
Octal113103141

Shades and tints

Shades of #4B4361

#4B4361
(75,67,97)
#453D59
(69,61,89)
#3F3751
(63,55,81)
#393149
(57,49,73)
#332B41
(51,43,65)
#2D2539
(45,37,57)
#271F31
(39,31,49)
#211929
(33,25,41)
#1B1321
(27,19,33)
#150D19
(21,13,25)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #4B4361

#4B4361
(75,67,97)
#5B546F
(91,84,111)
#6B657D
(107,101,125)
#7B768B
(123,118,139)
#8B8799
(139,135,153)
#9B98A7
(155,152,167)
#ABA9B5
(171,169,181)
#BBBAC3
(187,186,195)
#CBCBD1
(203,203,209)
#DBDCDF
(219,220,223)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4361 color. Also use rgb(75,67,97) instead hex code.

Text Font Color

.myTextColor { color: #4B4361; }

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

This text font color is #4B4361.


Background Color

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

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

This div background color is #4B4361.


Border color

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

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

This div border color is #4B4361.


Opacity

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

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

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

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

This text has shadow with #4B4361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4361 on black background.


Color preview on white background

This text has color #4B4361 on white background.



Black color preview on #4B4361 background

This text has black color on #4B4361 background.


White color preview on #4B4361 background

This text has white color on #4B4361 background.