Color Hex Logo

#749497 Color Hex

#749497
(116,148,151)
0 Favorites   0 Comments

Color spaces of #749497

RGB 116148151
HSL0.510.140.52
HSV185°23°59°
CMYK 0.230.020.00   0.41
XYZ23.378327.127233.2821
Yxy27.12720.27900.3238
Hunter Lab52.0838-11.0252-1.4283
CIE-Lab59.0919-10.3951-5.2558

#749497 color RGB value is (116,148,151).

#749497 hex color red value is 116, green value is 148 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #749497 hue: 0.51 , saturation: 0.14 and the lightness value of 749497 is 0.52.

The process color (four color CMYK) of #749497 color hex is 0.23, 0.02, 0.00, 0.41. Web safe color of #749497 is #669999. Color #749497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010100 10010111
Octal 164 224 227
Decimal 116 148 151
Hex 74 94 97

RGB Percentages of Color #749497

%27.95
%35.66
%36.39

CMYK Percentages of Color #749497

%23
%2
%0
%41

Triadic Colors of #749497

#749497 #977494 #949774

Analogous Colors of #749497

#749497 #748397 #749789

Monochromatic Colors of #749497

#749497

Complementary Color

#749497 #977774

#749497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749497 Color CSS Codes

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

#749497 Text Font Color

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

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


#749497 Background Color

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

This div background color is #749497


#749497 Border Color

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

This div border color is #749497


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,148,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749497; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749497;
  -webkit-box-shadow: 1px 1px 3px 2px #749497;
  box-shadow:         1px 1px 3px 2px #749497; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749497


Comments

No comments written yet.

Please login to write comment.