Color Hex Logo

#447bbd Color Hex

#447BBD
(68,123,189)
0 Favorites   0 Comments

Color spaces of #447bbd

RGB 68123189
HSL0.590.480.50
HSV213°64°74°
CMYK 0.640.350.00   0.26
XYZ18.652219.069050.8417
Yxy19.06900.21060.2153
Hunter Lab43.6681-0.1754-38.4623
CIE-Lab50.76782.7663-40.0443

#447bbd color RGB value is (68,123,189).

#447bbd hex color red value is 68, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #447bbd hue: 0.59 , saturation: 0.48 and the lightness value of 447bbd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111011 10111101
Octal 104 173 275
Decimal 68 123 189
Hex 44 7B BD

RGB Percentages of Color #447bbd

%17.89
%32.37
%49.74

CMYK Percentages of Color #447bbd

%64
%35
%0
%26

Triadic Colors of #447bbd

#447bbd #bd447b #7bbd44

Analogous Colors of #447bbd

#447bbd #4944bd #44b8bd

Monochromatic Colors of #447bbd

#447bbd

Complementary Color

#447bbd #bd8644

#447bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#447bbd Color CSS Codes

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

#447bbd Text Font Color

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

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


#447bbd Background Color

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

This div background color is #447bbd


#447bbd Border Color

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

This div border color is #447bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447bbd


Comments

No comments written yet.

Please login to write comment.