COLOR #41849D

HEX: #41849D
RGB: (65,132,157)

Color info

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

RGB color model

#41849D color RGB value is (65,132,157).

  • red value is 65;
  • green value is 132;
  • blue value is 157.
RGB:
(65,132,157)
(25%,52%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 132 of 255 = 52%
B 157 of 255 = 62%

65
132
157

R + G + B ~ 46%. #41849D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 132 + 157 = 354 (100%)
R 65 of 354 ~ 18.36%
G 132 of 354 ~ 37.29%
B 157 of 354 ~ 44.35%

%18.36
%37.29
%44.35

CMYK color model

#41849D color CMYK value is (59,16,0,38).

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

CMYK percentages

%58.6
%15.92
%0
%38.43

Codes

Color #41849D in popluar color models

41849D
RGB65132157
HSL196°41.44%43.53%
HSB/HSV196°58.60%61.57%
CMYK58.60%15.92%0.00%
38.43%

Color #41849D in popluar number systems.

HEX41849D
Decimal65132157
Binary10000011000010010011101
Octal101204235

Shades and tints

Shades of #41849D

#41849D
(65,132,157)
#3C788F
(60,120,143)
#376C81
(55,108,129)
#326073
(50,96,115)
#2D5465
(45,84,101)
#284857
(40,72,87)
#233C49
(35,60,73)
#1E303B
(30,48,59)
#19242D
(25,36,45)
#14181F
(20,24,31)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #41849D

#41849D
(65,132,157)
#528FA5
(82,143,165)
#639AAD
(99,154,173)
#74A5B5
(116,165,181)
#85B0BD
(133,176,189)
#96BBC5
(150,187,197)
#A7C6CD
(167,198,205)
#B8D1D5
(184,209,213)
#C9DCDD
(201,220,221)
#DAE7E5
(218,231,229)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41849D color. Also use rgb(65,132,157) instead hex code.

Text Font Color

.myTextColor { color: #41849D; }

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

This text font color is #41849D.


Background Color

.myBgColor { background-color: #41849D; }

<div style="background-color:#41849D">Inner text</div>

This div background color is #41849D.


Border color

.myBorderColor { border: 1px solid #41849D; }

<div style="border:3px solid #41849D">Div</div>

This div border color is #41849D.


Opacity

.myOpacity80 { color: #41849D; opacity: 0.8; }

<p style="color:#41849D;opacity:0.8;">80%</p>

Text with #41849D 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 #41849D;}

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

This text has shadow with #41849D color.

.textShadow {text-shadow: 3px 3px 1px #41849D, 3px 3px 1px red;}

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

This text has shadow with #41849D primary color and red secondary color.


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

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

This text has shadow with #41849D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41849D on black background.


Color preview on white background

This text has color #41849D on white background.



Black color preview on #41849D background

This text has black color on #41849D background.


White color preview on #41849D background

This text has white color on #41849D background.