COLOR #4B668E

HEX: #4B668E
RGB: (75,102,142)

Color info

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

RGB color model

#4B668E color RGB value is (75,102,142).

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

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 142 of 255 = 56%

75
102
142

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

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 142 = 319 (100%)
R 75 of 319 ~ 23.51%
G 102 of 319 ~ 31.97%
B 142 of 319 ~ 44.51%

%23.51
%31.97
%44.51

CMYK color model

#4B668E color CMYK value is (47,28,0,44).

  • cyan value is 47.18%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(47,28,0,44)
C47M28Y0K44 
(47%,28%,0%,44%)
(0.47/0.28/0.00/0.44)	

CMYK percentages

%47.18
%28.17
%0
%44.31

Codes

Color #4B668E in popluar color models

4B668E
RGB75102142
HSL216°30.88%42.55%
HSB/HSV216°47.18%55.69%
CMYK47.18%28.17%0.00%
44.31%

Color #4B668E in popluar number systems.

HEX4B668E
Decimal75102142
Binary1001011110011010001110
Octal113146216

Shades and tints

Shades of #4B668E

#4B668E
(75,102,142)
#455D82
(69,93,130)
#3F5476
(63,84,118)
#394B6A
(57,75,106)
#33425E
(51,66,94)
#2D3952
(45,57,82)
#273046
(39,48,70)
#21273A
(33,39,58)
#1B1E2E
(27,30,46)
#151522
(21,21,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #4B668E

#4B668E
(75,102,142)
#5B7398
(91,115,152)
#6B80A2
(107,128,162)
#7B8DAC
(123,141,172)
#8B9AB6
(139,154,182)
#9BA7C0
(155,167,192)
#ABB4CA
(171,180,202)
#BBC1D4
(187,193,212)
#CBCEDE
(203,206,222)
#DBDBE8
(219,219,232)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B668E; }

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

This text font color is #4B668E.


Background Color

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

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

This div background color is #4B668E.


Border color

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

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

This div border color is #4B668E.


Opacity

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

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

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

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

This text has shadow with #4B668E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B668E on black background.


Color preview on white background

This text has color #4B668E on white background.



Black color preview on #4B668E background

This text has black color on #4B668E background.


White color preview on #4B668E background

This text has white color on #4B668E background.