Color Hex Logo

#4999ea Color Hex

#4999EA
(73,153,234)
0 Favorites   0 Comments

Color spaces of #4999ea

RGB 73153234
HSL0.580.790.60
HSV210°69°92°
CMYK 0.690.350.00   0.08
XYZ28.990230.139482.1315
Yxy30.13940.20520.2134
Hunter Lab54.8994-1.8150-50.2705
CIE-Lab61.77431.3350-47.9658

#4999ea color RGB value is (73,153,234).

#4999ea hex color red value is 73, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4999ea hue: 0.58 , saturation: 0.79 and the lightness value of 4999ea is 0.60.

The process color (four color CMYK) of #4999ea color hex is 0.69, 0.35, 0.00, 0.08. Web safe color of #4999ea is #3399ff. Color #4999ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011001 11101010
Octal 111 231 352
Decimal 73 153 234
Hex 49 99 EA

RGB Percentages of Color #4999ea

%15.87
%33.26
%50.87

CMYK Percentages of Color #4999ea

%69
%35
%0
%8

Triadic Colors of #4999ea

#4999ea #ea4999 #99ea49

Analogous Colors of #4999ea

#4999ea #4949ea #49eaea

Monochromatic Colors of #4999ea

#4999ea

Complementary Color

#4999ea #ea9a49

#4999ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4999ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4999ea Color CSS Codes

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

#4999ea Text Font Color

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

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


#4999ea Background Color

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

This div background color is #4999ea


#4999ea Border Color

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

This div border color is #4999ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,153,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4999ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4999ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4999ea;
  box-shadow:         1px 1px 3px 2px #4999ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4999ea


Comments

No comments written yet.

Please login to write comment.