Color Hex Logo

#4999ec Color Hex

#4999EC
(73,153,236)
0 Favorites   0 Comments

Color spaces of #4999ec

RGB 73153236
HSL0.580.810.61
HSV211°69°93°
CMYK 0.690.350.00   0.07
XYZ29.279230.255183.6535
Yxy30.25510.20450.2113
Hunter Lab55.0046-1.2418-51.6676
CIE-Lab61.87372.0213-48.9122

#4999ec color RGB value is (73,153,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011001 11101100
Octal 111 231 354
Decimal 73 153 236
Hex 49 99 EC

RGB Percentages of Color #4999ec

%15.80
%33.12
%51.08

CMYK Percentages of Color #4999ec

%69
%35
%0
%7

Triadic Colors of #4999ec

#4999ec #ec4999 #99ec49

Analogous Colors of #4999ec

#4999ec #4a49ec #49ebec

Monochromatic Colors of #4999ec

#4999ec

Complementary Color

#4999ec #ec9c49

#4999ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4999ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4999ec Color CSS Codes

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

#4999ec Text Font Color

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

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


#4999ec Background Color

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

This div background color is #4999ec


#4999ec Border Color

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

This div border color is #4999ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4999ec


Comments

No comments written yet.

Please login to write comment.