Color Hex Logo

#74929d Color Hex

#74929D
(116,146,157)
0 Favorites   0 Comments

Color spaces of #74929d

RGB 116146157
HSL0.540.170.54
HSV196°26°62°
CMYK 0.260.070.00   0.38
XYZ23.567126.705135.8108
Yxy26.70510.27380.3102
Hunter Lab51.6770-9.0304-4.9125
CIE-Lab58.7004-7.8665-9.2599

#74929d color RGB value is (116,146,157).

#74929d hex color red value is 116, green value is 146 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #74929d hue: 0.54 , saturation: 0.17 and the lightness value of 74929d is 0.54.

The process color (four color CMYK) of #74929d color hex is 0.26, 0.07, 0.00, 0.38. Web safe color of #74929d is #669999. Color #74929d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 10011101
Octal 164 222 235
Decimal 116 146 157
Hex 74 92 9D

RGB Percentages of Color #74929d

%27.68
%34.84
%37.47

CMYK Percentages of Color #74929d

%26
%7
%0
%38

Triadic Colors of #74929d

#74929d #9d7492 #929d74

Analogous Colors of #74929d

#74929d #747e9d #749d94

Monochromatic Colors of #74929d

#74929d

Complementary Color

#74929d #9d7f74

#74929d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74929d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74929d Color CSS Codes

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

#74929d Text Font Color

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

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


#74929d Background Color

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

This div background color is #74929d


#74929d Border Color

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

This div border color is #74929d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74929d


Comments

No comments written yet.

Please login to write comment.