COLOR #41508B

HEX: #41508B RGB: (65,80,139)

Color info

#41508B contains mainly green and blue colors. Web safe color of #41508B is #336699 (or #369).

RGB color model

#41508B color RGB value is (65,80,139).

RGB: (65,80,139) (25%, 31%, 55%)

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 139 of 255 = 55%

65
80
139

R + G + B ~ 37%. #41508B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 80 + 139 = 284 (100%)
R 65 of 284 ~ 22.89%
G 80 of 284 ~ 28.17%
B 139 of 284 ~ 48.94'%

%22.89
%28.17
%48.94

CMYK color model

#41508B color CMYK value is (53,42,0,45).

  • cyan value is 53.24%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (53,42,0,45)
C53M42Y0K45 (53%, 42%, 0%, 45%)
(0.53 / 0.42 / 0.00 / 0.45)

CMYK percentages

%53.24
%42.45
%0
%45.49

Codes

Color #41508B in popluar color models

41 50 8B
RGB 65 80 139
HSL 228° 36.27% 40.00%
HSB/HSV 228° 53.24% 54.51%
CMYK 53.24% 42.45% 0.00%
45.49%

Color #41508B in popluar number systems.

HEX 41 50 8B
Decimal 65 80 139
Binary 1000001 1010000 10001011
Octal 101 120 213

Shades and tints

Shades of #41508B

#41508B
(65,80,139)
#3C497F
(60,73,127)
#374273
(55,66,115)
#323B67
(50,59,103)
#2D345B
(45,52,91)
#282D4F
(40,45,79)
#232643
(35,38,67)
#1E1F37
(30,31,55)
#19182B
(25,24,43)
#14111F
(20,17,31)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #41508B

#41508B
(65,80,139)
#525F95
(82,95,149)
#636E9F
(99,110,159)
#747DA9
(116,125,169)
#858CB3
(133,140,179)
#969BBD
(150,155,189)
#A7AAC7
(167,170,199)
#B8B9D1
(184,185,209)
#C9C8DB
(201,200,219)
#DAD7E5
(218,215,229)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41508B color. Also use rgb(65,80,139) instead hex code.

Text Font Color

.myTextColor { color: #41508B; }

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

This text font color is #41508B.

Background Color

.myBgColor { background-color: #41508B; }

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

This div background color is #41508B.

Border color

.myBorderColor { border: 1px solid #41508B; }

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

This div border color is #41508B.

Opacity

.myOpacity80 { color: #41508B; opacity: 0.8; }

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

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

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

This text has shadow with #41508B color.


.textShadow {text-shadow: 3px 3px 1px #41508B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41508B; -webkit-box-shadow: 1px 1px 3px 2px #41508B; box-shadow:1px 1px 3px 2px #41508B;">
Div content here
</div>

This div box has shadow with color #41508B.

Preview

Color preview on black background

This text has color #41508B on black background.


Color preview on white background

This text has color #41508B on white background.


Black color preview on #41508B background

This text has black color on #41508B background.


White color preview on #41508B background

This text has white color on #41508B background.


Related colors

Complementary color

Complementary color for #hex is #BEAF74.


I love getcolorcode.com

Triadic colors

1 #8B4150 and #508B41 with #41508B are triadic colors.

2 #8B5041 and #50418B with #41508B are triadic colors.