COLOR #4B485D

HEX: #4B485D
RGB: (75,72,93)

Color info

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

RGB color model

#4B485D color RGB value is (75,72,93).

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

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 93 of 255 = 36%

75
72
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 93 = 240 (100%)
R 75 of 240 ~ 31.25%
G 72 of 240 ~ 30%
B 93 of 240 ~ 38.75%

%31.25
%30
%38.75

CMYK color model

#4B485D color CMYK value is (19,23,0,64).

  • cyan value is 19.35%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(19,23,0,64)
C19M23Y0K64 
(19%,23%,0%,64%)
(0.19/0.23/0.00/0.64)	

CMYK percentages

%19.35
%22.58
%0
%63.53

Codes

Color #4B485D in popluar color models

4B485D
RGB757293
HSL249°12.73%32.35%
HSB/HSV249°22.58%36.47%
CMYK19.35%22.58%0.00%
63.53%

Color #4B485D in popluar number systems.

HEX4B485D
Decimal757293
Binary100101110010001011101
Octal113110135

Shades and tints

Shades of #4B485D

#4B485D
(75,72,93)
#454255
(69,66,85)
#3F3C4D
(63,60,77)
#393645
(57,54,69)
#33303D
(51,48,61)
#2D2A35
(45,42,53)
#27242D
(39,36,45)
#211E25
(33,30,37)
#1B181D
(27,24,29)
#151215
(21,18,21)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B485D

#4B485D
(75,72,93)
#5B586B
(91,88,107)
#6B6879
(107,104,121)
#7B7887
(123,120,135)
#8B8895
(139,136,149)
#9B98A3
(155,152,163)
#ABA8B1
(171,168,177)
#BBB8BF
(187,184,191)
#CBC8CD
(203,200,205)
#DBD8DB
(219,216,219)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B485D; }

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

This text font color is #4B485D.


Background Color

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

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

This div background color is #4B485D.


Border color

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

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

This div border color is #4B485D.


Opacity

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

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

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

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

This text has shadow with #4B485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B485D on black background.


Color preview on white background

This text has color #4B485D on white background.



Black color preview on #4B485D background

This text has black color on #4B485D background.


White color preview on #4B485D background

This text has white color on #4B485D background.