COLOR #41486D

HEX: #41486D
RGB: (65,72,109)

Color info

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

RGB color model

#41486D color RGB value is (65,72,109).

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

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 109 of 255 = 43%

65
72
109

R + G + B ~ 32%. #41486D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 109 = 246 (100%)
R 65 of 246 ~ 26.42%
G 72 of 246 ~ 29.27%
B 109 of 246 ~ 44.31%

%26.42
%29.27
%44.31

CMYK color model

#41486D color CMYK value is (40,34,0,57).

  • cyan value is 40.37%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,34,0,57)
C40M34Y0K57 
(40%,34%,0%,57%)
(0.40/0.34/0.00/0.57)	

CMYK percentages

%40.37
%33.94
%0
%57.25

Codes

Color #41486D in popluar color models

41486D
RGB6572109
HSL230°25.29%34.12%
HSB/HSV230°40.37%42.75%
CMYK40.37%33.94%0.00%
57.25%

Color #41486D in popluar number systems.

HEX41486D
Decimal6572109
Binary100000110010001101101
Octal101110155

Shades and tints

Shades of #41486D

#41486D
(65,72,109)
#3C4264
(60,66,100)
#373C5B
(55,60,91)
#323652
(50,54,82)
#2D3049
(45,48,73)
#282A40
(40,42,64)
#232437
(35,36,55)
#1E1E2E
(30,30,46)
#191825
(25,24,37)
#14121C
(20,18,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #41486D

#41486D
(65,72,109)
#52587A
(82,88,122)
#636887
(99,104,135)
#747894
(116,120,148)
#8588A1
(133,136,161)
#9698AE
(150,152,174)
#A7A8BB
(167,168,187)
#B8B8C8
(184,184,200)
#C9C8D5
(201,200,213)
#DAD8E2
(218,216,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41486D color. Also use rgb(65,72,109) instead hex code.

Text Font Color

.myTextColor { color: #41486D; }

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

This text font color is #41486D.


Background Color

.myBgColor { background-color: #41486D; }

<div style="background-color:#41486D">Inner text</div>

This div background color is #41486D.


Border color

.myBorderColor { border: 1px solid #41486D; }

<div style="border:3px solid #41486D">Div</div>

This div border color is #41486D.


Opacity

.myOpacity80 { color: #41486D; opacity: 0.8; }

<p style="color:#41486D;opacity:0.8;">80%</p>

Text with #41486D 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 #41486D;}

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

This text has shadow with #41486D color.

.textShadow {text-shadow: 3px 3px 1px #41486D, 3px 3px 1px red;}

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

This text has shadow with #41486D primary color and red secondary color.


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

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

This text has shadow with #41486D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41486D on black background.


Color preview on white background

This text has color #41486D on white background.



Black color preview on #41486D background

This text has black color on #41486D background.


White color preview on #41486D background

This text has white color on #41486D background.