Color Hex Logo

#046b7c Color Hex

#046B7C
(4,107,124)
0 Favorites   0 Comments

Color spaces of #046b7c

RGB 4107124
HSL0.520.940.25
HSV189°97°49°
CMYK 0.970.140.00   0.51
XYZ8.945911.996420.9128
Yxy11.99640.21370.2866
Hunter Lab34.6358-14.5089-11.5537
CIE-Lab41.2104-19.1574-16.7547

#046b7c color RGB value is (4,107,124).

#046b7c hex color red value is 4, green value is 107 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #046b7c hue: 0.52 , saturation: 0.94 and the lightness value of 046b7c is 0.25.

The process color (four color CMYK) of #046b7c color hex is 0.97, 0.14, 0.00, 0.51. Web safe color of #046b7c is #006666. Color #046b7c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101011 01111100
Octal 4 153 174
Decimal 4 107 124
Hex 4 6B 7C

RGB Percentages of Color #046b7c

%1.70
%45.53
%52.77

CMYK Percentages of Color #046b7c

%97
%14
%0
%51

Triadic Colors of #046b7c

#046b7c #7c046b #6b7c04

Analogous Colors of #046b7c

#046b7c #042f7c #047c51

Monochromatic Colors of #046b7c

#046b7c

Complementary Color

#046b7c #7c1504

#046b7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046b7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#046b7c Color CSS Codes

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

#046b7c Text Font Color

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

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


#046b7c Background Color

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

This div background color is #046b7c


#046b7c Border Color

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

This div border color is #046b7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,107,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046b7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046b7c;
  -webkit-box-shadow: 1px 1px 3px 2px #046b7c;
  box-shadow:         1px 1px 3px 2px #046b7c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046b7c


Comments

No comments written yet.

Please login to write comment.