COLOR #4141B0

HEX: #4141B0
RGB: (65,65,176)

Color info

#4141B0 contains mainly blue color. Web safe color of #4141B0 is #333399 (or #339).

RGB color model

#4141B0 color RGB value is (65,65,176).

  • red value is 65;
  • green value is 65;
  • blue value is 176.
RGB:
(65,65,176)
(25%,25%,69%)

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 176 of 255 = 69%

65
65
176

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

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 176 = 306 (100%)
R 65 of 306 ~ 21.24%
G 65 of 306 ~ 21.24%
B 176 of 306 ~ 57.52%

%21.24
%21.24
%57.52

CMYK color model

#4141B0 color CMYK value is (63,63,0,31).

  • cyan value is 63.07%
  • magenta value is 63.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(63,63,0,31)
C63M63Y0K31 
(63%,63%,0%,31%)
(0.63/0.63/0.00/0.31)	

CMYK percentages

%63.07
%63.07
%0
%30.98

Codes

Color #4141B0 in popluar color models

4141B0
RGB6565176
HSL240°46.06%47.25%
HSB/HSV240°63.07%69.02%
CMYK63.07%63.07%0.00%
30.98%

Color #4141B0 in popluar number systems.

HEX4141B0
Decimal6565176
Binary1000001100000110110000
Octal101101260

Shades and tints

Shades of #4141B0

#4141B0
(65,65,176)
#3C3CA0
(60,60,160)
#373790
(55,55,144)
#323280
(50,50,128)
#2D2D70
(45,45,112)
#282860
(40,40,96)
#232350
(35,35,80)
#1E1E40
(30,30,64)
#191930
(25,25,48)
#141420
(20,20,32)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #4141B0

#4141B0
(65,65,176)
#5252B7
(82,82,183)
#6363BE
(99,99,190)
#7474C5
(116,116,197)
#8585CC
(133,133,204)
#9696D3
(150,150,211)
#A7A7DA
(167,167,218)
#B8B8E1
(184,184,225)
#C9C9E8
(201,201,232)
#DADAEF
(218,218,239)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4141B0 color. Also use rgb(65,65,176) instead hex code.

Text Font Color

.myTextColor { color: #4141B0; }

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

This text font color is #4141B0.


Background Color

.myBgColor { background-color: #4141B0; }

<div style="background-color:#4141B0">Inner text</div>

This div background color is #4141B0.


Border color

.myBorderColor { border: 1px solid #4141B0; }

<div style="border:3px solid #4141B0">Div</div>

This div border color is #4141B0.


Opacity

.myOpacity80 { color: #4141B0; opacity: 0.8; }

<p style="color:#4141B0;opacity:0.8;">80%</p>

Text with #4141B0 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 #4141B0;}

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

This text has shadow with #4141B0 color.

.textShadow {text-shadow: 3px 3px 1px #4141B0, 3px 3px 1px red;}

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

This text has shadow with #4141B0 primary color and red secondary color.


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

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

This text has shadow with #4141B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4141B0 on black background.


Color preview on white background

This text has color #4141B0 on white background.



Black color preview on #4141B0 background

This text has black color on #4141B0 background.


White color preview on #4141B0 background

This text has white color on #4141B0 background.