COLOR #043461

HEX: #043461
RGB: (4,52,97)

Color info

#043461 contains mainly green and blue colors. Web safe color of #043461 is #003366 (or #036).

RGB color model

#043461 color RGB value is (4,52,97).

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

RGB channels and saturation

R 4 of 255 = 2%
G 52 of 255 = 20%
B 97 of 255 = 38%

4
52
97

R + G + B ~ 20%. #043461 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 52 + 97 = 153 (100%)
R 4 of 153 ~ 2.61%
G 52 of 153 ~ 33.99%
B 97 of 153 ~ 63.4%

%33.99
%63.4

CMYK color model

#043461 color CMYK value is (96,46,0,62).

  • cyan value is 95.88%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(96,46,0,62)
C96M46Y0K62 
(96%,46%,0%,62%)
(0.96/0.46/0.00/0.62)	

CMYK percentages

%95.88
%46.39
%0
%61.96

Codes

Color #043461 in popluar color models

043461
RGB45297
HSL209°92.08%19.80%
HSB/HSV209°95.88%38.04%
CMYK95.88%46.39%0.00%
61.96%

Color #043461 in popluar number systems.

HEX043461
Decimal45297
Binary1001101001100001
Octal464141

Shades and tints

Shades of #043461

#043461
(4,52,97)
#043059
(4,48,89)
#042C51
(4,44,81)
#042849
(4,40,73)
#042441
(4,36,65)
#042039
(4,32,57)
#041C31
(4,28,49)
#041829
(4,24,41)
#041421
(4,20,33)
#041019
(4,16,25)
#040C11
(4,12,17)
#000000
(0,0,0)

Tints of #043461

#043461
(4,52,97)
#1A466F
(26,70,111)
#30587D
(48,88,125)
#466A8B
(70,106,139)
#5C7C99
(92,124,153)
#728EA7
(114,142,167)
#88A0B5
(136,160,181)
#9EB2C3
(158,178,195)
#B4C4D1
(180,196,209)
#CAD6DF
(202,214,223)
#E0E8ED
(224,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #043461 color. Also use rgb(4,52,97) instead hex code.

Text Font Color

.myTextColor { color: #043461; }

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

This text font color is #043461.


Background Color

.myBgColor { background-color: #043461; }

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

This div background color is #043461.


Border color

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

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

This div border color is #043461.


Opacity

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

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

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

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

This text has shadow with #043461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043461 on black background.


Color preview on white background

This text has color #043461 on white background.



Black color preview on #043461 background

This text has black color on #043461 background.


White color preview on #043461 background

This text has white color on #043461 background.