COLOR #4028B9

HEX: #4028B9 RGB: (64,40,185)

Color info

#4028B9 contains mainly blue color. Web safe color of #4028B9 is #3333CC (or #33C).

RGB color model

#4028B9 color RGB value is (64,40,185).

RGB: (64,40,185) (25%, 16%, 73%)

RGB channels and saturation

R 64 of 255 = 25%
G 40 of 255 = 16%
B 185 of 255 = 73%

64
40
185

R + G + B ~ 38%. #4028B9 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 40 + 185 = 289 (100%)
R 64 of 289 ~ 22.15%
G 40 of 289 ~ 13.84%
B 185 of 289 ~ 64.01'%

%22.15
%13.84
%64.01

CMYK color model

#4028B9 color CMYK value is (65,78,0,27).

  • cyan value is 65.41%
  • magenta value is 78.38%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (65,78,0,27)
C65M78Y0K27 (65%, 78%, 0%, 27%)
(0.65 / 0.78 / 0.00 / 0.27)

CMYK percentages

%65.41
%78.38
%0
%27.45

Codes

Color #4028B9 in popluar color models

40 28 B9
RGB 64 40 185
HSL 250° 64.44% 44.12%
HSB/HSV 250° 78.38% 72.55%
CMYK 65.41% 78.38% 0.00%
27.45%

Color #4028B9 in popluar number systems.

HEX 40 28 B9
Decimal 64 40 185
Binary 1000000 101000 10111001
Octal 100 50 271

Shades and tints

Shades of #4028B9

#4028B9
(64,40,185)
#3B25A9
(59,37,169)
#362299
(54,34,153)
#311F89
(49,31,137)
#2C1C79
(44,28,121)
#271969
(39,25,105)
#221659
(34,22,89)
#1D1349
(29,19,73)
#181039
(24,16,57)
#130D29
(19,13,41)
#0E0A19
(14,10,25)
#000000
(0,0,0)

Tints of #4028B9

#4028B9
(64,40,185)
#513BBF
(81,59,191)
#624EC5
(98,78,197)
#7361CB
(115,97,203)
#8474D1
(132,116,209)
#9587D7
(149,135,215)
#A69ADD
(166,154,221)
#B7ADE3
(183,173,227)
#C8C0E9
(200,192,233)
#D9D3EF
(217,211,239)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4028B9 color. Also use rgb(64,40,185) instead hex code.

Text Font Color

.myTextColor { color: #4028B9; }

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

This text font color is #4028B9.

Background Color

.myBgColor { background-color: #4028B9; }

<div style="background-color:#4028B9">Inner text</div>

This div background color is #4028B9.

Border color

.myBorderColor { border: 1px solid #4028B9; }

<div style="border:3px solid #4028B9">Div</div>

This div border color is #4028B9.

Opacity

.myOpacity80 { color: #4028B9; opacity: 0.8; }

<p style="color:#4028B9;opacity:0.8;">80%</p>

Text with #4028B9 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 #4028B9;}

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

This text has shadow with #4028B9 color.


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

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

This text has shadow with #4028B9 primary color and red secondary color.


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

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

This text has shadow with #4028B9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4028B9.

Preview

Color preview on black background

This text has color #4028B9 on black background.


Color preview on white background

This text has color #4028B9 on white background.


Black color preview on #4028B9 background

This text has black color on #4028B9 background.


White color preview on #4028B9 background

This text has white color on #4028B9 background.


Related colors

Complementary color

Complementary color for #hex is #BFD746.


I love getcolorcode.com

Triadic colors

1 #B94028 and #28B940 with #4028B9 are triadic colors.

2 #B92840 and #2840B9 with #4028B9 are triadic colors.