COLOR #41556B

HEX: #41556B RGB: (65,85,107)

Color info

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

RGB color model

#41556B color RGB value is (65,85,107).

RGB: (65,85,107) (25%, 33%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 85 of 255 = 33%
B 107 of 255 = 42%

65
85
107

R + G + B ~ 33%. #41556B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 85 + 107 = 257 (100%)
R 65 of 257 ~ 25.29%
G 85 of 257 ~ 33.07%
B 107 of 257 ~ 41.63'%

%25.29
%33.07
%41.63

CMYK color model

#41556B color CMYK value is (39,21,0,58).

  • cyan value is 39.25%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (39,21,0,58)
C39M21Y0K58 (39%, 21%, 0%, 58%)
(0.39 / 0.21 / 0.00 / 0.58)

CMYK percentages

%39.25
%20.56
%0
%58.04

Codes

Color #41556B in popluar color models

41 55 6B
RGB 65 85 107
HSL 211° 24.42% 33.73%
HSB/HSV 211° 39.25% 41.96%
CMYK 39.25% 20.56% 0.00%
58.04%

Color #41556B in popluar number systems.

HEX 41 55 6B
Decimal 65 85 107
Binary 1000001 1010101 1101011
Octal 101 125 153

Shades and tints

Shades of #41556B

#41556B
(65,85,107)
#3C4E62
(60,78,98)
#374759
(55,71,89)
#324050
(50,64,80)
#2D3947
(45,57,71)
#28323E
(40,50,62)
#232B35
(35,43,53)
#1E242C
(30,36,44)
#191D23
(25,29,35)
#14161A
(20,22,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #41556B

#41556B
(65,85,107)
#526478
(82,100,120)
#637385
(99,115,133)
#748292
(116,130,146)
#85919F
(133,145,159)
#96A0AC
(150,160,172)
#A7AFB9
(167,175,185)
#B8BEC6
(184,190,198)
#C9CDD3
(201,205,211)
#DADCE0
(218,220,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41556B color. Also use rgb(65,85,107) instead hex code.

Text Font Color

.myTextColor { color: #41556B; }

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

This text font color is #41556B.

Background Color

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

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

This div background color is #41556B.

Border color

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

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

This div border color is #41556B.

Opacity

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

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

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

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

This text has shadow with #41556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41556B.

Preview

Color preview on black background

This text has color #41556B on black background.


Color preview on white background

This text has color #41556B on white background.


Black color preview on #41556B background

This text has black color on #41556B background.


White color preview on #41556B background

This text has white color on #41556B background.


Related colors

Complementary color

Complementary color for #hex is #BEAA94.


I love getcolorcode.com

Triadic colors

1 #6B4155 and #556B41 with #41556B are triadic colors.

2 #6B5541 and #55416B with #41556B are triadic colors.