COLOR #4B446D

HEX: #4B446D
RGB: (75,68,109)

Color info

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

RGB color model

#4B446D color RGB value is (75,68,109).

  • red value is 75;
  • green value is 68;
  • blue value is 109.
RGB: (75,68,109) (29%,27%,43%)

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 109 of 255 = 43%

75
68
109

R + G + B ~ 33%. #4B446D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 109 = 252 (100%)
R 75 of 252 ~ 29.76%
G 68 of 252 ~ 26.98%
B 109 of 252 ~ 43.25%

%29.76
%26.98
%43.25

CMYK color model

#4B446D color CMYK value is (31,38,0,57).

  • cyan value is 31.19%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (31,38,0,57) C31M38Y0K57 (31%,38%,0%,57%) (0.31/0.38/0.00/0.57)

CMYK percentages

%31.19
%37.61
%0
%57.25

Codes

Color #4B446D in popluar color models

4B446D
RGB7568109
HSL250°23.16%34.71%
HSB/HSV250°37.61%42.75%
CMYK31.19%37.61%0.00%
57.25%

Color #4B446D in popluar number systems.

HEX4B446D
Decimal7568109
Binary100101110001001101101
Octal113104155

Shades and tints

Shades of #4B446D

#4B446D
(75,68,109)
#453E64
(69,62,100)
#3F385B
(63,56,91)
#393252
(57,50,82)
#332C49
(51,44,73)
#2D2640
(45,38,64)
#272037
(39,32,55)
#211A2E
(33,26,46)
#1B1425
(27,20,37)
#150E1C
(21,14,28)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #4B446D

#4B446D
(75,68,109)
#5B557A
(91,85,122)
#6B6687
(107,102,135)
#7B7794
(123,119,148)
#8B88A1
(139,136,161)
#9B99AE
(155,153,174)
#ABAABB
(171,170,187)
#BBBBC8
(187,187,200)
#CBCCD5
(203,204,213)
#DBDDE2
(219,221,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B446D color. Also use rgb(75,68,109) instead hex code.

Text Font Color

.myTextColor { color: #4B446D; }

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

This text font color is #4B446D.


Background Color

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

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

This div background color is #4B446D.


Border color

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

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

This div border color is #4B446D.


Opacity

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

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

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

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

This text has shadow with #4B446D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B446D on black background.


Color preview on white background

This text has color #4B446D on white background.



Black color preview on #4B446D background

This text has black color on #4B446D background.


White color preview on #4B446D background

This text has white color on #4B446D background.