COLOR #4B465E

HEX: #4B465E
RGB: (75,70,94)

Color info

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

RGB color model

#4B465E color RGB value is (75,70,94).

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

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 94 of 255 = 37%

75
70
94

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

Portions of RGB colors in percentages

R + G + B =
75 + 70 + 94 = 239 (100%)
R 75 of 239 ~ 31.38%
G 70 of 239 ~ 29.29%
B 94 of 239 ~ 39.33%

%31.38
%29.29
%39.33

CMYK color model

#4B465E color CMYK value is (20,26,0,63).

  • cyan value is 20.21%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(20,26,0,63)
C20M26Y0K63 
(20%,26%,0%,63%)
(0.20/0.26/0.00/0.63)	

CMYK percentages

%20.21
%25.53
%0
%63.14

Codes

Color #4B465E in popluar color models

4B465E
RGB757094
HSL253°14.63%32.16%
HSB/HSV253°25.53%36.86%
CMYK20.21%25.53%0.00%
63.14%

Color #4B465E in popluar number systems.

HEX4B465E
Decimal757094
Binary100101110001101011110
Octal113106136

Shades and tints

Shades of #4B465E

#4B465E
(75,70,94)
#454056
(69,64,86)
#3F3A4E
(63,58,78)
#393446
(57,52,70)
#332E3E
(51,46,62)
#2D2836
(45,40,54)
#27222E
(39,34,46)
#211C26
(33,28,38)
#1B161E
(27,22,30)
#151016
(21,16,22)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #4B465E

#4B465E
(75,70,94)
#5B566C
(91,86,108)
#6B667A
(107,102,122)
#7B7688
(123,118,136)
#8B8696
(139,134,150)
#9B96A4
(155,150,164)
#ABA6B2
(171,166,178)
#BBB6C0
(187,182,192)
#CBC6CE
(203,198,206)
#DBD6DC
(219,214,220)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B465E; }

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

This text font color is #4B465E.


Background Color

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

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

This div background color is #4B465E.


Border color

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

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

This div border color is #4B465E.


Opacity

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

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

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

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

This text has shadow with #4B465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B465E on black background.


Color preview on white background

This text has color #4B465E on white background.



Black color preview on #4B465E background

This text has black color on #4B465E background.


White color preview on #4B465E background

This text has white color on #4B465E background.