COLOR #042CC7

HEX: #042CC7
RGB: (4,44,199)

Color info

#042CC7 contains mainly blue color. Web safe color of #042CC7 is #0033CC (or #03C).

RGB color model

#042CC7 color RGB value is (4,44,199).

  • red value is 4;
  • green value is 44;
  • blue value is 199.
RGB:
(4,44,199)
(2%,17%,78%)

RGB channels and saturation

R 4 of 255 = 2%
G 44 of 255 = 17%
B 199 of 255 = 78%

4
44
199

R + G + B ~ 32%. #042CC7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 44 + 199 = 247 (100%)
R 4 of 247 ~ 1.62%
G 44 of 247 ~ 17.81%
B 199 of 247 ~ 80.57%

%17.81
%80.57

CMYK color model

#042CC7 color CMYK value is (98,78,0,22).

  • cyan value is 97.99%
  • magenta value is 77.89%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(98,78,0,22)
C98M78Y0K22 
(98%,78%,0%,22%)
(0.98/0.78/0.00/0.22)	

CMYK percentages

%97.99
%77.89
%0
%21.96

Codes

Color #042CC7 in popluar color models

042CC7
RGB444199
HSL228°96.06%39.80%
HSB/HSV228°97.99%78.04%
CMYK97.99%77.89%0.00%
21.96%

Color #042CC7 in popluar number systems.

HEX042CC7
Decimal444199
Binary10010110011000111
Octal454307

Shades and tints

Shades of #042CC7

#042CC7
(4,44,199)
#0428B5
(4,40,181)
#0424A3
(4,36,163)
#042091
(4,32,145)
#041C7F
(4,28,127)
#04186D
(4,24,109)
#04145B
(4,20,91)
#041049
(4,16,73)
#040C37
(4,12,55)
#040825
(4,8,37)
#040413
(4,4,19)
#000000
(0,0,0)

Tints of #042CC7

#042CC7
(4,44,199)
#1A3FCC
(26,63,204)
#3052D1
(48,82,209)
#4665D6
(70,101,214)
#5C78DB
(92,120,219)
#728BE0
(114,139,224)
#889EE5
(136,158,229)
#9EB1EA
(158,177,234)
#B4C4EF
(180,196,239)
#CAD7F4
(202,215,244)
#E0EAF9
(224,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042CC7 color. Also use rgb(4,44,199) instead hex code.

Text Font Color

.myTextColor { color: #042CC7; }

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

This text font color is #042CC7.


Background Color

.myBgColor { background-color: #042CC7; }

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

This div background color is #042CC7.


Border color

.myBorderColor { border: 1px solid #042CC7; }

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

This div border color is #042CC7.


Opacity

.myOpacity80 { color: #042CC7; opacity: 0.8; }

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

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

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

This text has shadow with #042CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042CC7 on black background.


Color preview on white background

This text has color #042CC7 on white background.



Black color preview on #042CC7 background

This text has black color on #042CC7 background.


White color preview on #042CC7 background

This text has white color on #042CC7 background.