COLOR #4140BE

HEX: #4140BE
RGB: (65,64,190)

Color info

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

RGB color model

#4140BE color RGB value is (65,64,190).

  • red value is 65;
  • green value is 64;
  • blue value is 190.
RGB:
(65,64,190)
(25%,25%,75%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 190 of 255 = 75%

65
64
190

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

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 190 = 319 (100%)
R 65 of 319 ~ 20.38%
G 64 of 319 ~ 20.06%
B 190 of 319 ~ 59.56%

%20.38
%20.06
%59.56

CMYK color model

#4140BE color CMYK value is (66,66,0,25).

  • cyan value is 65.79%
  • magenta value is 66.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(66,66,0,25)
C66M66Y0K25 
(66%,66%,0%,25%)
(0.66/0.66/0.00/0.25)	

CMYK percentages

%65.79
%66.32
%0
%25.49

Codes

Color #4140BE in popluar color models

4140BE
RGB6564190
HSL240°49.61%49.80%
HSB/HSV240°66.32%74.51%
CMYK65.79%66.32%0.00%
25.49%

Color #4140BE in popluar number systems.

HEX4140BE
Decimal6564190
Binary1000001100000010111110
Octal101100276

Shades and tints

Shades of #4140BE

#4140BE
(65,64,190)
#3C3BAD
(60,59,173)
#37369C
(55,54,156)
#32318B
(50,49,139)
#2D2C7A
(45,44,122)
#282769
(40,39,105)
#232258
(35,34,88)
#1E1D47
(30,29,71)
#191836
(25,24,54)
#141325
(20,19,37)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #4140BE

#4140BE
(65,64,190)
#5251C3
(82,81,195)
#6362C8
(99,98,200)
#7473CD
(116,115,205)
#8584D2
(133,132,210)
#9695D7
(150,149,215)
#A7A6DC
(167,166,220)
#B8B7E1
(184,183,225)
#C9C8E6
(201,200,230)
#DAD9EB
(218,217,235)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4140BE color. Also use rgb(65,64,190) instead hex code.

Text Font Color

.myTextColor { color: #4140BE; }

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

This text font color is #4140BE.


Background Color

.myBgColor { background-color: #4140BE; }

<div style="background-color:#4140BE">Inner text</div>

This div background color is #4140BE.


Border color

.myBorderColor { border: 1px solid #4140BE; }

<div style="border:3px solid #4140BE">Div</div>

This div border color is #4140BE.


Opacity

.myOpacity80 { color: #4140BE; opacity: 0.8; }

<p style="color:#4140BE;opacity:0.8;">80%</p>

Text with #4140BE 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 #4140BE;}

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

This text has shadow with #4140BE color.

.textShadow {text-shadow: 3px 3px 1px #4140BE, 3px 3px 1px red;}

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

This text has shadow with #4140BE primary color and red secondary color.


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

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

This text has shadow with #4140BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4140BE on black background.


Color preview on white background

This text has color #4140BE on white background.



Black color preview on #4140BE background

This text has black color on #4140BE background.


White color preview on #4140BE background

This text has white color on #4140BE background.