Color Hex Logo

#447476 Color Hex

#447476
(68,116,118)
0 Favorites   0 Comments

Color spaces of #447476

RGB 68116118
HSL0.510.270.36
HSV182°42°46°
CMYK 0.420.020.00   0.54
XYZ11.899315.027719.4130
Yxy15.02770.25680.3243
Hunter Lab38.7656-13.0482-2.5553
CIE-Lab45.6721-15.6989-6.2348

#447476 color RGB value is (68,116,118).

#447476 hex color red value is 68, green value is 116 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #447476 hue: 0.51 , saturation: 0.27 and the lightness value of 447476 is 0.36.

The process color (four color CMYK) of #447476 color hex is 0.42, 0.02, 0.00, 0.54. Web safe color of #447476 is #336666. Color #447476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110100 01110110
Octal 104 164 166
Decimal 68 116 118
Hex 44 74 76

RGB Percentages of Color #447476

%22.52
%38.41
%39.07

CMYK Percentages of Color #447476

%42
%2
%0
%54

Triadic Colors of #447476

#447476 #764474 #747644

Analogous Colors of #447476

#447476 #445b76 #44765f

Monochromatic Colors of #447476

#447476

Complementary Color

#447476 #764644

#447476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447476 Color CSS Codes

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

#447476 Text Font Color

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

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


#447476 Background Color

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

This div background color is #447476


#447476 Border Color

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

This div border color is #447476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447476


Comments

No comments written yet.

Please login to write comment.