Color Hex Logo

#04463e Color Hex

#04463E
(4,70,62)
0 Favorites   0 Comments

Color spaces of #04463e

RGB 47062
HSL0.480.890.15
HSV173°94°27°
CMYK 0.940.000.11   0.73
XYZ3.10974.75395.3111
Yxy4.75390.23600.3608
Hunter Lab21.8034-12.69760.8200
CIE-Lab26.0218-21.2107-0.6241

#04463e color RGB value is (4,70,62).

#04463e hex color red value is 4, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #04463e hue: 0.48 , saturation: 0.89 and the lightness value of 04463e is 0.15.

The process color (four color CMYK) of #04463e color hex is 0.94, 0.00, 0.11, 0.73. Web safe color of #04463e is #003333. Color #04463e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000110 00111110
Octal 4 106 76
Decimal 4 70 62
Hex 4 46 3E

RGB Percentages of Color #04463e

%2.94
%51.47
%45.59

CMYK Percentages of Color #04463e

%94
%0
%11
%73

Triadic Colors of #04463e

#04463e #3e0446 #463e04

Analogous Colors of #04463e

#04463e #042d46 #04461d

Monochromatic Colors of #04463e

#04463e

Complementary Color

#04463e #46040c

#04463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04463e Color CSS Codes

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

#04463e Text Font Color

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

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


#04463e Background Color

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

This div background color is #04463e


#04463e Border Color

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

This div border color is #04463e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,70,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04463e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04463e;
  -webkit-box-shadow: 1px 1px 3px 2px #04463e;
  box-shadow:         1px 1px 3px 2px #04463e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04463e


Comments

No comments written yet.

Please login to write comment.