COLOR #41869F

HEX: #41869F
RGB: (65,134,159)

Color info

#41869F contains mainly green and blue colors. Web safe color of #41869F is #339999 (or #399).

RGB color model

#41869F color RGB value is (65,134,159).

  • red value is 65;
  • green value is 134;
  • blue value is 159.
RGB:
(65,134,159)
(25%,53%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 134 of 255 = 53%
B 159 of 255 = 62%

65
134
159

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

Portions of RGB colors in percentages

R + G + B =
65 + 134 + 159 = 358 (100%)
R 65 of 358 ~ 18.16%
G 134 of 358 ~ 37.43%
B 159 of 358 ~ 44.41%

%18.16
%37.43
%44.41

CMYK color model

#41869F color CMYK value is (59,16,0,38).

  • cyan value is 59.12%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(59,16,0,38)
C59M16Y0K38 
(59%,16%,0%,38%)
(0.59/0.16/0.00/0.38)	

CMYK percentages

%59.12
%15.72
%0
%37.65

Codes

Color #41869F in popluar color models

41869F
RGB65134159
HSL196°41.96%43.92%
HSB/HSV196°59.12%62.35%
CMYK59.12%15.72%0.00%
37.65%

Color #41869F in popluar number systems.

HEX41869F
Decimal65134159
Binary10000011000011010011111
Octal101206237

Shades and tints

Shades of #41869F

#41869F
(65,134,159)
#3C7A91
(60,122,145)
#376E83
(55,110,131)
#326275
(50,98,117)
#2D5667
(45,86,103)
#284A59
(40,74,89)
#233E4B
(35,62,75)
#1E323D
(30,50,61)
#19262F
(25,38,47)
#141A21
(20,26,33)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #41869F

#41869F
(65,134,159)
#5291A7
(82,145,167)
#639CAF
(99,156,175)
#74A7B7
(116,167,183)
#85B2BF
(133,178,191)
#96BDC7
(150,189,199)
#A7C8CF
(167,200,207)
#B8D3D7
(184,211,215)
#C9DEDF
(201,222,223)
#DAE9E7
(218,233,231)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41869F color. Also use rgb(65,134,159) instead hex code.

Text Font Color

.myTextColor { color: #41869F; }

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

This text font color is #41869F.


Background Color

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

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

This div background color is #41869F.


Border color

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

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

This div border color is #41869F.


Opacity

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

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

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

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

This text has shadow with #41869F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41869F on black background.


Color preview on white background

This text has color #41869F on white background.



Black color preview on #41869F background

This text has black color on #41869F background.


White color preview on #41869F background

This text has white color on #41869F background.