COLOR #4242A3

HEX: #4242A3
RGB: (66,66,163)

Color info

#4242A3 contains mainly blue color. Web safe color of #4242A3 is #333399 (or #339).

RGB color model

#4242A3 color RGB value is (66,66,163).

  • red value is 66;
  • green value is 66;
  • blue value is 163.
RGB:
(66,66,163)
(26%,26%,64%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 163 of 255 = 64%

66
66
163

R + G + B ~ 39%. #4242A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 163 = 295 (100%)
R 66 of 295 ~ 22.37%
G 66 of 295 ~ 22.37%
B 163 of 295 ~ 55.25%

%22.37
%22.37
%55.25

CMYK color model

#4242A3 color CMYK value is (60,60,0,36).

  • cyan value is 59.51%
  • magenta value is 59.51%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(60,60,0,36)
C60M60Y0K36 
(60%,60%,0%,36%)
(0.60/0.60/0.00/0.36)	

CMYK percentages

%59.51
%59.51
%0
%36.08

Codes

Color #4242A3 in popluar color models

4242A3
RGB6666163
HSL240°42.36%44.90%
HSB/HSV240°59.51%63.92%
CMYK59.51%59.51%0.00%
36.08%

Color #4242A3 in popluar number systems.

HEX4242A3
Decimal6666163
Binary1000010100001010100011
Octal102102243

Shades and tints

Shades of #4242A3

#4242A3
(66,66,163)
#3C3C95
(60,60,149)
#363687
(54,54,135)
#303079
(48,48,121)
#2A2A6B
(42,42,107)
#24245D
(36,36,93)
#1E1E4F
(30,30,79)
#181841
(24,24,65)
#121233
(18,18,51)
#0C0C25
(12,12,37)
#060617
(6,6,23)
#000000
(0,0,0)

Tints of #4242A3

#4242A3
(66,66,163)
#5353AB
(83,83,171)
#6464B3
(100,100,179)
#7575BB
(117,117,187)
#8686C3
(134,134,195)
#9797CB
(151,151,203)
#A8A8D3
(168,168,211)
#B9B9DB
(185,185,219)
#CACAE3
(202,202,227)
#DBDBEB
(219,219,235)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4242A3 color. Also use rgb(66,66,163) instead hex code.

Text Font Color

.myTextColor { color: #4242A3; }

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

This text font color is #4242A3.


Background Color

.myBgColor { background-color: #4242A3; }

<div style="background-color:#4242A3">Inner text</div>

This div background color is #4242A3.


Border color

.myBorderColor { border: 1px solid #4242A3; }

<div style="border:3px solid #4242A3">Div</div>

This div border color is #4242A3.


Opacity

.myOpacity80 { color: #4242A3; opacity: 0.8; }

<p style="color:#4242A3;opacity:0.8;">80%</p>

Text with #4242A3 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 #4242A3;}

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

This text has shadow with #4242A3 color.

.textShadow {text-shadow: 3px 3px 1px #4242A3, 3px 3px 1px red;}

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

This text has shadow with #4242A3 primary color and red secondary color.


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

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

This text has shadow with #4242A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4242A3 on black background.


Color preview on white background

This text has color #4242A3 on white background.



Black color preview on #4242A3 background

This text has black color on #4242A3 background.


White color preview on #4242A3 background

This text has white color on #4242A3 background.