COLOR #41759E

HEX: #41759E
RGB: (65,117,158)

Color info

#41759E contains mainly green and blue colors. Web safe color of #41759E is #336699 (or #369).

RGB color model

#41759E color RGB value is (65,117,158).

  • red value is 65;
  • green value is 117;
  • blue value is 158.
RGB:
(65,117,158)
(25%,46%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 117 of 255 = 46%
B 158 of 255 = 62%

65
117
158

R + G + B ~ 44%. #41759E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 117 + 158 = 340 (100%)
R 65 of 340 ~ 19.12%
G 117 of 340 ~ 34.41%
B 158 of 340 ~ 46.47%

%19.12
%34.41
%46.47

CMYK color model

#41759E color CMYK value is (59,26,0,38).

  • cyan value is 58.86%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(59,26,0,38)
C59M26Y0K38 
(59%,26%,0%,38%)
(0.59/0.26/0.00/0.38)	

CMYK percentages

%58.86
%25.95
%0
%38.04

Codes

Color #41759E in popluar color models

41759E
RGB65117158
HSL206°41.70%43.73%
HSB/HSV206°58.86%61.96%
CMYK58.86%25.95%0.00%
38.04%

Color #41759E in popluar number systems.

HEX41759E
Decimal65117158
Binary1000001111010110011110
Octal101165236

Shades and tints

Shades of #41759E

#41759E
(65,117,158)
#3C6B90
(60,107,144)
#376182
(55,97,130)
#325774
(50,87,116)
#2D4D66
(45,77,102)
#284358
(40,67,88)
#23394A
(35,57,74)
#1E2F3C
(30,47,60)
#19252E
(25,37,46)
#141B20
(20,27,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #41759E

#41759E
(65,117,158)
#5281A6
(82,129,166)
#638DAE
(99,141,174)
#7499B6
(116,153,182)
#85A5BE
(133,165,190)
#96B1C6
(150,177,198)
#A7BDCE
(167,189,206)
#B8C9D6
(184,201,214)
#C9D5DE
(201,213,222)
#DAE1E6
(218,225,230)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41759E color. Also use rgb(65,117,158) instead hex code.

Text Font Color

.myTextColor { color: #41759E; }

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

This text font color is #41759E.


Background Color

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

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

This div background color is #41759E.


Border color

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

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

This div border color is #41759E.


Opacity

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

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

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

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

This text has shadow with #41759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41759E on black background.


Color preview on white background

This text has color #41759E on white background.



Black color preview on #41759E background

This text has black color on #41759E background.


White color preview on #41759E background

This text has white color on #41759E background.