Color Hex Logo

#04769f Color Hex

#04769F
(4,118,159)
0 Favorites   0 Comments

Color spaces of #04769f

RGB 4118159
HSL0.540.950.32
HSV196°97°62°
CMYK 0.970.260.00   0.38
XYZ12.786515.485935.1160
Yxy15.48590.20170.2443
Hunter Lab39.3521-10.8671-25.3611
CIE-Lab46.2926-12.3056-29.7539

#04769f color RGB value is (4,118,159).

#04769f hex color red value is 4, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #04769f hue: 0.54 , saturation: 0.95 and the lightness value of 04769f is 0.32.

The process color (four color CMYK) of #04769f color hex is 0.97, 0.26, 0.00, 0.38. Web safe color of #04769f is #006699. Color #04769f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110110 10011111
Octal 4 166 237
Decimal 4 118 159
Hex 4 76 9F

RGB Percentages of Color #04769f

%1.42
%41.99
%56.58

CMYK Percentages of Color #04769f

%97
%26
%0
%38

Triadic Colors of #04769f

#04769f #9f0476 #769f04

Analogous Colors of #04769f

#04769f #04299f #049f7b

Monochromatic Colors of #04769f

#04769f

Complementary Color

#04769f #9f2d04

#04769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04769f Color CSS Codes

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

#04769f Text Font Color

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

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


#04769f Background Color

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

This div background color is #04769f


#04769f Border Color

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

This div border color is #04769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04769f


Comments

No comments written yet.

Please login to write comment.