COLOR #42488B

HEX: #42488B
RGB: (66,72,139)

Color info

#42488B contains mainly blue color. Web safe color of #42488B is #333399 (or #339).

RGB color model

#42488B color RGB value is (66,72,139).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 139 of 255 = 55%

66
72
139

R + G + B ~ 36%. #42488B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 139 = 277 (100%)
R 66 of 277 ~ 23.83%
G 72 of 277 ~ 25.99%
B 139 of 277 ~ 50.18%

%23.83
%25.99
%50.18

CMYK color model

#42488B color CMYK value is (53,48,0,45).

  • cyan value is 52.52%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(53,48,0,45)
C53M48Y0K45 
(53%,48%,0%,45%)
(0.53/0.48/0.00/0.45)	

CMYK percentages

%52.52
%48.2
%0
%45.49

Codes

Color #42488B in popluar color models

42488B
RGB6672139
HSL235°35.61%40.20%
HSB/HSV235°52.52%54.51%
CMYK52.52%48.20%0.00%
45.49%

Color #42488B in popluar number systems.

HEX42488B
Decimal6672139
Binary1000010100100010001011
Octal102110213

Shades and tints

Shades of #42488B

#42488B
(66,72,139)
#3C427F
(60,66,127)
#363C73
(54,60,115)
#303667
(48,54,103)
#2A305B
(42,48,91)
#242A4F
(36,42,79)
#1E2443
(30,36,67)
#181E37
(24,30,55)
#12182B
(18,24,43)
#0C121F
(12,18,31)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #42488B

#42488B
(66,72,139)
#535895
(83,88,149)
#64689F
(100,104,159)
#7578A9
(117,120,169)
#8688B3
(134,136,179)
#9798BD
(151,152,189)
#A8A8C7
(168,168,199)
#B9B8D1
(185,184,209)
#CAC8DB
(202,200,219)
#DBD8E5
(219,216,229)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42488B; }

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

This text font color is #42488B.


Background Color

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

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

This div background color is #42488B.


Border color

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

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

This div border color is #42488B.


Opacity

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

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

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

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

This text has shadow with #42488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42488B on black background.


Color preview on white background

This text has color #42488B on white background.



Black color preview on #42488B background

This text has black color on #42488B background.


White color preview on #42488B background

This text has white color on #42488B background.