Color Hex Logo

#04617a Color Hex

#04617A
(4,97,122)
0 Favorites   0 Comments

Color spaces of #04617a

RGB 497122
HSL0.540.940.25
HSV193°97°48°
CMYK 0.970.200.00   0.52
XYZ7.83769.980319.9257
Yxy9.98030.20770.2644
Hunter Lab31.5916-11.0010-15.2817
CIE-Lab37.8071-14.2972-20.7777

#04617a color RGB value is (4,97,122).

#04617a hex color red value is 4, green value is 97 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #04617a hue: 0.54 , saturation: 0.94 and the lightness value of 04617a is 0.25.

The process color (four color CMYK) of #04617a color hex is 0.97, 0.20, 0.00, 0.52. Web safe color of #04617a is #006666. Color #04617a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100001 01111010
Octal 4 141 172
Decimal 4 97 122
Hex 4 61 7A

RGB Percentages of Color #04617a

%1.79
%43.50
%54.71

CMYK Percentages of Color #04617a

%97
%20
%0
%52

Triadic Colors of #04617a

#04617a #7a0461 #617a04

Analogous Colors of #04617a

#04617a #04267a #047a58

Monochromatic Colors of #04617a

#04617a

Complementary Color

#04617a #7a1d04

#04617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04617a Color CSS Codes

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

#04617a Text Font Color

<p style="color:#04617a">Text here</p>

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


#04617a Background Color

<div style="background-color:#04617a">
Div content here</div>

This div background color is #04617a


#04617a Border Color

<div style="border:3px solid #04617a">
Div here</div>

This div border color is #04617a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,97,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04617a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04617a;
  -webkit-box-shadow: 1px 1px 3px 2px #04617a;
  box-shadow:         1px 1px 3px 2px #04617a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04617a


Comments

No comments written yet.

Please login to write comment.