COLOR #41485E

HEX: #41485E RGB: (65,72,94)

Color info

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

RGB color model

#41485E color RGB value is (65,72,94).

RGB: (65,72,94) (25%, 28%, 37%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 94 of 255 = 37%

65
72
94

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

Portions of RGB colors in percentages

R + G + B = 65 + 72 + 94 = 231 (100%)
R 65 of 231 ~ 28.14%
G 72 of 231 ~ 31.17%
B 94 of 231 ~ 40.69'%

%28.14
%31.17
%40.69

CMYK color model

#41485E color CMYK value is (31,23,0,63).

  • cyan value is 30.85%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (31,23,0,63)
C31M23Y0K63 (31%, 23%, 0%, 63%)
(0.31 / 0.23 / 0.00 / 0.63)

CMYK percentages

%30.85
%23.4
%0
%63.14

Codes

Color #41485E in popluar color models

41 48 5E
RGB 65 72 94
HSL 226° 18.24% 31.18%
HSB/HSV 226° 30.85% 36.86%
CMYK 30.85% 23.40% 0.00%
63.14%

Color #41485E in popluar number systems.

HEX 41 48 5E
Decimal 65 72 94
Binary 1000001 1001000 1011110
Octal 101 110 136

Shades and tints

Shades of #41485E

#41485E
(65,72,94)
#3C4256
(60,66,86)
#373C4E
(55,60,78)
#323646
(50,54,70)
#2D303E
(45,48,62)
#282A36
(40,42,54)
#23242E
(35,36,46)
#1E1E26
(30,30,38)
#19181E
(25,24,30)
#141216
(20,18,22)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #41485E

#41485E
(65,72,94)
#52586C
(82,88,108)
#63687A
(99,104,122)
#747888
(116,120,136)
#858896
(133,136,150)
#9698A4
(150,152,164)
#A7A8B2
(167,168,178)
#B8B8C0
(184,184,192)
#C9C8CE
(201,200,206)
#DAD8DC
(218,216,220)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41485E color. Also use rgb(65,72,94) instead hex code.

Text Font Color

.myTextColor { color: #41485E; }

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

This text font color is #41485E.

Background Color

.myBgColor { background-color: #41485E; }

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

This div background color is #41485E.

Border color

.myBorderColor { border: 1px solid #41485E; }

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

This div border color is #41485E.

Opacity

.myOpacity80 { color: #41485E; opacity: 0.8; }

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

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

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

This text has shadow with #41485E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41485E.

Preview

Color preview on black background

This text has color #41485E on black background.


Color preview on white background

This text has color #41485E on white background.


Black color preview on #41485E background

This text has black color on #41485E background.


White color preview on #41485E background

This text has white color on #41485E background.


Related colors

Complementary color

Complementary color for #hex is #BEB7A1.


I love getcolorcode.com

Triadic colors

1 #5E4148 and #485E41 with #41485E are triadic colors.

2 #5E4841 and #48415E with #41485E are triadic colors.