Color Hex Logo

#4992bd Color Hex

#4992BD
(73,146,189)
0 Favorites   0 Comments

Color spaces of #4992bd

RGB 73146189
HSL0.560.470.51
HSV202°61°74°
CMYK 0.610.230.00   0.26
XYZ22.211825.648451.9241
Yxy25.64840.22260.2570
Hunter Lab50.6442-10.3400-25.3374
CIE-Lab57.7018-9.7030-29.1826

#4992bd color RGB value is (73,146,189).

#4992bd hex color red value is 73, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4992bd hue: 0.56 , saturation: 0.47 and the lightness value of 4992bd is 0.51.

The process color (four color CMYK) of #4992bd color hex is 0.61, 0.23, 0.00, 0.26. Web safe color of #4992bd is #3399cc. Color #4992bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 10111101
Octal 111 222 275
Decimal 73 146 189
Hex 49 92 BD

RGB Percentages of Color #4992bd

%17.89
%35.78
%46.32

CMYK Percentages of Color #4992bd

%61
%23
%0
%26

Triadic Colors of #4992bd

#4992bd #bd4992 #92bd49

Analogous Colors of #4992bd

#4992bd #4958bd #49bdae

Monochromatic Colors of #4992bd

#4992bd

Complementary Color

#4992bd #bd7449

#4992bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4992bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4992bd Color CSS Codes

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

#4992bd Text Font Color

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

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


#4992bd Background Color

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

This div background color is #4992bd


#4992bd Border Color

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

This div border color is #4992bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,146,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4992bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4992bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4992bd;
  box-shadow:         1px 1px 3px 2px #4992bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4992bd


Comments

No comments written yet.

Please login to write comment.