Color Hex Logo

#447292 Color Hex

#447292
(68,114,146)
0 Favorites   0 Comments

Color spaces of #447292

RGB 68114146
HSL0.570.360.42
HSV205°53°57°
CMYK 0.530.220.00   0.43
XYZ13.589515.338929.4386
Yxy15.33890.23280.2628
Hunter Lab39.1649-6.6024-17.1503
CIE-Lab46.0949-6.1987-22.2648

#447292 color RGB value is (68,114,146).

#447292 hex color red value is 68, green value is 114 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #447292 hue: 0.57 , saturation: 0.36 and the lightness value of 447292 is 0.42.

The process color (four color CMYK) of #447292 color hex is 0.53, 0.22, 0.00, 0.43. Web safe color of #447292 is #336699. Color #447292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 10010010
Octal 104 162 222
Decimal 68 114 146
Hex 44 72 92

RGB Percentages of Color #447292

%20.73
%34.76
%44.51

CMYK Percentages of Color #447292

%53
%22
%0
%43

Triadic Colors of #447292

#447292 #924472 #729244

Analogous Colors of #447292

#447292 #444b92 #44928b

Monochromatic Colors of #447292

#447292

Complementary Color

#447292 #926444

#447292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447292 Color CSS Codes

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

#447292 Text Font Color

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

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


#447292 Background Color

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

This div background color is #447292


#447292 Border Color

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

This div border color is #447292


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,114,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447292; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447292;
  -webkit-box-shadow: 1px 1px 3px 2px #447292;
  box-shadow:         1px 1px 3px 2px #447292; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447292


Comments

No comments written yet.

Please login to write comment.