Color Hex Logo

#047274 Color Hex

#047274
(4,114,116)
0 Favorites   0 Comments

Color spaces of #047274

RGB 4114116
HSL0.500.930.24
HSV181°97°45°
CMYK 0.970.020.00   0.55
XYZ9.219813.321418.6084
Yxy13.32140.22410.3237
Hunter Lab36.4985-18.7819-4.6795
CIE-Lab43.2436-25.6232-8.8448

#047274 color RGB value is (4,114,116).

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

The process color (four color CMYK) of #047274 color hex is 0.97, 0.02, 0.00, 0.55. Web safe color of #047274 is #006666. Color #047274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110010 01110100
Octal 4 162 164
Decimal 4 114 116
Hex 4 72 74

RGB Percentages of Color #047274

%1.71
%48.72
%49.57

CMYK Percentages of Color #047274

%97
%2
%0
%55

Triadic Colors of #047274

#047274 #740472 #727404

Analogous Colors of #047274

#047274 #043a74 #04743e

Monochromatic Colors of #047274

#047274

Complementary Color

#047274 #740604

#047274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#047274 Color CSS Codes

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

#047274 Text Font Color

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

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


#047274 Background Color

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

This div background color is #047274


#047274 Border Color

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

This div border color is #047274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047274


Comments

No comments written yet.

Please login to write comment.