COLOR #41485B

HEX: #41485B
RGB: (65,72,91)

Color info

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

RGB color model

#41485B color RGB value is (65,72,91).

  • red value is 65;
  • green value is 72;
  • blue value is 91.
RGB:
(65,72,91)
(25%,28%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 91 of 255 = 36%

65
72
91

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 91 = 228 (100%)
R 65 of 228 ~ 28.51%
G 72 of 228 ~ 31.58%
B 91 of 228 ~ 39.91%

%28.51
%31.58
%39.91

CMYK color model

#41485B color CMYK value is (29,21,0,64).

  • cyan value is 28.57%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(29,21,0,64)
C29M21Y0K64 
(29%,21%,0%,64%)
(0.29/0.21/0.00/0.64)	

CMYK percentages

%28.57
%20.88
%0
%64.31

Codes

Color #41485B in popluar color models

41485B
RGB657291
HSL224°16.67%30.59%
HSB/HSV224°28.57%35.69%
CMYK28.57%20.88%0.00%
64.31%

Color #41485B in popluar number systems.

HEX41485B
Decimal657291
Binary100000110010001011011
Octal101110133

Shades and tints

Shades of #41485B

#41485B
(65,72,91)
#3C4253
(60,66,83)
#373C4B
(55,60,75)
#323643
(50,54,67)
#2D303B
(45,48,59)
#282A33
(40,42,51)
#23242B
(35,36,43)
#1E1E23
(30,30,35)
#19181B
(25,24,27)
#141213
(20,18,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #41485B

#41485B
(65,72,91)
#525869
(82,88,105)
#636877
(99,104,119)
#747885
(116,120,133)
#858893
(133,136,147)
#9698A1
(150,152,161)
#A7A8AF
(167,168,175)
#B8B8BD
(184,184,189)
#C9C8CB
(201,200,203)
#DAD8D9
(218,216,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41485B; }

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

This text font color is #41485B.


Background Color

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

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

This div background color is #41485B.


Border color

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

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

This div border color is #41485B.


Opacity

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

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

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

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

This text has shadow with #41485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41485B on black background.


Color preview on white background

This text has color #41485B on white background.



Black color preview on #41485B background

This text has black color on #41485B background.


White color preview on #41485B background

This text has white color on #41485B background.