COLOR #42648B

HEX: #42648B
RGB: (66,100,139)

Color info

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

RGB color model

#42648B color RGB value is (66,100,139).

  • red value is 66;
  • green value is 100;
  • blue value is 139.
RGB:
(66,100,139)
(26%,39%,55%)

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 139 of 255 = 55%

66
100
139

R + G + B ~ 40%. #42648B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 139 = 305 (100%)
R 66 of 305 ~ 21.64%
G 100 of 305 ~ 32.79%
B 139 of 305 ~ 45.57%

%21.64
%32.79
%45.57

CMYK color model

#42648B color CMYK value is (53,28,0,45).

  • cyan value is 52.52%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(53,28,0,45)
C53M28Y0K45 
(53%,28%,0%,45%)
(0.53/0.28/0.00/0.45)	

CMYK percentages

%52.52
%28.06
%0
%45.49

Codes

Color #42648B in popluar color models

42648B
RGB66100139
HSL212°35.61%40.20%
HSB/HSV212°52.52%54.51%
CMYK52.52%28.06%0.00%
45.49%

Color #42648B in popluar number systems.

HEX42648B
Decimal66100139
Binary1000010110010010001011
Octal102144213

Shades and tints

Shades of #42648B

#42648B
(66,100,139)
#3C5B7F
(60,91,127)
#365273
(54,82,115)
#304967
(48,73,103)
#2A405B
(42,64,91)
#24374F
(36,55,79)
#1E2E43
(30,46,67)
#182537
(24,37,55)
#121C2B
(18,28,43)
#0C131F
(12,19,31)
#060A13
(6,10,19)
#000000
(0,0,0)

Tints of #42648B

#42648B
(66,100,139)
#537295
(83,114,149)
#64809F
(100,128,159)
#758EA9
(117,142,169)
#869CB3
(134,156,179)
#97AABD
(151,170,189)
#A8B8C7
(168,184,199)
#B9C6D1
(185,198,209)
#CAD4DB
(202,212,219)
#DBE2E5
(219,226,229)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42648B color. Also use rgb(66,100,139) instead hex code.

Text Font Color

.myTextColor { color: #42648B; }

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

This text font color is #42648B.


Background Color

.myBgColor { background-color: #42648B; }

<div style="background-color:#42648B">Inner text</div>

This div background color is #42648B.


Border color

.myBorderColor { border: 1px solid #42648B; }

<div style="border:3px solid #42648B">Div</div>

This div border color is #42648B.


Opacity

.myOpacity80 { color: #42648B; opacity: 0.8; }

<p style="color:#42648B;opacity:0.8;">80%</p>

Text with #42648B 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 #42648B;}

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

This text has shadow with #42648B color.

.textShadow {text-shadow: 3px 3px 1px #42648B, 3px 3px 1px red;}

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

This text has shadow with #42648B primary color and red secondary color.


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

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

This text has shadow with #42648B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42648B on black background.


Color preview on white background

This text has color #42648B on white background.



Black color preview on #42648B background

This text has black color on #42648B background.


White color preview on #42648B background

This text has white color on #42648B background.