Color Hex Logo

#749bbb Color Hex

#749BBB
(116,155,187)
0 Favorites   0 Comments

Color spaces of #749bbb

RGB 116155187
HSL0.580.340.59
HSV207°38°73°
CMYK 0.380.170.00   0.27
XYZ27.893430.743551.4777
Yxy30.74350.25330.2792
Hunter Lab55.4468-7.2347-16.2330
CIE-Lab62.2905-5.1892-20.8220

#749bbb color RGB value is (116,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 10111011
Octal 164 233 273
Decimal 116 155 187
Hex 74 9B BB

RGB Percentages of Color #749bbb

%25.33
%33.84
%40.83

CMYK Percentages of Color #749bbb

%38
%17
%0
%27

Triadic Colors of #749bbb

#749bbb #bb749b #9bbb74

Analogous Colors of #749bbb

#749bbb #7478bb #74bbb8

Monochromatic Colors of #749bbb

#749bbb

Complementary Color

#749bbb #bb9474

#749bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749bbb Color CSS Codes

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

#749bbb Text Font Color

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

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


#749bbb Background Color

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

This div background color is #749bbb


#749bbb Border Color

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

This div border color is #749bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749bbb


Comments

No comments written yet.

Please login to write comment.