Color Hex Logo

#047778 Color Hex

#047778
(4,119,120)
0 Favorites   0 Comments

Color spaces of #047778

RGB 4119120
HSL0.500.940.24
HSV181°97°47°
CMYK 0.970.010.00   0.53
XYZ10.037114.575520.0536
Yxy14.57550.22470.3263
Hunter Lab38.1779-19.8830-4.4186
CIE-Lab45.0472-26.8003-8.5371

#047778 color RGB value is (4,119,120).

#047778 hex color red value is 4, green value is 119 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #047778 hue: 0.50 , saturation: 0.94 and the lightness value of 047778 is 0.24.

The process color (four color CMYK) of #047778 color hex is 0.97, 0.01, 0.00, 0.53. Web safe color of #047778 is #006666. Color #047778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110111 01111000
Octal 4 167 170
Decimal 4 119 120
Hex 4 77 78

RGB Percentages of Color #047778

%1.65
%48.97
%49.38

CMYK Percentages of Color #047778

%97
%1
%0
%53

Triadic Colors of #047778

#047778 #780477 #777804

Analogous Colors of #047778

#047778 #043d78 #04783f

Monochromatic Colors of #047778

#047778

Complementary Color

#047778 #780504

#047778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047778 Color CSS Codes

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

#047778 Text Font Color

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

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


#047778 Background Color

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

This div background color is #047778


#047778 Border Color

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

This div border color is #047778


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,119,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #047778; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #047778;
  -webkit-box-shadow: 1px 1px 3px 2px #047778;
  box-shadow:         1px 1px 3px 2px #047778; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047778


Comments

No comments written yet.

Please login to write comment.