COLOR #41457B

HEX: #41457B
RGB: (65,69,123)

Color info

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

RGB color model

#41457B color RGB value is (65,69,123).

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

RGB channels and saturation

R 65 of 255 = 25%
G 69 of 255 = 27%
B 123 of 255 = 48%

65
69
123

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

Portions of RGB colors in percentages

R + G + B =
65 + 69 + 123 = 257 (100%)
R 65 of 257 ~ 25.29%
G 69 of 257 ~ 26.85%
B 123 of 257 ~ 47.86%

%25.29
%26.85
%47.86

CMYK color model

#41457B color CMYK value is (47,44,0,52).

  • cyan value is 47.15%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (47,44,0,52) C47M44Y0K52 (47%,44%,0%,52%) (0.47/0.44/0.00/0.52)

CMYK percentages

%47.15
%43.9
%0
%51.76

Codes

Color #41457B in popluar color models

41457B
RGB6569123
HSL236°30.85%36.86%
HSB/HSV236°47.15%48.24%
CMYK47.15%43.90%0.00%
51.76%

Color #41457B in popluar number systems.

HEX41457B
Decimal6569123
Binary100000110001011111011
Octal101105173

Shades and tints

Shades of #41457B

#41457B
(65,69,123)
#3C3F70
(60,63,112)
#373965
(55,57,101)
#32335A
(50,51,90)
#2D2D4F
(45,45,79)
#282744
(40,39,68)
#232139
(35,33,57)
#1E1B2E
(30,27,46)
#191523
(25,21,35)
#140F18
(20,15,24)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #41457B

#41457B
(65,69,123)
#525587
(82,85,135)
#636593
(99,101,147)
#74759F
(116,117,159)
#8585AB
(133,133,171)
#9695B7
(150,149,183)
#A7A5C3
(167,165,195)
#B8B5CF
(184,181,207)
#C9C5DB
(201,197,219)
#DAD5E7
(218,213,231)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41457B color. Also use rgb(65,69,123) instead hex code.

Text Font Color

.myTextColor { color: #41457B; }

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

This text font color is #41457B.


Background Color

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

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

This div background color is #41457B.


Border color

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

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

This div border color is #41457B.


Opacity

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

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

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

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

This text has shadow with #41457B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #41457B on black background.


Color preview on white background

This text has color #41457B on white background.



Black color preview on #41457B background

This text has black color on #41457B background.


White color preview on #41457B background

This text has white color on #41457B background.