Color Hex Logo

#004976 Color Hex

#004976
(0,73,118)
0 Favorites   0 Comments

Color spaces of #004976

RGB 073118
HSL0.561.000.23
HSV203°100°46°
CMYK 1.000.380.00   0.54
XYZ5.65266.073118.0138
Yxy6.07310.19010.2042
Hunter Lab24.6437-2.1833-26.0887
CIE-Lab29.5961-1.3680-31.1799

#004976 color RGB value is (0,73,118).

#004976 hex color red value is 0, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #004976 hue: 0.56 , saturation: 1.00 and the lightness value of 004976 is 0.23.

The process color (four color CMYK) of #004976 color hex is 1.00, 0.38, 0.00, 0.54. Web safe color of #004976 is #003366. Color #004976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001001 01110110
Octal 0 111 166
Decimal 0 73 118
Hex 0 49 76

RGB Percentages of Color #004976

%0.00
%38.22
%61.78

CMYK Percentages of Color #004976

%100
%38
%0
%54

Triadic Colors of #004976

#004976 #760049 #497600

Analogous Colors of #004976

#004976 #000e76 #007668

Monochromatic Colors of #004976

#004976

Complementary Color

#004976 #762d00

#004976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004976 Color CSS Codes

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

#004976 Text Font Color

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

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


#004976 Background Color

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

This div background color is #004976


#004976 Border Color

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

This div border color is #004976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004976

#004976 Color Palettes


Comments

No comments written yet.

Please login to write comment.