COLOR #414C8C

HEX: #414C8C RGB: (65,76,140)

Color info

#414C8C contains mainly blue color. Web safe color of #414C8C is #333399 (or #339).

RGB color model

#414C8C color RGB value is (65,76,140).

RGB: (65,76,140) (25%, 30%, 55%)

RGB channels and saturation

R 65 of 255 = 25%
G 76 of 255 = 30%
B 140 of 255 = 55%

65
76
140

R + G + B ~ 37%. #414C8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 76 + 140 = 281 (100%)
R 65 of 281 ~ 23.13%
G 76 of 281 ~ 27.05%
B 140 of 281 ~ 49.82'%

%23.13
%27.05
%49.82

CMYK color model

#414C8C color CMYK value is (54,46,0,45).

  • cyan value is 53.57%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (54,46,0,45)
C54M46Y0K45 (54%, 46%, 0%, 45%)
(0.54 / 0.46 / 0.00 / 0.45)

CMYK percentages

%53.57
%45.71
%0
%45.1

Codes

Color #414C8C in popluar color models

41 4C 8C
RGB 65 76 140
HSL 231° 36.59% 40.20%
HSB/HSV 231° 53.57% 54.90%
CMYK 53.57% 45.71% 0.00%
45.10%

Color #414C8C in popluar number systems.

HEX 41 4C 8C
Decimal 65 76 140
Binary 1000001 1001100 10001100
Octal 101 114 214

Shades and tints

Shades of #414C8C

#414C8C
(65,76,140)
#3C4680
(60,70,128)
#374074
(55,64,116)
#323A68
(50,58,104)
#2D345C
(45,52,92)
#282E50
(40,46,80)
#232844
(35,40,68)
#1E2238
(30,34,56)
#191C2C
(25,28,44)
#141620
(20,22,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #414C8C

#414C8C
(65,76,140)
#525C96
(82,92,150)
#636CA0
(99,108,160)
#747CAA
(116,124,170)
#858CB4
(133,140,180)
#969CBE
(150,156,190)
#A7ACC8
(167,172,200)
#B8BCD2
(184,188,210)
#C9CCDC
(201,204,220)
#DADCE6
(218,220,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414C8C color. Also use rgb(65,76,140) instead hex code.

Text Font Color

.myTextColor { color: #414C8C; }

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

This text font color is #414C8C.

Background Color

.myBgColor { background-color: #414C8C; }

<div style="background-color:#414C8C">Inner text</div>

This div background color is #414C8C.

Border color

.myBorderColor { border: 1px solid #414C8C; }

<div style="border:3px solid #414C8C">Div</div>

This div border color is #414C8C.

Opacity

.myOpacity80 { color: #414C8C; opacity: 0.8; }

<p style="color:#414C8C;opacity:0.8;">80%</p>

Text with #414C8C 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 #414C8C;}

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

This text has shadow with #414C8C color.


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

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

This text has shadow with #414C8C primary color and red secondary color.


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

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

This text has shadow with #414C8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #414C8C.

Preview

Color preview on black background

This text has color #414C8C on black background.


Color preview on white background

This text has color #414C8C on white background.


Black color preview on #414C8C background

This text has black color on #414C8C background.


White color preview on #414C8C background

This text has white color on #414C8C background.


Related colors

Complementary color

Complementary color for #hex is #BEB373.


I love getcolorcode.com

Triadic colors

1 #8C414C and #4C8C41 with #414C8C are triadic colors.

2 #8C4C41 and #4C418C with #414C8C are triadic colors.