COLOR #04286E

HEX: #04286E RGB: (4,40,110)

Color info

#04286E contains mainly blue color. Web safe color of #04286E is #003366 (or #036).

RGB color model

#04286E color RGB value is (4,40,110).

RGB: (4,40,110) (2%, 16%, 43%)

RGB channels and saturation

R 4 of 255 = 2%
G 40 of 255 = 16%
B 110 of 255 = 43%

4
40
110

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

Portions of RGB colors in percentages

R + G + B = 4 + 40 + 110 = 154 (100%)
R 4 of 154 ~ 2.6%
G 40 of 154 ~ 25.97%
B 110 of 154 ~ 71.43'%

%25.97
%71.43

CMYK color model

#04286E color CMYK value is (96,64,0,57).

  • cyan value is 96.36%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (96,64,0,57)
C96M64Y0K57 (96%, 64%, 0%, 57%)
(0.96 / 0.64 / 0.00 / 0.57)

CMYK percentages

%96.36
%63.64
%0
%56.86

Codes

Color #04286E in popluar color models

04 28 6E
RGB 4 40 110
HSL 220° 92.98% 22.35%
HSB/HSV 220° 96.36% 43.14%
CMYK 96.36% 63.64% 0.00%
56.86%

Color #04286E in popluar number systems.

HEX 04 28 6E
Decimal 4 40 110
Binary 100 101000 1101110
Octal 4 50 156

Shades and tints

Shades of #04286E

#04286E
(4,40,110)
#042564
(4,37,100)
#04225A
(4,34,90)
#041F50
(4,31,80)
#041C46
(4,28,70)
#04193C
(4,25,60)
#041632
(4,22,50)
#041328
(4,19,40)
#04101E
(4,16,30)
#040D14
(4,13,20)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #04286E

#04286E
(4,40,110)
#1A3B7B
(26,59,123)
#304E88
(48,78,136)
#466195
(70,97,149)
#5C74A2
(92,116,162)
#7287AF
(114,135,175)
#889ABC
(136,154,188)
#9EADC9
(158,173,201)
#B4C0D6
(180,192,214)
#CAD3E3
(202,211,227)
#E0E6F0
(224,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04286E color. Also use rgb(4,40,110) instead hex code.

Text Font Color

.myTextColor { color: #04286E; }

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

This text font color is #04286E.

Background Color

.myBgColor { background-color: #04286E; }

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

This div background color is #04286E.

Border color

.myBorderColor { border: 1px solid #04286E; }

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

This div border color is #04286E.

Opacity

.myOpacity80 { color: #04286E; opacity: 0.8; }

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

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

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

This text has shadow with #04286E color.


.textShadow {text-shadow: 3px 3px 1px #04286E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04286E; -webkit-box-shadow: 1px 1px 3px 2px #04286E; box-shadow:1px 1px 3px 2px #04286E;">
Div content here
</div>

This div box has shadow with color #04286E.

Preview

Color preview on black background

This text has color #04286E on black background.


Color preview on white background

This text has color #04286E on white background.


Black color preview on #04286E background

This text has black color on #04286E background.


White color preview on #04286E background

This text has white color on #04286E background.


Related colors

Complementary color

Complementary color for #hex is #FBD791.


I love getcolorcode.com

Triadic colors

1 #6E0428 and #286E04 with #04286E are triadic colors.

2 #6E2804 and #28046E with #04286E are triadic colors.