COLOR #4029CB

HEX: #4029CB
RGB: (64,41,203)

Color info

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

RGB color model

#4029CB color RGB value is (64,41,203).

  • red value is 64;
  • green value is 41;
  • blue value is 203.
RGB:
(64,41,203)
(25%,16%,80%)

RGB channels and saturation

R 64 of 255 = 25%
G 41 of 255 = 16%
B 203 of 255 = 80%

64
41
203

R + G + B ~ 40%. #4029CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 41 + 203 = 308 (100%)
R 64 of 308 ~ 20.78%
G 41 of 308 ~ 13.31%
B 203 of 308 ~ 65.91%

%20.78
%13.31
%65.91

CMYK color model

#4029CB color CMYK value is (68,80,0,20).

  • cyan value is 68.47%
  • magenta value is 79.80%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(68,80,0,20)
C68M80Y0K20 
(68%,80%,0%,20%)
(0.68/0.80/0.00/0.20)	

CMYK percentages

%68.47
%79.8
%0
%20.39

Codes

Color #4029CB in popluar color models

4029CB
RGB6441203
HSL249°66.39%47.84%
HSB/HSV249°79.80%79.61%
CMYK68.47%79.80%0.00%
20.39%

Color #4029CB in popluar number systems.

HEX4029CB
Decimal6441203
Binary100000010100111001011
Octal10051313

Shades and tints

Shades of #4029CB

#4029CB
(64,41,203)
#3B26B9
(59,38,185)
#3623A7
(54,35,167)
#312095
(49,32,149)
#2C1D83
(44,29,131)
#271A71
(39,26,113)
#22175F
(34,23,95)
#1D144D
(29,20,77)
#18113B
(24,17,59)
#130E29
(19,14,41)
#0E0B17
(14,11,23)
#000000
(0,0,0)

Tints of #4029CB

#4029CB
(64,41,203)
#513CCF
(81,60,207)
#624FD3
(98,79,211)
#7362D7
(115,98,215)
#8475DB
(132,117,219)
#9588DF
(149,136,223)
#A69BE3
(166,155,227)
#B7AEE7
(183,174,231)
#C8C1EB
(200,193,235)
#D9D4EF
(217,212,239)
#EAE7F3
(234,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4029CB color. Also use rgb(64,41,203) instead hex code.

Text Font Color

.myTextColor { color: #4029CB; }

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

This text font color is #4029CB.


Background Color

.myBgColor { background-color: #4029CB; }

<div style="background-color:#4029CB">Inner text</div>

This div background color is #4029CB.


Border color

.myBorderColor { border: 1px solid #4029CB; }

<div style="border:3px solid #4029CB">Div</div>

This div border color is #4029CB.


Opacity

.myOpacity80 { color: #4029CB; opacity: 0.8; }

<p style="color:#4029CB;opacity:0.8;">80%</p>

Text with #4029CB 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 #4029CB;}

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

This text has shadow with #4029CB color.

.textShadow {text-shadow: 3px 3px 1px #4029CB, 3px 3px 1px red;}

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

This text has shadow with #4029CB primary color and red secondary color.


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

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

This text has shadow with #4029CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4029CB on black background.


Color preview on white background

This text has color #4029CB on white background.



Black color preview on #4029CB background

This text has black color on #4029CB background.


White color preview on #4029CB background

This text has white color on #4029CB background.