COLOR #4B668C

HEX: #4B668C
RGB: (75,102,140)

Color info

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

RGB color model

#4B668C color RGB value is (75,102,140).

  • red value is 75;
  • green value is 102;
  • blue value is 140.
RGB:
(75,102,140)
(29%,40%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 140 of 255 = 55%

75
102
140

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

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 140 = 317 (100%)
R 75 of 317 ~ 23.66%
G 102 of 317 ~ 32.18%
B 140 of 317 ~ 44.16%

%23.66
%32.18
%44.16

CMYK color model

#4B668C color CMYK value is (46,27,0,45).

  • cyan value is 46.43%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,27,0,45)
C46M27Y0K45 
(46%,27%,0%,45%)
(0.46/0.27/0.00/0.45)	

CMYK percentages

%46.43
%27.14
%0
%45.1

Codes

Color #4B668C in popluar color models

4B668C
RGB75102140
HSL215°30.23%42.16%
HSB/HSV215°46.43%54.90%
CMYK46.43%27.14%0.00%
45.10%

Color #4B668C in popluar number systems.

HEX4B668C
Decimal75102140
Binary1001011110011010001100
Octal113146214

Shades and tints

Shades of #4B668C

#4B668C
(75,102,140)
#455D80
(69,93,128)
#3F5474
(63,84,116)
#394B68
(57,75,104)
#33425C
(51,66,92)
#2D3950
(45,57,80)
#273044
(39,48,68)
#212738
(33,39,56)
#1B1E2C
(27,30,44)
#151520
(21,21,32)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #4B668C

#4B668C
(75,102,140)
#5B7396
(91,115,150)
#6B80A0
(107,128,160)
#7B8DAA
(123,141,170)
#8B9AB4
(139,154,180)
#9BA7BE
(155,167,190)
#ABB4C8
(171,180,200)
#BBC1D2
(187,193,210)
#CBCEDC
(203,206,220)
#DBDBE6
(219,219,230)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B668C color. Also use rgb(75,102,140) instead hex code.

Text Font Color

.myTextColor { color: #4B668C; }

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

This text font color is #4B668C.


Background Color

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

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

This div background color is #4B668C.


Border color

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

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

This div border color is #4B668C.


Opacity

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

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

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

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

This text has shadow with #4B668C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B668C on black background.


Color preview on white background

This text has color #4B668C on white background.



Black color preview on #4B668C background

This text has black color on #4B668C background.


White color preview on #4B668C background

This text has white color on #4B668C background.