Color Hex Logo

#046862 Color Hex

#046862
(4,104,98)
0 Favorites   0 Comments

Color spaces of #046862

RGB 410498
HSL0.490.930.21
HSV176°96°41°
CMYK 0.960.000.06   0.59
XYZ7.205010.808313.2617
Yxy10.80830.23040.3456
Hunter Lab32.8760-18.4134-0.9036
CIE-Lab39.2557-26.5616-3.8702

#046862 color RGB value is (4,104,98).

#046862 hex color red value is 4, green value is 104 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #046862 hue: 0.49 , saturation: 0.93 and the lightness value of 046862 is 0.21.

The process color (four color CMYK) of #046862 color hex is 0.96, 0.00, 0.06, 0.59. Web safe color of #046862 is #006666. Color #046862 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101000 01100010
Octal 4 150 142
Decimal 4 104 98
Hex 4 68 62

RGB Percentages of Color #046862

%1.94
%50.49
%47.57

CMYK Percentages of Color #046862

%96
%0
%6
%59

Triadic Colors of #046862

#046862 #620468 #686204

Analogous Colors of #046862

#046862 #043c68 #046830

Monochromatic Colors of #046862

#046862

Complementary Color

#046862 #68040a

#046862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046862 Color CSS Codes

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

#046862 Text Font Color

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

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


#046862 Background Color

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

This div background color is #046862


#046862 Border Color

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

This div border color is #046862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046862


Comments

No comments written yet.

Please login to write comment.