Color Hex Logo

#04709e Color Hex

#04709E
(4,112,158)
0 Favorites   0 Comments

Color spaces of #04709e

RGB 4112158
HSL0.550.950.32
HSV198°97°62°
CMYK 0.970.290.00   0.38
XYZ12.015814.082834.4327
Yxy14.08280.19850.2327
Hunter Lab37.5271-8.5184-28.1322
CIE-Lab44.3514-9.1927-32.2054

#04709e color RGB value is (4,112,158).

#04709e hex color red value is 4, green value is 112 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #04709e hue: 0.55 , saturation: 0.95 and the lightness value of 04709e is 0.32.

The process color (four color CMYK) of #04709e color hex is 0.97, 0.29, 0.00, 0.38. Web safe color of #04709e is #006699. Color #04709e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110000 10011110
Octal 4 160 236
Decimal 4 112 158
Hex 4 70 9E

RGB Percentages of Color #04709e

%1.46
%40.88
%57.66

CMYK Percentages of Color #04709e

%97
%29
%0
%38

Triadic Colors of #04709e

#04709e #9e0470 #709e04

Analogous Colors of #04709e

#04709e #04239e #049e7f

Monochromatic Colors of #04709e

#04709e

Complementary Color

#04709e #9e3204

#04709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04709e Color CSS Codes

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

#04709e Text Font Color

<p style="color:#04709e">Text here</p>

This sample text font color is #04709e
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.


#04709e Background Color

<div style="background-color:#04709e">
Div content here</div>

This div background color is #04709e


#04709e Border Color

<div style="border:3px solid #04709e">
Div here</div>

This div border color is #04709e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,112,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04709e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04709e;
  -webkit-box-shadow: 1px 1px 3px 2px #04709e;
  box-shadow:         1px 1px 3px 2px #04709e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04709e


Comments

No comments written yet.

Please login to write comment.