Color Hex Logo

#046056 Color Hex

#046056
(4,96,86)
0 Favorites   0 Comments

Color spaces of #046056

RGB 49686
HSL0.480.920.20
HSV173°96°38°
CMYK 0.960.000.10   0.62
XYZ5.91279.063410.2419
Yxy9.06340.23450.3594
Hunter Lab30.1055-17.62730.9033
CIE-Lab36.1061-26.4793-1.1191

#046056 color RGB value is (4,96,86).

#046056 hex color red value is 4, green value is 96 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #046056 hue: 0.48 , saturation: 0.92 and the lightness value of 046056 is 0.20.

The process color (four color CMYK) of #046056 color hex is 0.96, 0.00, 0.10, 0.62. Web safe color of #046056 is #006666. Color #046056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 01010110
Octal 4 140 126
Decimal 4 96 86
Hex 4 60 56

RGB Percentages of Color #046056

%2.15
%51.61
%46.24

CMYK Percentages of Color #046056

%96
%0
%10
%62

Triadic Colors of #046056

#046056 #560460 #605604

Analogous Colors of #046056

#046056 #043c60 #046028

Monochromatic Colors of #046056

#046056

Complementary Color

#046056 #60040e

#046056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046056 Color CSS Codes

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

#046056 Text Font Color

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

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


#046056 Background Color

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

This div background color is #046056


#046056 Border Color

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

This div border color is #046056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046056


Comments

No comments written yet.

Please login to write comment.