COLOR #04295A

HEX: #04295A
RGB: (4,41,90)

Color info

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

RGB color model

#04295A color RGB value is (4,41,90).

  • red value is 4;
  • green value is 41;
  • blue value is 90.
RGB:
(4,41,90)
(2%,16%,35%)

RGB channels and saturation

R 4 of 255 = 2%
G 41 of 255 = 16%
B 90 of 255 = 35%

4
41
90

R + G + B ~ 18%. #04295A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 41 + 90 = 135 (100%)
R 4 of 135 ~ 2.96%
G 41 of 135 ~ 30.37%
B 90 of 135 ~ 66.67%

%30.37
%66.67

CMYK color model

#04295A color CMYK value is (96,54,0,65).

  • cyan value is 95.56%
  • magenta value is 54.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(96,54,0,65)
C96M54Y0K65 
(96%,54%,0%,65%)
(0.96/0.54/0.00/0.65)	

CMYK percentages

%95.56
%54.44
%0
%64.71

Codes

Color #04295A in popluar color models

04295A
RGB44190
HSL214°91.49%18.43%
HSB/HSV214°95.56%35.29%
CMYK95.56%54.44%0.00%
64.71%

Color #04295A in popluar number systems.

HEX04295A
Decimal44190
Binary1001010011011010
Octal451132

Shades and tints

Shades of #04295A

#04295A
(4,41,90)
#042652
(4,38,82)
#04234A
(4,35,74)
#042042
(4,32,66)
#041D3A
(4,29,58)
#041A32
(4,26,50)
#04172A
(4,23,42)
#041422
(4,20,34)
#04111A
(4,17,26)
#040E12
(4,14,18)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #04295A

#04295A
(4,41,90)
#1A3C69
(26,60,105)
#304F78
(48,79,120)
#466287
(70,98,135)
#5C7596
(92,117,150)
#7288A5
(114,136,165)
#889BB4
(136,155,180)
#9EAEC3
(158,174,195)
#B4C1D2
(180,193,210)
#CAD4E1
(202,212,225)
#E0E7F0
(224,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04295A color. Also use rgb(4,41,90) instead hex code.

Text Font Color

.myTextColor { color: #04295A; }

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

This text font color is #04295A.


Background Color

.myBgColor { background-color: #04295A; }

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

This div background color is #04295A.


Border color

.myBorderColor { border: 1px solid #04295A; }

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

This div border color is #04295A.


Opacity

.myOpacity80 { color: #04295A; opacity: 0.8; }

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

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

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

This text has shadow with #04295A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04295A on black background.


Color preview on white background

This text has color #04295A on white background.



Black color preview on #04295A background

This text has black color on #04295A background.


White color preview on #04295A background

This text has white color on #04295A background.