COLOR #041460

HEX: #041460
RGB: (4,20,96)

Color info

#041460 contains mainly blue color. Web safe color of #041460 is #000066 (or #006).

RGB color model

#041460 color RGB value is (4,20,96).

  • red value is 4;
  • green value is 20;
  • blue value is 96.
RGB:
(4,20,96)
(2%,8%,38%)

RGB channels and saturation

R 4 of 255 = 2%
G 20 of 255 = 8%
B 96 of 255 = 38%

4
20
96

R + G + B ~ 16%. #041460 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 20 + 96 = 120 (100%)
R 4 of 120 ~ 3.33%
G 20 of 120 ~ 16.67%
B 96 of 120 ~ 80%

%16.67
%80

CMYK color model

#041460 color CMYK value is (96,79,0,62).

  • cyan value is 95.83%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(96,79,0,62)
C96M79Y0K62 
(96%,79%,0%,62%)
(0.96/0.79/0.00/0.62)	

CMYK percentages

%95.83
%79.17
%0
%62.35

Codes

Color #041460 in popluar color models

041460
RGB42096
HSL230°92.00%19.61%
HSB/HSV230°95.83%37.65%
CMYK95.83%79.17%0.00%
62.35%

Color #041460 in popluar number systems.

HEX041460
Decimal42096
Binary100101001100000
Octal424140

Shades and tints

Shades of #041460

#041460
(4,20,96)
#041358
(4,19,88)
#041250
(4,18,80)
#041148
(4,17,72)
#041040
(4,16,64)
#040F38
(4,15,56)
#040E30
(4,14,48)
#040D28
(4,13,40)
#040C20
(4,12,32)
#040B18
(4,11,24)
#040A10
(4,10,16)
#000000
(0,0,0)

Tints of #041460

#041460
(4,20,96)
#1A296E
(26,41,110)
#303E7C
(48,62,124)
#46538A
(70,83,138)
#5C6898
(92,104,152)
#727DA6
(114,125,166)
#8892B4
(136,146,180)
#9EA7C2
(158,167,194)
#B4BCD0
(180,188,208)
#CAD1DE
(202,209,222)
#E0E6EC
(224,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041460 color. Also use rgb(4,20,96) instead hex code.

Text Font Color

.myTextColor { color: #041460; }

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

This text font color is #041460.


Background Color

.myBgColor { background-color: #041460; }

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

This div background color is #041460.


Border color

.myBorderColor { border: 1px solid #041460; }

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

This div border color is #041460.


Opacity

.myOpacity80 { color: #041460; opacity: 0.8; }

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

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

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

This text has shadow with #041460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041460 on black background.


Color preview on white background

This text has color #041460 on white background.



Black color preview on #041460 background

This text has black color on #041460 background.


White color preview on #041460 background

This text has white color on #041460 background.