COLOR #4053A1

HEX: #4053A1
RGB: (64,83,161)

Color info

#4053A1 contains mainly blue color. Web safe color of #4053A1 is #336699 (or #369).

RGB color model

#4053A1 color RGB value is (64,83,161).

  • red value is 64;
  • green value is 83;
  • blue value is 161.
RGB:
(64,83,161)
(25%,33%,63%)

RGB channels and saturation

R 64 of 255 = 25%
G 83 of 255 = 33%
B 161 of 255 = 63%

64
83
161

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

Portions of RGB colors in percentages

R + G + B =
64 + 83 + 161 = 308 (100%)
R 64 of 308 ~ 20.78%
G 83 of 308 ~ 26.95%
B 161 of 308 ~ 52.27%

%20.78
%26.95
%52.27

CMYK color model

#4053A1 color CMYK value is (60,48,0,37).

  • cyan value is 60.25%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(60,48,0,37)
C60M48Y0K37 
(60%,48%,0%,37%)
(0.60/0.48/0.00/0.37)	

CMYK percentages

%60.25
%48.45
%0
%36.86

Codes

Color #4053A1 in popluar color models

4053A1
RGB6483161
HSL228°43.11%44.12%
HSB/HSV228°60.25%63.14%
CMYK60.25%48.45%0.00%
36.86%

Color #4053A1 in popluar number systems.

HEX4053A1
Decimal6483161
Binary1000000101001110100001
Octal100123241

Shades and tints

Shades of #4053A1

#4053A1
(64,83,161)
#3B4C93
(59,76,147)
#364585
(54,69,133)
#313E77
(49,62,119)
#2C3769
(44,55,105)
#27305B
(39,48,91)
#22294D
(34,41,77)
#1D223F
(29,34,63)
#181B31
(24,27,49)
#131423
(19,20,35)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #4053A1

#4053A1
(64,83,161)
#5162A9
(81,98,169)
#6271B1
(98,113,177)
#7380B9
(115,128,185)
#848FC1
(132,143,193)
#959EC9
(149,158,201)
#A6ADD1
(166,173,209)
#B7BCD9
(183,188,217)
#C8CBE1
(200,203,225)
#D9DAE9
(217,218,233)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4053A1 color. Also use rgb(64,83,161) instead hex code.

Text Font Color

.myTextColor { color: #4053A1; }

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

This text font color is #4053A1.


Background Color

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

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

This div background color is #4053A1.


Border color

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

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

This div border color is #4053A1.


Opacity

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

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

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

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

This text has shadow with #4053A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4053A1 on black background.


Color preview on white background

This text has color #4053A1 on white background.



Black color preview on #4053A1 background

This text has black color on #4053A1 background.


White color preview on #4053A1 background

This text has white color on #4053A1 background.