Color Hex Logo

#749bbf Color Hex

#749BBF
(116,155,191)
0 Favorites   0 Comments

Color spaces of #749bbf

RGB 116155191
HSL0.580.370.60
HSV209°39°75°
CMYK 0.390.190.00   0.25
XYZ28.327830.917353.7648
Yxy30.91730.25070.2736
Hunter Lab55.6033-6.3668-18.4072
CIE-Lab62.4378-4.1079-22.8421

#749bbf color RGB value is (116,155,191).

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

The process color (four color CMYK) of #749bbf color hex is 0.39, 0.19, 0.00, 0.25. Web safe color of #749bbf is #6699cc. Color #749bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 10111111
Octal 164 233 277
Decimal 116 155 191
Hex 74 9B BF

RGB Percentages of Color #749bbf

%25.11
%33.55
%41.34

CMYK Percentages of Color #749bbf

%39
%19
%0
%25

Triadic Colors of #749bbf

#749bbf #bf749b #9bbf74

Analogous Colors of #749bbf

#749bbf #7476bf #74bfbe

Monochromatic Colors of #749bbf

#749bbf

Complementary Color

#749bbf #bf9874

#749bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#749bbf Color CSS Codes

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

#749bbf Text Font Color

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

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


#749bbf Background Color

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

This div background color is #749bbf


#749bbf Border Color

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

This div border color is #749bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,155,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749bbf


Comments

No comments written yet.

Please login to write comment.