COLOR #41879A

HEX: #41879A
RGB: (65,135,154)

Color info

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

RGB color model

#41879A color RGB value is (65,135,154).

  • red value is 65;
  • green value is 135;
  • blue value is 154.
RGB:
(65,135,154)
(25%,53%,60%)

RGB channels and saturation

R 65 of 255 = 25%
G 135 of 255 = 53%
B 154 of 255 = 60%

65
135
154

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

Portions of RGB colors in percentages

R + G + B =
65 + 135 + 154 = 354 (100%)
R 65 of 354 ~ 18.36%
G 135 of 354 ~ 38.14%
B 154 of 354 ~ 43.5%

%18.36
%38.14
%43.5

CMYK color model

#41879A color CMYK value is (58,12,0,40).

  • cyan value is 57.79%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(58,12,0,40)
C58M12Y0K40 
(58%,12%,0%,40%)
(0.58/0.12/0.00/0.40)	

CMYK percentages

%57.79
%12.34
%0
%39.61

Codes

Color #41879A in popluar color models

41879A
RGB65135154
HSL193°40.64%42.94%
HSB/HSV193°57.79%60.39%
CMYK57.79%12.34%0.00%
39.61%

Color #41879A in popluar number systems.

HEX41879A
Decimal65135154
Binary10000011000011110011010
Octal101207232

Shades and tints

Shades of #41879A

#41879A
(65,135,154)
#3C7B8C
(60,123,140)
#376F7E
(55,111,126)
#326370
(50,99,112)
#2D5762
(45,87,98)
#284B54
(40,75,84)
#233F46
(35,63,70)
#1E3338
(30,51,56)
#19272A
(25,39,42)
#141B1C
(20,27,28)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #41879A

#41879A
(65,135,154)
#5291A3
(82,145,163)
#639BAC
(99,155,172)
#74A5B5
(116,165,181)
#85AFBE
(133,175,190)
#96B9C7
(150,185,199)
#A7C3D0
(167,195,208)
#B8CDD9
(184,205,217)
#C9D7E2
(201,215,226)
#DAE1EB
(218,225,235)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41879A color. Also use rgb(65,135,154) instead hex code.

Text Font Color

.myTextColor { color: #41879A; }

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

This text font color is #41879A.


Background Color

.myBgColor { background-color: #41879A; }

<div style="background-color:#41879A">Inner text</div>

This div background color is #41879A.


Border color

.myBorderColor { border: 1px solid #41879A; }

<div style="border:3px solid #41879A">Div</div>

This div border color is #41879A.


Opacity

.myOpacity80 { color: #41879A; opacity: 0.8; }

<p style="color:#41879A;opacity:0.8;">80%</p>

Text with #41879A 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 #41879A;}

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

This text has shadow with #41879A color.

.textShadow {text-shadow: 3px 3px 1px #41879A, 3px 3px 1px red;}

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

This text has shadow with #41879A primary color and red secondary color.


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

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

This text has shadow with #41879A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41879A on black background.


Color preview on white background

This text has color #41879A on white background.



Black color preview on #41879A background

This text has black color on #41879A background.


White color preview on #41879A background

This text has white color on #41879A background.