Color Hex Logo

#04664b Color Hex

#04664B
(4,102,75)
0 Favorites   0 Comments

Color spaces of #04664b

RGB 410275
HSL0.450.920.21
HSV163°96°40°
CMYK 0.960.000.26   0.60
XYZ6.071410.03668.2739
Yxy10.03660.24900.4116
Hunter Lab31.6806-21.23266.6919
CIE-Lab37.9080-32.48958.2325

#04664b color RGB value is (4,102,75).

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

The process color (four color CMYK) of #04664b color hex is 0.96, 0.00, 0.26, 0.60. Web safe color of #04664b is #006633. Color #04664b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100110 01001011
Octal 4 146 113
Decimal 4 102 75
Hex 4 66 4B

RGB Percentages of Color #04664b

%2.21
%56.35
%41.44

CMYK Percentages of Color #04664b

%96
%0
%26
%60

Triadic Colors of #04664b

#04664b #4b0466 #664b04

Analogous Colors of #04664b

#04664b #045066 #04661a

Monochromatic Colors of #04664b

#04664b

Complementary Color

#04664b #66041f

#04664b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04664b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04664b Color CSS Codes

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

#04664b Text Font Color

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

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


#04664b Background Color

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

This div background color is #04664b


#04664b Border Color

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

This div border color is #04664b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04664b


Comments

No comments written yet.

Please login to write comment.