COLOR #414260

HEX: #414260
RGB: (65,66,96)

Color info

#414260 contains red, green and blue colors in about the same proportion. Web safe color of #414260 is #333366 (or #336).

RGB color model

#414260 color RGB value is (65,66,96).

  • red value is 65;
  • green value is 66;
  • blue value is 96.
RGB:
(65,66,96)
(25%,26%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 96 of 255 = 38%

65
66
96

R + G + B ~ 30%. #414260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 96 = 227 (100%)
R 65 of 227 ~ 28.63%
G 66 of 227 ~ 29.07%
B 96 of 227 ~ 42.29%

%28.63
%29.07
%42.29

CMYK color model

#414260 color CMYK value is (32,31,0,62).

  • cyan value is 32.29%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(32,31,0,62)
C32M31Y0K62 
(32%,31%,0%,62%)
(0.32/0.31/0.00/0.62)	

CMYK percentages

%32.29
%31.25
%0
%62.35

Codes

Color #414260 in popluar color models

414260
RGB656696
HSL238°19.25%31.57%
HSB/HSV238°32.29%37.65%
CMYK32.29%31.25%0.00%
62.35%

Color #414260 in popluar number systems.

HEX414260
Decimal656696
Binary100000110000101100000
Octal101102140

Shades and tints

Shades of #414260

#414260
(65,66,96)
#3C3C58
(60,60,88)
#373650
(55,54,80)
#323048
(50,48,72)
#2D2A40
(45,42,64)
#282438
(40,36,56)
#231E30
(35,30,48)
#1E1828
(30,24,40)
#191220
(25,18,32)
#140C18
(20,12,24)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #414260

#414260
(65,66,96)
#52536E
(82,83,110)
#63647C
(99,100,124)
#74758A
(116,117,138)
#858698
(133,134,152)
#9697A6
(150,151,166)
#A7A8B4
(167,168,180)
#B8B9C2
(184,185,194)
#C9CAD0
(201,202,208)
#DADBDE
(218,219,222)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414260 color. Also use rgb(65,66,96) instead hex code.

Text Font Color

.myTextColor { color: #414260; }

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

This text font color is #414260.


Background Color

.myBgColor { background-color: #414260; }

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

This div background color is #414260.


Border color

.myBorderColor { border: 1px solid #414260; }

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

This div border color is #414260.


Opacity

.myOpacity80 { color: #414260; opacity: 0.8; }

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

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

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

This text has shadow with #414260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414260 on black background.


Color preview on white background

This text has color #414260 on white background.



Black color preview on #414260 background

This text has black color on #414260 background.


White color preview on #414260 background

This text has white color on #414260 background.