COLOR #4366A1

HEX: #4366A1 RGB: (67,102,161)

Color info

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

RGB color model

#4366A1 color RGB value is (67,102,161).

RGB: (67,102,161) (26%, 40%, 63%)

RGB channels and saturation

R 67 of 255 = 26%
G 102 of 255 = 40%
B 161 of 255 = 63%

67
102
161

R + G + B ~ 43%. #4366A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 102 + 161 = 330 (100%)
R 67 of 330 ~ 20.3%
G 102 of 330 ~ 30.91%
B 161 of 330 ~ 48.79'%

%20.3
%30.91
%48.79

CMYK color model

#4366A1 color CMYK value is (58,37,0,37).

  • cyan value is 58.39%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (58,37,0,37)
C58M37Y0K37 (58%, 37%, 0%, 37%)
(0.58 / 0.37 / 0.00 / 0.37)

CMYK percentages

%58.39
%36.65
%0
%36.86

Codes

Color #4366A1 in popluar color models

43 66 A1
RGB 67 102 161
HSL 218° 41.23% 44.71%
HSB/HSV 218° 58.39% 63.14%
CMYK 58.39% 36.65% 0.00%
36.86%

Color #4366A1 in popluar number systems.

HEX 43 66 A1
Decimal 67 102 161
Binary 1000011 1100110 10100001
Octal 103 146 241

Shades and tints

Shades of #4366A1

#4366A1
(67,102,161)
#3D5D93
(61,93,147)
#375485
(55,84,133)
#314B77
(49,75,119)
#2B4269
(43,66,105)
#25395B
(37,57,91)
#1F304D
(31,48,77)
#19273F
(25,39,63)
#131E31
(19,30,49)
#0D1523
(13,21,35)
#070C15
(7,12,21)
#000000
(0,0,0)

Tints of #4366A1

#4366A1
(67,102,161)
#5473A9
(84,115,169)
#6580B1
(101,128,177)
#768DB9
(118,141,185)
#879AC1
(135,154,193)
#98A7C9
(152,167,201)
#A9B4D1
(169,180,209)
#BAC1D9
(186,193,217)
#CBCEE1
(203,206,225)
#DCDBE9
(220,219,233)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4366A1 color. Also use rgb(67,102,161) instead hex code.

Text Font Color

.myTextColor { color: #4366A1; }

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

This text font color is #4366A1.

Background Color

.myBgColor { background-color: #4366A1; }

<div style="background-color:#4366A1">Inner text</div>

This div background color is #4366A1.

Border color

.myBorderColor { border: 1px solid #4366A1; }

<div style="border:3px solid #4366A1">Div</div>

This div border color is #4366A1.

Opacity

.myOpacity80 { color: #4366A1; opacity: 0.8; }

<p style="color:#4366A1;opacity:0.8;">80%</p>

Text with #4366A1 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 #4366A1;}

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

This text has shadow with #4366A1 color.


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

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

This text has shadow with #4366A1 primary color and red secondary color.


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

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

This text has shadow with #4366A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4366A1.

Preview

Color preview on black background

This text has color #4366A1 on black background.


Color preview on white background

This text has color #4366A1 on white background.


Black color preview on #4366A1 background

This text has black color on #4366A1 background.


White color preview on #4366A1 background

This text has white color on #4366A1 background.


Related colors

Complementary color

Complementary color for #hex is #BC995E.


I love getcolorcode.com

Triadic colors

1 #A14366 and #66A143 with #4366A1 are triadic colors.

2 #A16643 and #6643A1 with #4366A1 are triadic colors.