Color Hex Logo

#749fbb Color Hex

#749FBB
(116,159,187)
0 Favorites   0 Comments

Color spaces of #749fbb

RGB 116159187
HSL0.570.340.59
HSV204°38°73°
CMYK 0.380.150.00   0.27
XYZ28.570232.097151.7033
Yxy32.09710.25420.2856
Hunter Lab56.6543-9.1293-14.4507
CIE-Lab63.4231-7.4049-19.0966

#749fbb color RGB value is (116,159,187).

#749fbb hex color red value is 116, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #749fbb hue: 0.57 , saturation: 0.34 and the lightness value of 749fbb is 0.59.

The process color (four color CMYK) of #749fbb color hex is 0.38, 0.15, 0.00, 0.27. Web safe color of #749fbb is #6699cc. Color #749fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011111 10111011
Octal 164 237 273
Decimal 116 159 187
Hex 74 9F BB

RGB Percentages of Color #749fbb

%25.11
%34.42
%40.48

CMYK Percentages of Color #749fbb

%38
%15
%0
%27

Triadic Colors of #749fbb

#749fbb #bb749f #9fbb74

Analogous Colors of #749fbb

#749fbb #747cbb #74bbb4

Monochromatic Colors of #749fbb

#749fbb

Complementary Color

#749fbb #bb9074

#749fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749fbb Color CSS Codes

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

#749fbb Text Font Color

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

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


#749fbb Background Color

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

This div background color is #749fbb


#749fbb Border Color

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

This div border color is #749fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,159,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 #749fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749fbb


Comments

No comments written yet.

Please login to write comment.