COLOR #4B4861

HEX: #4B4861
RGB: (75,72,97)

Color info

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

RGB color model

#4B4861 color RGB value is (75,72,97).

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

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 97 of 255 = 38%

75
72
97

R + G + B ~ 32%. #4B4861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 97 = 244 (100%)
R 75 of 244 ~ 30.74%
G 72 of 244 ~ 29.51%
B 97 of 244 ~ 39.75%

%30.74
%29.51
%39.75

CMYK color model

#4B4861 color CMYK value is (23,26,0,62).

  • cyan value is 22.68%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(23,26,0,62)
C23M26Y0K62 
(23%,26%,0%,62%)
(0.23/0.26/0.00/0.62)	

CMYK percentages

%22.68
%25.77
%0
%61.96

Codes

Color #4B4861 in popluar color models

4B4861
RGB757297
HSL247°14.79%33.14%
HSB/HSV247°25.77%38.04%
CMYK22.68%25.77%0.00%
61.96%

Color #4B4861 in popluar number systems.

HEX4B4861
Decimal757297
Binary100101110010001100001
Octal113110141

Shades and tints

Shades of #4B4861

#4B4861
(75,72,97)
#454259
(69,66,89)
#3F3C51
(63,60,81)
#393649
(57,54,73)
#333041
(51,48,65)
#2D2A39
(45,42,57)
#272431
(39,36,49)
#211E29
(33,30,41)
#1B1821
(27,24,33)
#151219
(21,18,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #4B4861

#4B4861
(75,72,97)
#5B586F
(91,88,111)
#6B687D
(107,104,125)
#7B788B
(123,120,139)
#8B8899
(139,136,153)
#9B98A7
(155,152,167)
#ABA8B5
(171,168,181)
#BBB8C3
(187,184,195)
#CBC8D1
(203,200,209)
#DBD8DF
(219,216,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4861; }

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

This text font color is #4B4861.


Background Color

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

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

This div background color is #4B4861.


Border color

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

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

This div border color is #4B4861.


Opacity

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

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

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

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

This text has shadow with #4B4861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4861 on black background.


Color preview on white background

This text has color #4B4861 on white background.



Black color preview on #4B4861 background

This text has black color on #4B4861 background.


White color preview on #4B4861 background

This text has white color on #4B4861 background.