COLOR #41728F

HEX: #41728F RGB: (65,114,143)

Color info

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

RGB color model

#41728F color RGB value is (65,114,143).

RGB: (65,114,143) (25%, 45%, 56%)

RGB channels and saturation

R 65 of 255 = 25%
G 114 of 255 = 45%
B 143 of 255 = 56%

65
114
143

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

Portions of RGB colors in percentages

R + G + B = 65 + 114 + 143 = 322 (100%)
R 65 of 322 ~ 20.19%
G 114 of 322 ~ 35.4%
B 143 of 322 ~ 44.41'%

%20.19
%35.4
%44.41

CMYK color model

#41728F color CMYK value is (55,20,0,44).

  • cyan value is 54.55%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (55,20,0,44)
C55M20Y0K44 (55%, 20%, 0%, 44%)
(0.55 / 0.20 / 0.00 / 0.44)

CMYK percentages

%54.55
%20.28
%0
%43.92

Codes

Color #41728F in popluar color models

41 72 8F
RGB 65 114 143
HSL 202° 37.50% 40.78%
HSB/HSV 202° 54.55% 56.08%
CMYK 54.55% 20.28% 0.00%
43.92%

Color #41728F in popluar number systems.

HEX 41 72 8F
Decimal 65 114 143
Binary 1000001 1110010 10001111
Octal 101 162 217

Shades and tints

Shades of #41728F

#41728F
(65,114,143)
#3C6882
(60,104,130)
#375E75
(55,94,117)
#325468
(50,84,104)
#2D4A5B
(45,74,91)
#28404E
(40,64,78)
#233641
(35,54,65)
#1E2C34
(30,44,52)
#192227
(25,34,39)
#14181A
(20,24,26)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #41728F

#41728F
(65,114,143)
#527E99
(82,126,153)
#638AA3
(99,138,163)
#7496AD
(116,150,173)
#85A2B7
(133,162,183)
#96AEC1
(150,174,193)
#A7BACB
(167,186,203)
#B8C6D5
(184,198,213)
#C9D2DF
(201,210,223)
#DADEE9
(218,222,233)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41728F; }

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

This text font color is #41728F.

Background Color

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

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

This div background color is #41728F.

Border color

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

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

This div border color is #41728F.

Opacity

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

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

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

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

This text has shadow with #41728F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41728F.

Preview

Color preview on black background

This text has color #41728F on black background.


Color preview on white background

This text has color #41728F on white background.


Black color preview on #41728F background

This text has black color on #41728F background.


White color preview on #41728F background

This text has white color on #41728F background.


Related colors

Complementary color

Complementary color for #hex is #BE8D70.


I love getcolorcode.com

Triadic colors

1 #8F4172 and #728F41 with #41728F are triadic colors.

2 #8F7241 and #72418F with #41728F are triadic colors.