Color Hex Logo

#04778c Color Hex

#04778C
(4,119,140)
0 Favorites   0 Comments

Color spaces of #04778c

RGB 4119140
HSL0.530.940.28
HSV189°97°55°
CMYK 0.970.150.00   0.45
XYZ11.380515.112927.1282
Yxy15.11290.21220.2818
Hunter Lab38.8753-15.7771-14.1614
CIE-Lab45.7884-19.8896-19.3174

#04778c color RGB value is (4,119,140).

#04778c hex color red value is 4, green value is 119 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #04778c hue: 0.53 , saturation: 0.94 and the lightness value of 04778c is 0.28.

The process color (four color CMYK) of #04778c color hex is 0.97, 0.15, 0.00, 0.45. Web safe color of #04778c is #006699. Color #04778c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110111 10001100
Octal 4 167 214
Decimal 4 119 140
Hex 4 77 8C

RGB Percentages of Color #04778c

%1.52
%45.25
%53.23

CMYK Percentages of Color #04778c

%97
%15
%0
%45

Triadic Colors of #04778c

#04778c #8c0477 #778c04

Analogous Colors of #04778c

#04778c #04338c #048c5d

Monochromatic Colors of #04778c

#04778c

Complementary Color

#04778c #8c1904

#04778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04778c Color CSS Codes

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

#04778c Text Font Color

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

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


#04778c Background Color

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

This div background color is #04778c


#04778c Border Color

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

This div border color is #04778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04778c


Comments

No comments written yet.

Please login to write comment.