COLOR #4B638D

HEX: #4B638D
RGB: (75,99,141)

Color info

#4B638D contains mainly green and blue colors. Web safe color of #4B638D is #336699 (or #369).

RGB color model

#4B638D color RGB value is (75,99,141).

  • red value is 75;
  • green value is 99;
  • blue value is 141.
RGB:
(75,99,141)
(29%,39%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 141 of 255 = 55%

75
99
141

R + G + B ~ 41%. #4B638D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 141 = 315 (100%)
R 75 of 315 ~ 23.81%
G 99 of 315 ~ 31.43%
B 141 of 315 ~ 44.76%

%23.81
%31.43
%44.76

CMYK color model

#4B638D color CMYK value is (47,30,0,45).

  • cyan value is 46.81%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(47,30,0,45)
C47M30Y0K45 
(47%,30%,0%,45%)
(0.47/0.30/0.00/0.45)	

CMYK percentages

%46.81
%29.79
%0
%44.71

Codes

Color #4B638D in popluar color models

4B638D
RGB7599141
HSL218°30.56%42.35%
HSB/HSV218°46.81%55.29%
CMYK46.81%29.79%0.00%
44.71%

Color #4B638D in popluar number systems.

HEX4B638D
Decimal7599141
Binary1001011110001110001101
Octal113143215

Shades and tints

Shades of #4B638D

#4B638D
(75,99,141)
#455A81
(69,90,129)
#3F5175
(63,81,117)
#394869
(57,72,105)
#333F5D
(51,63,93)
#2D3651
(45,54,81)
#272D45
(39,45,69)
#212439
(33,36,57)
#1B1B2D
(27,27,45)
#151221
(21,18,33)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #4B638D

#4B638D
(75,99,141)
#5B7197
(91,113,151)
#6B7FA1
(107,127,161)
#7B8DAB
(123,141,171)
#8B9BB5
(139,155,181)
#9BA9BF
(155,169,191)
#ABB7C9
(171,183,201)
#BBC5D3
(187,197,211)
#CBD3DD
(203,211,221)
#DBE1E7
(219,225,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B638D color. Also use rgb(75,99,141) instead hex code.

Text Font Color

.myTextColor { color: #4B638D; }

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

This text font color is #4B638D.


Background Color

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

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

This div background color is #4B638D.


Border color

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

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

This div border color is #4B638D.


Opacity

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

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

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

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

This text has shadow with #4B638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B638D on black background.


Color preview on white background

This text has color #4B638D on white background.



Black color preview on #4B638D background

This text has black color on #4B638D background.


White color preview on #4B638D background

This text has white color on #4B638D background.