COLOR #41768F

HEX: #41768F
RGB: (65,118,143)

Color info

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

RGB color model

#41768F color RGB value is (65,118,143).

  • red value is 65;
  • green value is 118;
  • blue value is 143.
RGB:
(65,118,143)
(25%,46%,56%)

RGB channels and saturation

R 65 of 255 = 25%
G 118 of 255 = 46%
B 143 of 255 = 56%

65
118
143

R + G + B ~ 42%. #41768F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 118 + 143 = 326 (100%)
R 65 of 326 ~ 19.94%
G 118 of 326 ~ 36.2%
B 143 of 326 ~ 43.87%

%19.94
%36.2
%43.87

CMYK color model

#41768F color CMYK value is (55,17,0,44).

  • cyan value is 54.55%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(55,17,0,44)
C55M17Y0K44 
(55%,17%,0%,44%)
(0.55/0.17/0.00/0.44)	

CMYK percentages

%54.55
%17.48
%0
%43.92

Codes

Color #41768F in popluar color models

41768F
RGB65118143
HSL199°37.50%40.78%
HSB/HSV199°54.55%56.08%
CMYK54.55%17.48%0.00%
43.92%

Color #41768F in popluar number systems.

HEX41768F
Decimal65118143
Binary1000001111011010001111
Octal101166217

Shades and tints

Shades of #41768F

#41768F
(65,118,143)
#3C6C82
(60,108,130)
#376275
(55,98,117)
#325868
(50,88,104)
#2D4E5B
(45,78,91)
#28444E
(40,68,78)
#233A41
(35,58,65)
#1E3034
(30,48,52)
#192627
(25,38,39)
#141C1A
(20,28,26)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #41768F

#41768F
(65,118,143)
#528299
(82,130,153)
#638EA3
(99,142,163)
#749AAD
(116,154,173)
#85A6B7
(133,166,183)
#96B2C1
(150,178,193)
#A7BECB
(167,190,203)
#B8CAD5
(184,202,213)
#C9D6DF
(201,214,223)
#DAE2E9
(218,226,233)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41768F color. Also use rgb(65,118,143) instead hex code.

Text Font Color

.myTextColor { color: #41768F; }

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

This text font color is #41768F.


Background Color

.myBgColor { background-color: #41768F; }

<div style="background-color:#41768F">Inner text</div>

This div background color is #41768F.


Border color

.myBorderColor { border: 1px solid #41768F; }

<div style="border:3px solid #41768F">Div</div>

This div border color is #41768F.


Opacity

.myOpacity80 { color: #41768F; opacity: 0.8; }

<p style="color:#41768F;opacity:0.8;">80%</p>

Text with #41768F 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 #41768F;}

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

This text has shadow with #41768F color.

.textShadow {text-shadow: 3px 3px 1px #41768F, 3px 3px 1px red;}

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

This text has shadow with #41768F primary color and red secondary color.


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

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

This text has shadow with #41768F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41768F on black background.


Color preview on white background

This text has color #41768F on white background.



Black color preview on #41768F background

This text has black color on #41768F background.


White color preview on #41768F background

This text has white color on #41768F background.