COLOR #414B66

HEX: #414B66
RGB: (65,75,102)

Color info

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

RGB color model

#414B66 color RGB value is (65,75,102).

  • red value is 65;
  • green value is 75;
  • blue value is 102.
RGB:
(65,75,102)
(25%,29%,40%)

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 102 of 255 = 40%

65
75
102

R + G + B ~ 31%. #414B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 75 + 102 = 242 (100%)
R 65 of 242 ~ 26.86%
G 75 of 242 ~ 30.99%
B 102 of 242 ~ 42.15%

%26.86
%30.99
%42.15

CMYK color model

#414B66 color CMYK value is (36,26,0,60).

  • cyan value is 36.27%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(36,26,0,60)
C36M26Y0K60 
(36%,26%,0%,60%)
(0.36/0.26/0.00/0.60)	

CMYK percentages

%36.27
%26.47
%0
%60

Codes

Color #414B66 in popluar color models

414B66
RGB6575102
HSL224°22.16%32.75%
HSB/HSV224°36.27%40.00%
CMYK36.27%26.47%0.00%
60.00%

Color #414B66 in popluar number systems.

HEX414B66
Decimal6575102
Binary100000110010111100110
Octal101113146

Shades and tints

Shades of #414B66

#414B66
(65,75,102)
#3C455D
(60,69,93)
#373F54
(55,63,84)
#32394B
(50,57,75)
#2D3342
(45,51,66)
#282D39
(40,45,57)
#232730
(35,39,48)
#1E2127
(30,33,39)
#191B1E
(25,27,30)
#141515
(20,21,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #414B66

#414B66
(65,75,102)
#525B73
(82,91,115)
#636B80
(99,107,128)
#747B8D
(116,123,141)
#858B9A
(133,139,154)
#969BA7
(150,155,167)
#A7ABB4
(167,171,180)
#B8BBC1
(184,187,193)
#C9CBCE
(201,203,206)
#DADBDB
(218,219,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414B66 color. Also use rgb(65,75,102) instead hex code.

Text Font Color

.myTextColor { color: #414B66; }

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

This text font color is #414B66.


Background Color

.myBgColor { background-color: #414B66; }

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

This div background color is #414B66.


Border color

.myBorderColor { border: 1px solid #414B66; }

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

This div border color is #414B66.


Opacity

.myOpacity80 { color: #414B66; opacity: 0.8; }

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

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

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

This text has shadow with #414B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414B66 on black background.


Color preview on white background

This text has color #414B66 on white background.



Black color preview on #414B66 background

This text has black color on #414B66 background.


White color preview on #414B66 background

This text has white color on #414B66 background.