COLOR #042450

HEX: #042450
RGB: (4,36,80)

Color info

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

RGB color model

#042450 color RGB value is (4,36,80).

  • red value is 4;
  • green value is 36;
  • blue value is 80.
RGB:
(4,36,80)
(2%,14%,31%)

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 80 of 255 = 31%

4
36
80

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

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 80 = 120 (100%)
R 4 of 120 ~ 3.33%
G 36 of 120 ~ 30%
B 80 of 120 ~ 66.67%

%30
%66.67

CMYK color model

#042450 color CMYK value is (95,55,0,69).

  • cyan value is 95.00%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(95,55,0,69)
C95M55Y0K69 
(95%,55%,0%,69%)
(0.95/0.55/0.00/0.69)	

CMYK percentages

%95
%55
%0
%68.63

Codes

Color #042450 in popluar color models

042450
RGB43680
HSL215°90.48%16.47%
HSB/HSV215°95.00%31.37%
CMYK95.00%55.00%0.00%
68.63%

Color #042450 in popluar number systems.

HEX042450
Decimal43680
Binary1001001001010000
Octal444120

Shades and tints

Shades of #042450

#042450
(4,36,80)
#042149
(4,33,73)
#041E42
(4,30,66)
#041B3B
(4,27,59)
#041834
(4,24,52)
#04152D
(4,21,45)
#041226
(4,18,38)
#040F1F
(4,15,31)
#040C18
(4,12,24)
#040911
(4,9,17)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #042450

#042450
(4,36,80)
#1A375F
(26,55,95)
#304A6E
(48,74,110)
#465D7D
(70,93,125)
#5C708C
(92,112,140)
#72839B
(114,131,155)
#8896AA
(136,150,170)
#9EA9B9
(158,169,185)
#B4BCC8
(180,188,200)
#CACFD7
(202,207,215)
#E0E2E6
(224,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042450 color. Also use rgb(4,36,80) instead hex code.

Text Font Color

.myTextColor { color: #042450; }

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

This text font color is #042450.


Background Color

.myBgColor { background-color: #042450; }

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

This div background color is #042450.


Border color

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

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

This div border color is #042450.


Opacity

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

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

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

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

This text has shadow with #042450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042450 on black background.


Color preview on white background

This text has color #042450 on white background.



Black color preview on #042450 background

This text has black color on #042450 background.


White color preview on #042450 background

This text has white color on #042450 background.