Color Hex Logo

#447fbb Color Hex

#447FBB
(68,127,187)
0 Favorites   0 Comments

Color spaces of #447fbb

RGB 68127187
HSL0.580.470.50
HSV210°64°73°
CMYK 0.640.320.00   0.27
XYZ18.942919.995549.8748
Yxy19.99550.21330.2251
Hunter Lab44.7163-2.6367-34.8283
CIE-Lab51.8321-0.3194-37.2194

#447fbb color RGB value is (68,127,187).

#447fbb hex color red value is 68, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #447fbb hue: 0.58 , saturation: 0.47 and the lightness value of 447fbb is 0.50.

The process color (four color CMYK) of #447fbb color hex is 0.64, 0.32, 0.00, 0.27. Web safe color of #447fbb is #3366cc. Color #447fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111111 10111011
Octal 104 177 273
Decimal 68 127 187
Hex 44 7F BB

RGB Percentages of Color #447fbb

%17.80
%33.25
%48.95

CMYK Percentages of Color #447fbb

%64
%32
%0
%27

Triadic Colors of #447fbb

#447fbb #bb447f #7fbb44

Analogous Colors of #447fbb

#447fbb #4544bb #44bbbb

Monochromatic Colors of #447fbb

#447fbb

Complementary Color

#447fbb #bb8044

#447fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#447fbb Color CSS Codes

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

#447fbb Text Font Color

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

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


#447fbb Background Color

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

This div background color is #447fbb


#447fbb Border Color

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

This div border color is #447fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,127,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #447fbb;
  box-shadow:         1px 1px 3px 2px #447fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447fbb


Comments

No comments written yet.

Please login to write comment.