COLOR #4B608E

HEX: #4B608E RGB: (75,96,142)

Color info

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

RGB color model

#4B608E color RGB value is (75,96,142).

RGB: (75,96,142) (29%, 38%, 56%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 142 of 255 = 56%

75
96
142

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

Portions of RGB colors in percentages

R + G + B = 75 + 96 + 142 = 313 (100%)
R 75 of 313 ~ 23.96%
G 96 of 313 ~ 30.67%
B 142 of 313 ~ 45.37'%

%23.96
%30.67
%45.37

CMYK color model

#4B608E color CMYK value is (47,32,0,44).

  • cyan value is 47.18%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (47,32,0,44)
C47M32Y0K44 (47%, 32%, 0%, 44%)
(0.47 / 0.32 / 0.00 / 0.44)

CMYK percentages

%47.18
%32.39
%0
%44.31

Codes

Color #4B608E in popluar color models

4B 60 8E
RGB 75 96 142
HSL 221° 30.88% 42.55%
HSB/HSV 221° 47.18% 55.69%
CMYK 47.18% 32.39% 0.00%
44.31%

Color #4B608E in popluar number systems.

HEX 4B 60 8E
Decimal 75 96 142
Binary 1001011 1100000 10001110
Octal 113 140 216

Shades and tints

Shades of #4B608E

#4B608E
(75,96,142)
#455882
(69,88,130)
#3F5076
(63,80,118)
#39486A
(57,72,106)
#33405E
(51,64,94)
#2D3852
(45,56,82)
#273046
(39,48,70)
#21283A
(33,40,58)
#1B202E
(27,32,46)
#151822
(21,24,34)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #4B608E

#4B608E
(75,96,142)
#5B6E98
(91,110,152)
#6B7CA2
(107,124,162)
#7B8AAC
(123,138,172)
#8B98B6
(139,152,182)
#9BA6C0
(155,166,192)
#ABB4CA
(171,180,202)
#BBC2D4
(187,194,212)
#CBD0DE
(203,208,222)
#DBDEE8
(219,222,232)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B608E; }

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

This text font color is #4B608E.

Background Color

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

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

This div background color is #4B608E.

Border color

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

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

This div border color is #4B608E.

Opacity

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

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

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

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

This text has shadow with #4B608E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B608E.

Preview

Color preview on black background

This text has color #4B608E on black background.


Color preview on white background

This text has color #4B608E on white background.


Black color preview on #4B608E background

This text has black color on #4B608E background.


White color preview on #4B608E background

This text has white color on #4B608E background.


Related colors

Complementary color

Complementary color for #hex is #B49F71.


I love getcolorcode.com

Triadic colors

1 #8E4B60 and #608E4B with #4B608E are triadic colors.

2 #8E604B and #604B8E with #4B608E are triadic colors.