COLOR #4242BA

HEX: #4242BA
RGB: (66,66,186)

Color info

#4242BA contains mainly blue color. Web safe color of #4242BA is #3333CC (or #33C).

RGB color model

#4242BA color RGB value is (66,66,186).

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

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 186 of 255 = 73%

66
66
186

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

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 186 = 318 (100%)
R 66 of 318 ~ 20.75%
G 66 of 318 ~ 20.75%
B 186 of 318 ~ 58.49%

%20.75
%20.75
%58.49

CMYK color model

#4242BA color CMYK value is (65,65,0,27).

  • cyan value is 64.52%
  • magenta value is 64.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(65,65,0,27)
C65M65Y0K27 
(65%,65%,0%,27%)
(0.65/0.65/0.00/0.27)	

CMYK percentages

%64.52
%64.52
%0
%27.06

Codes

Color #4242BA in popluar color models

4242BA
RGB6666186
HSL240°47.62%49.41%
HSB/HSV240°64.52%72.94%
CMYK64.52%64.52%0.00%
27.06%

Color #4242BA in popluar number systems.

HEX4242BA
Decimal6666186
Binary1000010100001010111010
Octal102102272

Shades and tints

Shades of #4242BA

#4242BA
(66,66,186)
#3C3CAA
(60,60,170)
#36369A
(54,54,154)
#30308A
(48,48,138)
#2A2A7A
(42,42,122)
#24246A
(36,36,106)
#1E1E5A
(30,30,90)
#18184A
(24,24,74)
#12123A
(18,18,58)
#0C0C2A
(12,12,42)
#06061A
(6,6,26)
#000000
(0,0,0)

Tints of #4242BA

#4242BA
(66,66,186)
#5353C0
(83,83,192)
#6464C6
(100,100,198)
#7575CC
(117,117,204)
#8686D2
(134,134,210)
#9797D8
(151,151,216)
#A8A8DE
(168,168,222)
#B9B9E4
(185,185,228)
#CACAEA
(202,202,234)
#DBDBF0
(219,219,240)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4242BA; }

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

This text font color is #4242BA.


Background Color

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

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

This div background color is #4242BA.


Border color

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

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

This div border color is #4242BA.


Opacity

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

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

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

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

This text has shadow with #4242BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4242BA on black background.


Color preview on white background

This text has color #4242BA on white background.



Black color preview on #4242BA background

This text has black color on #4242BA background.


White color preview on #4242BA background

This text has white color on #4242BA background.