Color Hex Logo

#004478 Color Hex

#004478
(0,68,120)
0 Favorites   0 Comments

Color spaces of #004478

RGB 068120
HSL0.571.000.24
HSV206°100°47°
CMYK 1.000.430.00   0.53
XYZ5.45735.490318.5414
Yxy5.49030.18510.1862
Hunter Lab23.43140.5687-30.5146
CIE-Lab28.08832.8572-34.8412

#004478 color RGB value is (0,68,120).

#004478 hex color red value is 0, green value is 68 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #004478 hue: 0.57 , saturation: 1.00 and the lightness value of 004478 is 0.24.

The process color (four color CMYK) of #004478 color hex is 1.00, 0.43, 0.00, 0.53. Web safe color of #004478 is #003366. Color #004478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 01111000
Octal 0 104 170
Decimal 0 68 120
Hex 0 44 78

RGB Percentages of Color #004478

%0.00
%36.17
%63.83

CMYK Percentages of Color #004478

%100
%43
%0
%53

Triadic Colors of #004478

#004478 #780044 #447800

Analogous Colors of #004478

#004478 #000878 #007870

Monochromatic Colors of #004478

#004478

Complementary Color

#004478 #783400

#004478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004478 Color CSS Codes

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

#004478 Text Font Color

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

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


#004478 Background Color

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

This div background color is #004478


#004478 Border Color

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

This div border color is #004478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,68,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 #004478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004478


Comments

No comments written yet.

Please login to write comment.