Color Hex Logo

#04626f Color Hex

#04626F
(4,98,111)
0 Favorites   0 Comments

Color spaces of #04626f

RGB 498111
HSL0.520.930.23
HSV187°96°44°
CMYK 0.960.120.00   0.56
XYZ7.28709.908916.5675
Yxy9.90890.21580.2935
Hunter Lab31.4784-13.7659-9.1702
CIE-Lab37.6784-18.9633-14.2242

#04626f color RGB value is (4,98,111).

#04626f hex color red value is 4, green value is 98 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #04626f hue: 0.52 , saturation: 0.93 and the lightness value of 04626f is 0.23.

The process color (four color CMYK) of #04626f color hex is 0.96, 0.12, 0.00, 0.56. Web safe color of #04626f is #006666. Color #04626f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100010 01101111
Octal 4 142 157
Decimal 4 98 111
Hex 4 62 6F

RGB Percentages of Color #04626f

%1.88
%46.01
%52.11

CMYK Percentages of Color #04626f

%96
%12
%0
%56

Triadic Colors of #04626f

#04626f #6f0462 #626f04

Analogous Colors of #04626f

#04626f #042c6f #046f47

Monochromatic Colors of #04626f

#04626f

Complementary Color

#04626f #6f1104

#04626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04626f Color CSS Codes

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

#04626f Text Font Color

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

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


#04626f Background Color

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

This div background color is #04626f


#04626f Border Color

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

This div border color is #04626f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04626f


Comments

No comments written yet.

Please login to write comment.