Color Hex Logo

#04699d Color Hex

#04699D
(4,105,157)
0 Favorites   0 Comments

Color spaces of #04699d

RGB 4105157
HSL0.560.950.32
HSV200°97°62°
CMYK 0.970.330.00   0.38
XYZ11.187412.563333.7336
Yxy12.56330.19460.2186
Hunter Lab35.4447-5.6885-31.6164
CIE-Lab42.0977-5.3832-35.1626

#04699d color RGB value is (4,105,157).

#04699d hex color red value is 4, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #04699d hue: 0.56 , saturation: 0.95 and the lightness value of 04699d is 0.32.

The process color (four color CMYK) of #04699d color hex is 0.97, 0.33, 0.00, 0.38. Web safe color of #04699d is #006699. Color #04699d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101001 10011101
Octal 4 151 235
Decimal 4 105 157
Hex 4 69 9D

RGB Percentages of Color #04699d

%1.50
%39.47
%59.02

CMYK Percentages of Color #04699d

%97
%33
%0
%38

Triadic Colors of #04699d

#04699d #9d0469 #699d04

Analogous Colors of #04699d

#04699d #041d9d #049d85

Monochromatic Colors of #04699d

#04699d

Complementary Color

#04699d #9d3804

#04699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04699d Color CSS Codes

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

#04699d Text Font Color

<p style="color:#04699d">Text here</p>

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


#04699d Background Color

<div style="background-color:#04699d">
Div content here</div>

This div background color is #04699d


#04699d Border Color

<div style="border:3px solid #04699d">
Div here</div>

This div border color is #04699d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,105,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04699d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04699d;
  -webkit-box-shadow: 1px 1px 3px 2px #04699d;
  box-shadow:         1px 1px 3px 2px #04699d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04699d


Comments

No comments written yet.

Please login to write comment.