COLOR #4255A6

HEX: #4255A6 RGB: (66,85,166)

Color info

#4255A6 contains mainly blue color. Web safe color of #4255A6 is #336699 (or #369).

RGB color model

#4255A6 color RGB value is (66,85,166).

RGB: (66,85,166) (26%, 33%, 65%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 166 of 255 = 65%

66
85
166

R + G + B ~ 41%. #4255A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 85 + 166 = 317 (100%)
R 66 of 317 ~ 20.82%
G 85 of 317 ~ 26.81%
B 166 of 317 ~ 52.37'%

%20.82
%26.81
%52.37

CMYK color model

#4255A6 color CMYK value is (60,49,0,35).

  • cyan value is 60.24%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (60,49,0,35)
C60M49Y0K35 (60%, 49%, 0%, 35%)
(0.60 / 0.49 / 0.00 / 0.35)

CMYK percentages

%60.24
%48.8
%0
%34.9

Codes

Color #4255A6 in popluar color models

42 55 A6
RGB 66 85 166
HSL 229° 43.10% 45.49%
HSB/HSV 229° 60.24% 65.10%
CMYK 60.24% 48.80% 0.00%
34.90%

Color #4255A6 in popluar number systems.

HEX 42 55 A6
Decimal 66 85 166
Binary 1000010 1010101 10100110
Octal 102 125 246

Shades and tints

Shades of #4255A6

#4255A6
(66,85,166)
#3C4E97
(60,78,151)
#364788
(54,71,136)
#304079
(48,64,121)
#2A396A
(42,57,106)
#24325B
(36,50,91)
#1E2B4C
(30,43,76)
#18243D
(24,36,61)
#121D2E
(18,29,46)
#0C161F
(12,22,31)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #4255A6

#4255A6
(66,85,166)
#5364AE
(83,100,174)
#6473B6
(100,115,182)
#7582BE
(117,130,190)
#8691C6
(134,145,198)
#97A0CE
(151,160,206)
#A8AFD6
(168,175,214)
#B9BEDE
(185,190,222)
#CACDE6
(202,205,230)
#DBDCEE
(219,220,238)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4255A6 color. Also use rgb(66,85,166) instead hex code.

Text Font Color

.myTextColor { color: #4255A6; }

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

This text font color is #4255A6.

Background Color

.myBgColor { background-color: #4255A6; }

<div style="background-color:#4255A6">Inner text</div>

This div background color is #4255A6.

Border color

.myBorderColor { border: 1px solid #4255A6; }

<div style="border:3px solid #4255A6">Div</div>

This div border color is #4255A6.

Opacity

.myOpacity80 { color: #4255A6; opacity: 0.8; }

<p style="color:#4255A6;opacity:0.8;">80%</p>

Text with #4255A6 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 #4255A6;}

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

This text has shadow with #4255A6 color.


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

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

This text has shadow with #4255A6 primary color and red secondary color.


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

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

This text has shadow with #4255A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4255A6.

Preview

Color preview on black background

This text has color #4255A6 on black background.


Color preview on white background

This text has color #4255A6 on white background.


Black color preview on #4255A6 background

This text has black color on #4255A6 background.


White color preview on #4255A6 background

This text has white color on #4255A6 background.


Related colors

Complementary color

Complementary color for #hex is #BDAA59.


I love getcolorcode.com

Triadic colors

1 #A64255 and #55A642 with #4255A6 are triadic colors.

2 #A65542 and #5542A6 with #4255A6 are triadic colors.