Color Hex Logo

#046655 Color Hex

#046655
(4,102,85)
0 Favorites   0 Comments

Color spaces of #046655

RGB 410285
HSL0.470.920.21
HSV170°96°40°
CMYK 0.960.000.17   0.60
XYZ6.441110.184410.2206
Yxy10.18440.23990.3794
Hunter Lab31.9130-19.82063.3506
CIE-Lab38.1714-29.64742.5049

#046655 color RGB value is (4,102,85).

#046655 hex color red value is 4, green value is 102 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #046655 hue: 0.47 , saturation: 0.92 and the lightness value of 046655 is 0.21.

The process color (four color CMYK) of #046655 color hex is 0.96, 0.00, 0.17, 0.60. Web safe color of #046655 is #006666. Color #046655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100110 01010101
Octal 4 146 125
Decimal 4 102 85
Hex 4 66 55

RGB Percentages of Color #046655

%2.09
%53.40
%44.50

CMYK Percentages of Color #046655

%96
%0
%17
%60

Triadic Colors of #046655

#046655 #550466 #665504

Analogous Colors of #046655

#046655 #044666 #046624

Monochromatic Colors of #046655

#046655

Complementary Color

#046655 #660415

#046655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046655 Color CSS Codes

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

#046655 Text Font Color

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

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


#046655 Background Color

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

This div background color is #046655


#046655 Border Color

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

This div border color is #046655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046655


Comments

No comments written yet.

Please login to write comment.