COLOR #041C4A

HEX: #041C4A
RGB: (4,28,74)

Color info

#041C4A contains mainly green and blue colors. Web safe color of #041C4A is #003333 (or #033).

RGB color model

#041C4A color RGB value is (4,28,74).

  • red value is 4;
  • green value is 28;
  • blue value is 74.
RGB:
(4,28,74)
(2%,11%,29%)

RGB channels and saturation

R 4 of 255 = 2%
G 28 of 255 = 11%
B 74 of 255 = 29%

4
28
74

R + G + B ~ 14%. #041C4A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 28 + 74 = 106 (100%)
R 4 of 106 ~ 3.77%
G 28 of 106 ~ 26.42%
B 74 of 106 ~ 69.81%

%26.42
%69.81

CMYK color model

#041C4A color CMYK value is (95,62,0,71).

  • cyan value is 94.59%
  • magenta value is 62.16%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(95,62,0,71)
C95M62Y0K71 
(95%,62%,0%,71%)
(0.95/0.62/0.00/0.71)	

CMYK percentages

%94.59
%62.16
%0
%70.98

Codes

Color #041C4A in popluar color models

041C4A
RGB42874
HSL219°89.74%15.29%
HSB/HSV219°94.59%29.02%
CMYK94.59%62.16%0.00%
70.98%

Color #041C4A in popluar number systems.

HEX041C4A
Decimal42874
Binary100111001001010
Octal434112

Shades and tints

Shades of #041C4A

#041C4A
(4,28,74)
#041A44
(4,26,68)
#04183E
(4,24,62)
#041638
(4,22,56)
#041432
(4,20,50)
#04122C
(4,18,44)
#041026
(4,16,38)
#040E20
(4,14,32)
#040C1A
(4,12,26)
#040A14
(4,10,20)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #041C4A

#041C4A
(4,28,74)
#1A305A
(26,48,90)
#30446A
(48,68,106)
#46587A
(70,88,122)
#5C6C8A
(92,108,138)
#72809A
(114,128,154)
#8894AA
(136,148,170)
#9EA8BA
(158,168,186)
#B4BCCA
(180,188,202)
#CAD0DA
(202,208,218)
#E0E4EA
(224,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041C4A color. Also use rgb(4,28,74) instead hex code.

Text Font Color

.myTextColor { color: #041C4A; }

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

This text font color is #041C4A.


Background Color

.myBgColor { background-color: #041C4A; }

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

This div background color is #041C4A.


Border color

.myBorderColor { border: 1px solid #041C4A; }

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

This div border color is #041C4A.


Opacity

.myOpacity80 { color: #041C4A; opacity: 0.8; }

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

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

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

This text has shadow with #041C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041C4A on black background.


Color preview on white background

This text has color #041C4A on white background.



Black color preview on #041C4A background

This text has black color on #041C4A background.


White color preview on #041C4A background

This text has white color on #041C4A background.