COLOR #04274C

HEX: #04274C
RGB: (4,39,76)

Color info

#04274C contains mainly green and blue colors. Web safe color of #04274C is #003333 (or #033).

RGB color model

#04274C color RGB value is (4,39,76).

  • red value is 4;
  • green value is 39;
  • blue value is 76.
RGB:
(4,39,76)
(2%,15%,30%)

RGB channels and saturation

R 4 of 255 = 2%
G 39 of 255 = 15%
B 76 of 255 = 30%

4
39
76

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

Portions of RGB colors in percentages

R + G + B =
4 + 39 + 76 = 119 (100%)
R 4 of 119 ~ 3.36%
G 39 of 119 ~ 32.77%
B 76 of 119 ~ 63.87%

%32.77
%63.87

CMYK color model

#04274C color CMYK value is (95,49,0,70).

  • cyan value is 94.74%
  • magenta value is 48.68%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(95,49,0,70)
C95M49Y0K70 
(95%,49%,0%,70%)
(0.95/0.49/0.00/0.70)	

CMYK percentages

%94.74
%48.68
%0
%70.2

Codes

Color #04274C in popluar color models

04274C
RGB43976
HSL211°90.00%15.69%
HSB/HSV211°94.74%29.80%
CMYK94.74%48.68%0.00%
70.20%

Color #04274C in popluar number systems.

HEX04274C
Decimal43976
Binary1001001111001100
Octal447114

Shades and tints

Shades of #04274C

#04274C
(4,39,76)
#042446
(4,36,70)
#042140
(4,33,64)
#041E3A
(4,30,58)
#041B34
(4,27,52)
#04182E
(4,24,46)
#041528
(4,21,40)
#041222
(4,18,34)
#040F1C
(4,15,28)
#040C16
(4,12,22)
#040910
(4,9,16)
#000000
(0,0,0)

Tints of #04274C

#04274C
(4,39,76)
#1A3A5C
(26,58,92)
#304D6C
(48,77,108)
#46607C
(70,96,124)
#5C738C
(92,115,140)
#72869C
(114,134,156)
#8899AC
(136,153,172)
#9EACBC
(158,172,188)
#B4BFCC
(180,191,204)
#CAD2DC
(202,210,220)
#E0E5EC
(224,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04274C color. Also use rgb(4,39,76) instead hex code.

Text Font Color

.myTextColor { color: #04274C; }

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

This text font color is #04274C.


Background Color

.myBgColor { background-color: #04274C; }

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

This div background color is #04274C.


Border color

.myBorderColor { border: 1px solid #04274C; }

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

This div border color is #04274C.


Opacity

.myOpacity80 { color: #04274C; opacity: 0.8; }

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

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

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

This text has shadow with #04274C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04274C on black background.


Color preview on white background

This text has color #04274C on white background.



Black color preview on #04274C background

This text has black color on #04274C background.


White color preview on #04274C background

This text has white color on #04274C background.