Color Hex Logo

#4992ef Color Hex

#4992EF
(73,146,239)
0 Favorites   0 Comments

Color spaces of #4992ef

RGB 73146239
HSL0.590.840.61
HSV214°69°94°
CMYK 0.690.390.00   0.06
XYZ28.606528.206285.5980
Yxy28.20620.20090.1981
Hunter Lab53.10953.2042-58.3826
CIE-Lab60.07467.1700-53.4226

#4992ef color RGB value is (73,146,239).

#4992ef hex color red value is 73, green value is 146 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4992ef hue: 0.59 , saturation: 0.84 and the lightness value of 4992ef is 0.61.

The process color (four color CMYK) of #4992ef color hex is 0.69, 0.39, 0.00, 0.06. Web safe color of #4992ef is #3399ff. Color #4992ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 11101111
Octal 111 222 357
Decimal 73 146 239
Hex 49 92 EF

RGB Percentages of Color #4992ef

%15.94
%31.88
%52.18

CMYK Percentages of Color #4992ef

%69
%39
%0
%6

Triadic Colors of #4992ef

#4992ef #ef4992 #92ef49

Analogous Colors of #4992ef

#4992ef #5349ef #49e5ef

Monochromatic Colors of #4992ef

#4992ef

Complementary Color

#4992ef #efa649

#4992ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4992ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4992ef Color CSS Codes

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

#4992ef Text Font Color

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

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


#4992ef Background Color

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

This div background color is #4992ef


#4992ef Border Color

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

This div border color is #4992ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4992ef


Comments

No comments written yet.

Please login to write comment.