COLOR #41507B

HEX: #41507B RGB: (65,80,123)

Color info

#41507B contains red, green and blue colors in about the same proportion. Web safe color of #41507B is #336666 (or #366).

RGB color model

#41507B color RGB value is (65,80,123).

RGB: (65,80,123) (25%, 31%, 48%)

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 123 of 255 = 48%

65
80
123

R + G + B ~ 35%. #41507B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 80 + 123 = 268 (100%)
R 65 of 268 ~ 24.25%
G 80 of 268 ~ 29.85%
B 123 of 268 ~ 45.9'%

%24.25
%29.85
%45.9

CMYK color model

#41507B color CMYK value is (47,35,0,52).

  • cyan value is 47.15%
  • magenta value is 34.96%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (47,35,0,52)
C47M35Y0K52 (47%, 35%, 0%, 52%)
(0.47 / 0.35 / 0.00 / 0.52)

CMYK percentages

%47.15
%34.96
%0
%51.76

Codes

Color #41507B in popluar color models

41 50 7B
RGB 65 80 123
HSL 224° 30.85% 36.86%
HSB/HSV 224° 47.15% 48.24%
CMYK 47.15% 34.96% 0.00%
51.76%

Color #41507B in popluar number systems.

HEX 41 50 7B
Decimal 65 80 123
Binary 1000001 1010000 1111011
Octal 101 120 173

Shades and tints

Shades of #41507B

#41507B
(65,80,123)
#3C4970
(60,73,112)
#374265
(55,66,101)
#323B5A
(50,59,90)
#2D344F
(45,52,79)
#282D44
(40,45,68)
#232639
(35,38,57)
#1E1F2E
(30,31,46)
#191823
(25,24,35)
#141118
(20,17,24)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #41507B

#41507B
(65,80,123)
#525F87
(82,95,135)
#636E93
(99,110,147)
#747D9F
(116,125,159)
#858CAB
(133,140,171)
#969BB7
(150,155,183)
#A7AAC3
(167,170,195)
#B8B9CF
(184,185,207)
#C9C8DB
(201,200,219)
#DAD7E7
(218,215,231)
#EBE6F3
(235,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41507B; }

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

This text font color is #41507B.

Background Color

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

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

This div background color is #41507B.

Border color

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

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

This div border color is #41507B.

Opacity

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

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

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

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

This text has shadow with #41507B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41507B.

Preview

Color preview on black background

This text has color #41507B on black background.


Color preview on white background

This text has color #41507B on white background.


Black color preview on #41507B background

This text has black color on #41507B background.


White color preview on #41507B background

This text has white color on #41507B background.


Related colors

Complementary color

Complementary color for #hex is #BEAF84.


I love getcolorcode.com

Triadic colors

1 #7B4150 and #507B41 with #41507B are triadic colors.

2 #7B5041 and #50417B with #41507B are triadic colors.