Color Hex Logo

#749293 Color Hex

#749293
(116,146,147)
0 Favorites   0 Comments

Color spaces of #749293

RGB 116146147
HSL0.510.130.52
HSV182°21°58°
CMYK 0.210.010.00   0.42
XYZ22.747826.377431.4962
Yxy26.37740.28220.3272
Hunter Lab51.3589-10.8173-0.4087
CIE-Lab58.3936-10.2271-4.0057

#749293 color RGB value is (116,146,147).

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

The process color (four color CMYK) of #749293 color hex is 0.21, 0.01, 0.00, 0.42. Web safe color of #749293 is #669999. Color #749293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 10010011
Octal 164 222 223
Decimal 116 146 147
Hex 74 92 93

RGB Percentages of Color #749293

%28.36
%35.70
%35.94

CMYK Percentages of Color #749293

%21
%1
%0
%42

Triadic Colors of #749293

#749293 #937492 #929374

Analogous Colors of #749293

#749293 #748393 #749385

Monochromatic Colors of #749293

#749293

Complementary Color

#749293 #937574

#749293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749293 Color CSS Codes

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

#749293 Text Font Color

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

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


#749293 Background Color

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

This div background color is #749293


#749293 Border Color

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

This div border color is #749293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749293


Comments

No comments written yet.

Please login to write comment.