Color Hex Logo

#4c92bc Color Hex

#4C92BC
(76,146,188)
0 Favorites   0 Comments

Color spaces of #4c92bc

RGB 76146188
HSL0.560.460.52
HSV203°60°74°
CMYK 0.600.220.00   0.26
XYZ22.336525.725151.3651
Yxy25.72510.22470.2587
Hunter Lab50.7199-10.1504-24.5403
CIE-Lab57.7752-9.4441-28.4933

#4c92bc color RGB value is (76,146,188).

#4c92bc hex color red value is 76, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4c92bc hue: 0.56 , saturation: 0.46 and the lightness value of 4c92bc is 0.52.

The process color (four color CMYK) of #4c92bc color hex is 0.60, 0.22, 0.00, 0.26. Web safe color of #4c92bc is #3399cc. Color #4c92bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10010010 10111100
Octal 114 222 274
Decimal 76 146 188
Hex 4C 92 BC

RGB Percentages of Color #4c92bc

%18.54
%35.61
%45.85

CMYK Percentages of Color #4c92bc

%60
%22
%0
%26

Triadic Colors of #4c92bc

#4c92bc #bc4c92 #92bc4c

Analogous Colors of #4c92bc

#4c92bc #4c5abc #4cbcae

Monochromatic Colors of #4c92bc

#4c92bc

Complementary Color

#4c92bc #bc764c

#4c92bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c92bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c92bc Color CSS Codes

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

#4c92bc Text Font Color

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

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


#4c92bc Background Color

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

This div background color is #4c92bc


#4c92bc Border Color

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

This div border color is #4c92bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c92bc


Comments

No comments written yet.

Please login to write comment.