Color Hex Logo

#046b78 Color Hex

#046B78
(4,107,120)
0 Favorites   0 Comments

Color spaces of #046b78

RGB 4107120
HSL0.520.940.24
HSV187°97°47°
CMYK 0.970.110.00   0.53
XYZ8.697911.897319.6073
Yxy11.89730.21640.2959
Hunter Lab34.4925-15.3498-9.5588
CIE-Lab41.0524-20.5979-14.5741

#046b78 color RGB value is (4,107,120).

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

The process color (four color CMYK) of #046b78 color hex is 0.97, 0.11, 0.00, 0.53. Web safe color of #046b78 is #006666. Color #046b78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101011 01111000
Octal 4 153 170
Decimal 4 107 120
Hex 4 6B 78

RGB Percentages of Color #046b78

%1.73
%46.32
%51.95

CMYK Percentages of Color #046b78

%97
%11
%0
%53

Triadic Colors of #046b78

#046b78 #78046b #6b7804

Analogous Colors of #046b78

#046b78 #043178 #04784b

Monochromatic Colors of #046b78

#046b78

Complementary Color

#046b78 #781104

#046b78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046b78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046b78 Color CSS Codes

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

#046b78 Text Font Color

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

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


#046b78 Background Color

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

This div background color is #046b78


#046b78 Border Color

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

This div border color is #046b78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046b78


Comments

No comments written yet.

Please login to write comment.