Color Hex Logo

#04444c Color Hex

#04444C
(4,68,76)
0 Favorites   0 Comments

Color spaces of #04444c

RGB 46876
HSL0.520.900.16
HSV187°95°30°
CMYK 0.950.110.00   0.70
XYZ3.42174.68197.5608
Yxy4.68190.21840.2989
Hunter Lab21.6377-9.6387-5.5711
CIE-Lab25.8086-15.1129-10.1214

#04444c color RGB value is (4,68,76).

#04444c hex color red value is 4, green value is 68 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #04444c hue: 0.52 , saturation: 0.90 and the lightness value of 04444c is 0.16.

The process color (four color CMYK) of #04444c color hex is 0.95, 0.11, 0.00, 0.70. Web safe color of #04444c is #003333. Color #04444c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000100 01001100
Octal 4 104 114
Decimal 4 68 76
Hex 4 44 4C

RGB Percentages of Color #04444c

%2.70
%45.95
%51.35

CMYK Percentages of Color #04444c

%95
%11
%0
%70

Triadic Colors of #04444c

#04444c #4c0444 #444c04

Analogous Colors of #04444c

#04444c #04204c #044c30

Monochromatic Colors of #04444c

#04444c

Complementary Color

#04444c #4c0c04

#04444c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04444c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04444c Color CSS Codes

.mybgcolor {background-color:#04444c; } 
.myforecolor {color:#04444c; }
.mybordercolor {border:3px solid #04444c; }

#04444c Text Font Color

<p style="color:#04444c">Text here</p>

This sample text font color is #04444c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#04444c Background Color

<div style="background-color:#04444c">
Div content here</div>

This div background color is #04444c


#04444c Border Color

<div style="border:3px solid #04444c">
Div here</div>

This div border color is #04444c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,68,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04444c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04444c;
  -webkit-box-shadow: 1px 1px 3px 2px #04444c;
  box-shadow:         1px 1px 3px 2px #04444c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,68,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #04444c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #04444c;
  -webkit-box-shadow: 1px 1px 3px 2px #04444c;
  box-shadow:         1px 1px 3px 2px #04444c;">
Div content here</div>

This div box has shadow with color #04444c


Comments

No comments written yet.

Please login to write comment.