COLOR #4B486D

HEX: #4B486D
RGB: (75,72,109)

Color info

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

RGB color model

#4B486D color RGB value is (75,72,109).

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

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 109 of 255 = 43%

75
72
109

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

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 109 = 256 (100%)
R 75 of 256 ~ 29.3%
G 72 of 256 ~ 28.13%
B 109 of 256 ~ 42.58%

%29.3
%28.13
%42.58

CMYK color model

#4B486D color CMYK value is (31,34,0,57).

  • cyan value is 31.19%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(31,34,0,57)
C31M34Y0K57 
(31%,34%,0%,57%)
(0.31/0.34/0.00/0.57)	

CMYK percentages

%31.19
%33.94
%0
%57.25

Codes

Color #4B486D in popluar color models

4B486D
RGB7572109
HSL245°20.44%35.49%
HSB/HSV245°33.94%42.75%
CMYK31.19%33.94%0.00%
57.25%

Color #4B486D in popluar number systems.

HEX4B486D
Decimal7572109
Binary100101110010001101101
Octal113110155

Shades and tints

Shades of #4B486D

#4B486D
(75,72,109)
#454264
(69,66,100)
#3F3C5B
(63,60,91)
#393652
(57,54,82)
#333049
(51,48,73)
#2D2A40
(45,42,64)
#272437
(39,36,55)
#211E2E
(33,30,46)
#1B1825
(27,24,37)
#15121C
(21,18,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #4B486D

#4B486D
(75,72,109)
#5B587A
(91,88,122)
#6B6887
(107,104,135)
#7B7894
(123,120,148)
#8B88A1
(139,136,161)
#9B98AE
(155,152,174)
#ABA8BB
(171,168,187)
#BBB8C8
(187,184,200)
#CBC8D5
(203,200,213)
#DBD8E2
(219,216,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B486D; }

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

This text font color is #4B486D.


Background Color

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

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

This div background color is #4B486D.


Border color

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

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

This div border color is #4B486D.


Opacity

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

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

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

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

This text has shadow with #4B486D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B486D on black background.


Color preview on white background

This text has color #4B486D on white background.



Black color preview on #4B486D background

This text has black color on #4B486D background.


White color preview on #4B486D background

This text has white color on #4B486D background.