COLOR #4B648E

HEX: #4B648E
RGB: (75,100,142)

Color info

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

RGB color model

#4B648E color RGB value is (75,100,142).

  • red value is 75;
  • green value is 100;
  • blue value is 142.
RGB:
(75,100,142)
(29%,39%,56%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 142 of 255 = 56%

75
100
142

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

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 142 = 317 (100%)
R 75 of 317 ~ 23.66%
G 100 of 317 ~ 31.55%
B 142 of 317 ~ 44.79%

%23.66
%31.55
%44.79

CMYK color model

#4B648E color CMYK value is (47,30,0,44).

  • cyan value is 47.18%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(47,30,0,44)
C47M30Y0K44 
(47%,30%,0%,44%)
(0.47/0.30/0.00/0.44)	

CMYK percentages

%47.18
%29.58
%0
%44.31

Codes

Color #4B648E in popluar color models

4B648E
RGB75100142
HSL218°30.88%42.55%
HSB/HSV218°47.18%55.69%
CMYK47.18%29.58%0.00%
44.31%

Color #4B648E in popluar number systems.

HEX4B648E
Decimal75100142
Binary1001011110010010001110
Octal113144216

Shades and tints

Shades of #4B648E

#4B648E
(75,100,142)
#455B82
(69,91,130)
#3F5276
(63,82,118)
#39496A
(57,73,106)
#33405E
(51,64,94)
#2D3752
(45,55,82)
#272E46
(39,46,70)
#21253A
(33,37,58)
#1B1C2E
(27,28,46)
#151322
(21,19,34)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #4B648E

#4B648E
(75,100,142)
#5B7298
(91,114,152)
#6B80A2
(107,128,162)
#7B8EAC
(123,142,172)
#8B9CB6
(139,156,182)
#9BAAC0
(155,170,192)
#ABB8CA
(171,184,202)
#BBC6D4
(187,198,212)
#CBD4DE
(203,212,222)
#DBE2E8
(219,226,232)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B648E color. Also use rgb(75,100,142) instead hex code.

Text Font Color

.myTextColor { color: #4B648E; }

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

This text font color is #4B648E.


Background Color

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

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

This div background color is #4B648E.


Border color

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

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

This div border color is #4B648E.


Opacity

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

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

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

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

This text has shadow with #4B648E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B648E on black background.


Color preview on white background

This text has color #4B648E on white background.



Black color preview on #4B648E background

This text has black color on #4B648E background.


White color preview on #4B648E background

This text has white color on #4B648E background.