Color Hex Logo

#449bbd Color Hex

#449BBD
(68,155,189)
0 Favorites   0 Comments

Color spaces of #449bbd

RGB 68155189
HSL0.550.480.50
HSV197°64°74°
CMYK 0.640.180.00   0.26
XYZ23.290528.345852.3878
Yxy28.34580.22390.2725
Hunter Lab53.2408-15.0854-21.0716
CIE-Lab60.1999-15.5636-25.3393

#449bbd color RGB value is (68,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011011 10111101
Octal 104 233 275
Decimal 68 155 189
Hex 44 9B BD

RGB Percentages of Color #449bbd

%16.50
%37.62
%45.87

CMYK Percentages of Color #449bbd

%64
%18
%0
%26

Triadic Colors of #449bbd

#449bbd #bd449b #9bbd44

Analogous Colors of #449bbd

#449bbd #445fbd #44bda3

Monochromatic Colors of #449bbd

#449bbd

Complementary Color

#449bbd #bd6644

#449bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449bbd Color CSS Codes

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

#449bbd Text Font Color

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

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


#449bbd Background Color

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

This div background color is #449bbd


#449bbd Border Color

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

This div border color is #449bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,155,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 #449bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449bbd


Comments

No comments written yet.

Please login to write comment.