COLOR #41458C

HEX: #41458C
RGB: (65,69,140)

Color info

#41458C contains mainly blue color. Web safe color of #41458C is #333399 (or #339).

RGB color model

#41458C color RGB value is (65,69,140).

  • red value is 65;
  • green value is 69;
  • blue value is 140.
RGB:
(65,69,140)
(25%,27%,55%)

RGB channels and saturation

R 65 of 255 = 25%
G 69 of 255 = 27%
B 140 of 255 = 55%

65
69
140

R + G + B ~ 36%. #41458C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 69 + 140 = 274 (100%)
R 65 of 274 ~ 23.72%
G 69 of 274 ~ 25.18%
B 140 of 274 ~ 51.09%

%23.72
%25.18
%51.09

CMYK color model

#41458C color CMYK value is (54,51,0,45).

  • cyan value is 53.57%
  • magenta value is 50.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(54,51,0,45)
C54M51Y0K45 
(54%,51%,0%,45%)
(0.54/0.51/0.00/0.45)	

CMYK percentages

%53.57
%50.71
%0
%45.1

Codes

Color #41458C in popluar color models

41458C
RGB6569140
HSL237°36.59%40.20%
HSB/HSV237°53.57%54.90%
CMYK53.57%50.71%0.00%
45.10%

Color #41458C in popluar number systems.

HEX41458C
Decimal6569140
Binary1000001100010110001100
Octal101105214

Shades and tints

Shades of #41458C

#41458C
(65,69,140)
#3C3F80
(60,63,128)
#373974
(55,57,116)
#323368
(50,51,104)
#2D2D5C
(45,45,92)
#282750
(40,39,80)
#232144
(35,33,68)
#1E1B38
(30,27,56)
#19152C
(25,21,44)
#140F20
(20,15,32)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #41458C

#41458C
(65,69,140)
#525596
(82,85,150)
#6365A0
(99,101,160)
#7475AA
(116,117,170)
#8585B4
(133,133,180)
#9695BE
(150,149,190)
#A7A5C8
(167,165,200)
#B8B5D2
(184,181,210)
#C9C5DC
(201,197,220)
#DAD5E6
(218,213,230)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41458C color. Also use rgb(65,69,140) instead hex code.

Text Font Color

.myTextColor { color: #41458C; }

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

This text font color is #41458C.


Background Color

.myBgColor { background-color: #41458C; }

<div style="background-color:#41458C">Inner text</div>

This div background color is #41458C.


Border color

.myBorderColor { border: 1px solid #41458C; }

<div style="border:3px solid #41458C">Div</div>

This div border color is #41458C.


Opacity

.myOpacity80 { color: #41458C; opacity: 0.8; }

<p style="color:#41458C;opacity:0.8;">80%</p>

Text with #41458C 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 #41458C;}

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

This text has shadow with #41458C color.

.textShadow {text-shadow: 3px 3px 1px #41458C, 3px 3px 1px red;}

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

This text has shadow with #41458C primary color and red secondary color.


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

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

This text has shadow with #41458C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41458C on black background.


Color preview on white background

This text has color #41458C on white background.



Black color preview on #41458C background

This text has black color on #41458C background.


White color preview on #41458C background

This text has white color on #41458C background.