COLOR #4B465D

HEX: #4B465D
RGB: (75,70,93)

Color info

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

RGB color model

#4B465D color RGB value is (75,70,93).

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

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 93 of 255 = 36%

75
70
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 70 + 93 = 238 (100%)
R 75 of 238 ~ 31.51%
G 70 of 238 ~ 29.41%
B 93 of 238 ~ 39.08%

%31.51
%29.41
%39.08

CMYK color model

#4B465D color CMYK value is (19,25,0,64).

  • cyan value is 19.35%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(19,25,0,64)
C19M25Y0K64 
(19%,25%,0%,64%)
(0.19/0.25/0.00/0.64)	

CMYK percentages

%19.35
%24.73
%0
%63.53

Codes

Color #4B465D in popluar color models

4B465D
RGB757093
HSL253°14.11%31.96%
HSB/HSV253°24.73%36.47%
CMYK19.35%24.73%0.00%
63.53%

Color #4B465D in popluar number systems.

HEX4B465D
Decimal757093
Binary100101110001101011101
Octal113106135

Shades and tints

Shades of #4B465D

#4B465D
(75,70,93)
#454055
(69,64,85)
#3F3A4D
(63,58,77)
#393445
(57,52,69)
#332E3D
(51,46,61)
#2D2835
(45,40,53)
#27222D
(39,34,45)
#211C25
(33,28,37)
#1B161D
(27,22,29)
#151015
(21,16,21)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B465D

#4B465D
(75,70,93)
#5B566B
(91,86,107)
#6B6679
(107,102,121)
#7B7687
(123,118,135)
#8B8695
(139,134,149)
#9B96A3
(155,150,163)
#ABA6B1
(171,166,177)
#BBB6BF
(187,182,191)
#CBC6CD
(203,198,205)
#DBD6DB
(219,214,219)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B465D; }

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

This text font color is #4B465D.


Background Color

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

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

This div background color is #4B465D.


Border color

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

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

This div border color is #4B465D.


Opacity

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

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

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

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

This text has shadow with #4B465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B465D on black background.


Color preview on white background

This text has color #4B465D on white background.



Black color preview on #4B465D background

This text has black color on #4B465D background.


White color preview on #4B465D background

This text has white color on #4B465D background.